Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ServingURL support for Cloud Storage #751

Closed
philipithomas opened this issue Sep 6, 2017 · 2 comments
Closed

ServingURL support for Cloud Storage #751

philipithomas opened this issue Sep 6, 2017 · 2 comments
Assignees

Comments

@philipithomas
Copy link

The official docs for "images" states that it supports creating ServingURLs for both Blobstore and Cloud Storage:

The Images API provides the ability to serve images directly from Google Cloud Storage or Blobstore, and to optionally resize or crop those images on the fly.

However, only blobstore seems to support ServingURLs.

So, there are two questions:

  1. Are the docs correct? Can Serving URLs be created from Cloud Storage?

  2. If yes, can we add it to the google-cloud-go package?

@jba
Copy link
Contributor

jba commented Sep 7, 2017

The images API client is for appengine. It's not part of this repo.

/cc @zombiezen

@s-mang
Copy link

s-mang commented Sep 8, 2017

The issue tracker for the appengine client libs is here: https://github.com/golang/appengine/issues

@s-mang s-mang closed this as completed Sep 13, 2017
yoshi-automation added a commit that referenced this issue Nov 30, 2022
This is an auto-generated regeneration of the gapic clients by
cloud.google.com/go/internal/gapicgen. Once the corresponding genproto PR is
submitted, genbot will update this PR with a newer dependency to the newer
version of genproto and assign reviewers to this PR.

If you have been assigned to review this PR, please:

- Ensure that the version of genproto in go.mod has been updated.
- Ensure that CI is passing. If it's failing, it requires your manual attention.
- Approve and submit this PR if you believe it's ready to ship.

Corresponding genproto PR: googleapis/go-genproto#946

Changes:

chore(errorreporting): fix warehouse-package-name for clouderrorreporting v1beta1
  PiperOrigin-RevId: 491971000
  Source-Link: googleapis/googleapis@f0c519f

feat(aiplatform): add metadata_artifact to Dataset in aiplatform v1beta1 dataset.proto feat: add offline_storage_ttl_days to EntityType in aiplatform v1beta1 entity_type.proto feat: add online_storage_ttl_days to Featurestore in aiplatform v1beta1 featurestore.proto feat: add source_uris to ImportFeatureValuesOperationMetadata in aiplatform v1beta1 featurestore_service.proto
  PiperOrigin-RevId: 491934619
  Source-Link: googleapis/googleapis@572774c

feat(aiplatform): add metadata_artifact to Dataset in aiplatform v1 dataset.proto feat: add WriteFeatureValues rpc to FeaturestoreOnlineServingService in aiplatform v1 featurestore_online_service.proto
  PiperOrigin-RevId: 491933995
  Source-Link: googleapis/googleapis@693430f

docs(tpu): minor updates in comments
  PiperOrigin-RevId: 491785685
  Source-Link: googleapis/googleapis@e8bd0c4

chore(orgpolicy): fix warehouse-package-name for orgpolicy v2
  PiperOrigin-RevId: 491637046
  Source-Link: googleapis/googleapis@dc4d319

chore(binaryauthorization): fix warehouse-package-name for binaryauthorization v1/v1beta1
  PiperOrigin-RevId: 491634075
  Source-Link: googleapis/googleapis@8050816

docs(optimization): fix minor docstring formatting
  PiperOrigin-RevId: 491440092
  Source-Link: googleapis/googleapis@16db2fb

docs(notebooks): fix minor docstring formatting
  PiperOrigin-RevId: 491386965
  Source-Link: googleapis/googleapis@b706495

chore(monitoring/dashboard): fix warehouse-package-name for google/monitoring/dashboard/v1
  PiperOrigin-RevId: 491377718
  Source-Link: googleapis/googleapis@5b64b2c

chore(networkconnectivity): fix warehouse-package-name for networkconnectivity v1
  PiperOrigin-RevId: 491376026
  Source-Link: googleapis/googleapis@6defef8

docs(recommendationengine): fix minor docstring formatting
  PiperOrigin-RevId: 491340500
  Source-Link: googleapis/googleapis@5686f7b

chore(phishingprotection): fix warehouse-package-name for phishingprotection v1beta1
  PiperOrigin-RevId: 491340209
  Source-Link: googleapis/googleapis@96ed22a

feat(container): add a FastSocket API
  PiperOrigin-RevId: 491259489
  Source-Link: googleapis/googleapis@39bcdf4

chore(oslogin): fix warehouse-package-name for oslogin v1
  PiperOrigin-RevId: 491014627
  Source-Link: googleapis/googleapis@5e43841

chore(monitoring/metricsscope): fix warehouse-package-name for google/monitoring/metricsscope/v1
  PiperOrigin-RevId: 490896705
  Source-Link: googleapis/googleapis@a0b7558

feat(metastore): added federation API feat: added EncryptionConfig field feat: added NetworkConfig field feat: added DatabaseType field feat: added TelemetryConfiguration field
  PiperOrigin-RevId: 490636886
  Source-Link: googleapis/googleapis@791374c

chore(dataqna): fix warehouse-package-name for dataqna v1alpha
  PiperOrigin-RevId: 490515684
  Source-Link: googleapis/googleapis@cfe5068

chore(metastore): fix warehouse-package-name for metastore v1/v1beta/v1alpha
  PiperOrigin-RevId: 490488377
  Source-Link: googleapis/googleapis@dc9658d

feat(pubsublite): Remove obsolete export subscription statuses field from API
  PiperOrigin-RevId: 490440743
  Source-Link: googleapis/googleapis@f3f035a

chore(vmwareengine): Configure Bazel rules for VMware Engine client
  PiperOrigin-RevId: 490399398
  Source-Link: googleapis/googleapis@70b1212

docs(asset): Small change for documentation
  PiperOrigin-RevId: 490314741
  Source-Link: googleapis/googleapis@9247e23

feat(kms): add SHA-2 import methods
  PiperOrigin-RevId: 490250391
  Source-Link: googleapis/googleapis@4713c10

docs(asset): Small change for documentation
  PiperOrigin-RevId: 490109215
  Source-Link: googleapis/googleapis@0cbcc59

feat(dialogflow): added cx_current_page field to AutomatedAgentReply docs: clarified docs for Sentiment
  PiperOrigin-RevId: 490103678
  Source-Link: googleapis/googleapis@8f95a5f

docs(batch): fix minor docstring formatting
  PiperOrigin-RevId: 490003354
  Source-Link: googleapis/googleapis@9afb89b

feat(compute): Update Compute Engine API to revision 20221101 (#751)

  Source-Link: googleapis/googleapis@b0432a1
yoshi-automation added a commit that referenced this issue Dec 1, 2022
This is an auto-generated regeneration of the gapic clients by
cloud.google.com/go/internal/gapicgen. Once the corresponding genproto PR is
submitted, genbot will update this PR with a newer dependency to the newer
version of genproto and assign reviewers to this PR.

If you have been assigned to review this PR, please:

- Ensure that the version of genproto in go.mod has been updated.
- Ensure that CI is passing. If it's failing, it requires your manual attention.
- Approve and submit this PR if you believe it's ready to ship.

Corresponding genproto PR: googleapis/go-genproto#946

Changes:

chore(errorreporting): fix warehouse-package-name for clouderrorreporting v1beta1
  PiperOrigin-RevId: 491971000
  Source-Link: googleapis/googleapis@f0c519f

feat(aiplatform): add metadata_artifact to Dataset in aiplatform v1beta1 dataset.proto feat: add offline_storage_ttl_days to EntityType in aiplatform v1beta1 entity_type.proto feat: add online_storage_ttl_days to Featurestore in aiplatform v1beta1 featurestore.proto feat: add source_uris to ImportFeatureValuesOperationMetadata in aiplatform v1beta1 featurestore_service.proto
  PiperOrigin-RevId: 491934619
  Source-Link: googleapis/googleapis@572774c

feat(aiplatform): add metadata_artifact to Dataset in aiplatform v1 dataset.proto feat: add WriteFeatureValues rpc to FeaturestoreOnlineServingService in aiplatform v1 featurestore_online_service.proto
  PiperOrigin-RevId: 491933995
  Source-Link: googleapis/googleapis@693430f

docs(tpu): minor updates in comments
  PiperOrigin-RevId: 491785685
  Source-Link: googleapis/googleapis@e8bd0c4

chore(orgpolicy): fix warehouse-package-name for orgpolicy v2
  PiperOrigin-RevId: 491637046
  Source-Link: googleapis/googleapis@dc4d319

chore(binaryauthorization): fix warehouse-package-name for binaryauthorization v1/v1beta1
  PiperOrigin-RevId: 491634075
  Source-Link: googleapis/googleapis@8050816

docs(optimization): fix minor docstring formatting
  PiperOrigin-RevId: 491440092
  Source-Link: googleapis/googleapis@16db2fb

docs(notebooks): fix minor docstring formatting
  PiperOrigin-RevId: 491386965
  Source-Link: googleapis/googleapis@b706495

chore(monitoring/dashboard): fix warehouse-package-name for google/monitoring/dashboard/v1
  PiperOrigin-RevId: 491377718
  Source-Link: googleapis/googleapis@5b64b2c

chore(networkconnectivity): fix warehouse-package-name for networkconnectivity v1
  PiperOrigin-RevId: 491376026
  Source-Link: googleapis/googleapis@6defef8

docs(recommendationengine): fix minor docstring formatting
  PiperOrigin-RevId: 491340500
  Source-Link: googleapis/googleapis@5686f7b

chore(phishingprotection): fix warehouse-package-name for phishingprotection v1beta1
  PiperOrigin-RevId: 491340209
  Source-Link: googleapis/googleapis@96ed22a

feat(container): add a FastSocket API
  PiperOrigin-RevId: 491259489
  Source-Link: googleapis/googleapis@39bcdf4

chore(oslogin): fix warehouse-package-name for oslogin v1
  PiperOrigin-RevId: 491014627
  Source-Link: googleapis/googleapis@5e43841

chore(monitoring/metricsscope): fix warehouse-package-name for google/monitoring/metricsscope/v1
  PiperOrigin-RevId: 490896705
  Source-Link: googleapis/googleapis@a0b7558

feat(metastore): added federation API feat: added EncryptionConfig field feat: added NetworkConfig field feat: added DatabaseType field feat: added TelemetryConfiguration field
  PiperOrigin-RevId: 490636886
  Source-Link: googleapis/googleapis@791374c

chore(dataqna): fix warehouse-package-name for dataqna v1alpha
  PiperOrigin-RevId: 490515684
  Source-Link: googleapis/googleapis@cfe5068

chore(metastore): fix warehouse-package-name for metastore v1/v1beta/v1alpha
  PiperOrigin-RevId: 490488377
  Source-Link: googleapis/googleapis@dc9658d

feat(pubsublite): Remove obsolete export subscription statuses field from API
  PiperOrigin-RevId: 490440743
  Source-Link: googleapis/googleapis@f3f035a

chore(vmwareengine): Configure Bazel rules for VMware Engine client
  PiperOrigin-RevId: 490399398
  Source-Link: googleapis/googleapis@70b1212

docs(asset): Small change for documentation
  PiperOrigin-RevId: 490314741
  Source-Link: googleapis/googleapis@9247e23

feat(kms): add SHA-2 import methods
  PiperOrigin-RevId: 490250391
  Source-Link: googleapis/googleapis@4713c10

docs(asset): Small change for documentation
  PiperOrigin-RevId: 490109215
  Source-Link: googleapis/googleapis@0cbcc59

feat(dialogflow): added cx_current_page field to AutomatedAgentReply docs: clarified docs for Sentiment
  PiperOrigin-RevId: 490103678
  Source-Link: googleapis/googleapis@8f95a5f

docs(batch): fix minor docstring formatting
  PiperOrigin-RevId: 490003354
  Source-Link: googleapis/googleapis@9afb89b

feat(compute): Update Compute Engine API to revision 20221101 (#751)

  Source-Link: googleapis/googleapis@b0432a1
codyoss pushed a commit that referenced this issue Dec 1, 2022
This is an auto-generated regeneration of the gapic clients by
cloud.google.com/go/internal/gapicgen. Once the corresponding genproto PR is
submitted, genbot will update this PR with a newer dependency to the newer
version of genproto and assign reviewers to this PR.

If you have been assigned to review this PR, please:

- Ensure that the version of genproto in go.mod has been updated.
- Ensure that CI is passing. If it's failing, it requires your manual attention.
- Approve and submit this PR if you believe it's ready to ship.

Corresponding genproto PR: googleapis/go-genproto#946

Changes:

chore(errorreporting): fix warehouse-package-name for clouderrorreporting v1beta1
  PiperOrigin-RevId: 491971000
  Source-Link: googleapis/googleapis@f0c519f

feat(aiplatform): add metadata_artifact to Dataset in aiplatform v1beta1 dataset.proto feat: add offline_storage_ttl_days to EntityType in aiplatform v1beta1 entity_type.proto feat: add online_storage_ttl_days to Featurestore in aiplatform v1beta1 featurestore.proto feat: add source_uris to ImportFeatureValuesOperationMetadata in aiplatform v1beta1 featurestore_service.proto
  PiperOrigin-RevId: 491934619
  Source-Link: googleapis/googleapis@572774c

feat(aiplatform): add metadata_artifact to Dataset in aiplatform v1 dataset.proto feat: add WriteFeatureValues rpc to FeaturestoreOnlineServingService in aiplatform v1 featurestore_online_service.proto
  PiperOrigin-RevId: 491933995
  Source-Link: googleapis/googleapis@693430f

docs(tpu): minor updates in comments
  PiperOrigin-RevId: 491785685
  Source-Link: googleapis/googleapis@e8bd0c4

chore(orgpolicy): fix warehouse-package-name for orgpolicy v2
  PiperOrigin-RevId: 491637046
  Source-Link: googleapis/googleapis@dc4d319

chore(binaryauthorization): fix warehouse-package-name for binaryauthorization v1/v1beta1
  PiperOrigin-RevId: 491634075
  Source-Link: googleapis/googleapis@8050816

docs(optimization): fix minor docstring formatting
  PiperOrigin-RevId: 491440092
  Source-Link: googleapis/googleapis@16db2fb

docs(notebooks): fix minor docstring formatting
  PiperOrigin-RevId: 491386965
  Source-Link: googleapis/googleapis@b706495

chore(monitoring/dashboard): fix warehouse-package-name for google/monitoring/dashboard/v1
  PiperOrigin-RevId: 491377718
  Source-Link: googleapis/googleapis@5b64b2c

chore(networkconnectivity): fix warehouse-package-name for networkconnectivity v1
  PiperOrigin-RevId: 491376026
  Source-Link: googleapis/googleapis@6defef8

docs(recommendationengine): fix minor docstring formatting
  PiperOrigin-RevId: 491340500
  Source-Link: googleapis/googleapis@5686f7b

chore(phishingprotection): fix warehouse-package-name for phishingprotection v1beta1
  PiperOrigin-RevId: 491340209
  Source-Link: googleapis/googleapis@96ed22a

feat(container): add a FastSocket API
  PiperOrigin-RevId: 491259489
  Source-Link: googleapis/googleapis@39bcdf4

chore(oslogin): fix warehouse-package-name for oslogin v1
  PiperOrigin-RevId: 491014627
  Source-Link: googleapis/googleapis@5e43841

chore(monitoring/metricsscope): fix warehouse-package-name for google/monitoring/metricsscope/v1
  PiperOrigin-RevId: 490896705
  Source-Link: googleapis/googleapis@a0b7558

feat(metastore): added federation API feat: added EncryptionConfig field feat: added NetworkConfig field feat: added DatabaseType field feat: added TelemetryConfiguration field
  PiperOrigin-RevId: 490636886
  Source-Link: googleapis/googleapis@791374c

chore(dataqna): fix warehouse-package-name for dataqna v1alpha
  PiperOrigin-RevId: 490515684
  Source-Link: googleapis/googleapis@cfe5068

chore(metastore): fix warehouse-package-name for metastore v1/v1beta/v1alpha
  PiperOrigin-RevId: 490488377
  Source-Link: googleapis/googleapis@dc9658d

feat(pubsublite): Remove obsolete export subscription statuses field from API
  PiperOrigin-RevId: 490440743
  Source-Link: googleapis/googleapis@f3f035a

chore(vmwareengine): Configure Bazel rules for VMware Engine client
  PiperOrigin-RevId: 490399398
  Source-Link: googleapis/googleapis@70b1212

docs(asset): Small change for documentation
  PiperOrigin-RevId: 490314741
  Source-Link: googleapis/googleapis@9247e23

feat(kms): add SHA-2 import methods
  PiperOrigin-RevId: 490250391
  Source-Link: googleapis/googleapis@4713c10

docs(asset): Small change for documentation
  PiperOrigin-RevId: 490109215
  Source-Link: googleapis/googleapis@0cbcc59

feat(dialogflow): added cx_current_page field to AutomatedAgentReply docs: clarified docs for Sentiment
  PiperOrigin-RevId: 490103678
  Source-Link: googleapis/googleapis@8f95a5f

docs(batch): fix minor docstring formatting
  PiperOrigin-RevId: 490003354
  Source-Link: googleapis/googleapis@9afb89b

feat(compute): Update Compute Engine API to revision 20221101 (#751)

  Source-Link: googleapis/googleapis@b0432a1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants