Class ImageSource (3.1.2)

ImageSource(mapping=None, *, ignore_unknown_fields=False, **kwargs)

External image source (Google Cloud Storage or web URL image location).

Attributes

NameDescription
gcs_image_uri str
**Use ``image_uri`` instead.** The Google Cloud Storage URI of the form ``gs://bucket_name/object_name``. Object versioning is not supported. See `Google Cloud Storage Request URIs
image_uri str
The URI of the source image. Can be either: 1. A Google Cloud Storage URI of the form ``gs://bucket_name/object_name``. Object versioning is not supported. See `Google Cloud Storage Request URIs

Inheritance

builtins.object > proto.message.Message > ImageSource