Class Remote (1.12.2)

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

Specifies a file available via some URI.

Attributes

NameDescription
uri str
Required. URI from which to fetch the object. It should contain both the protocol and path following the format ``{protocol}://{location}``.
sha256_checksum str
SHA256 checksum of the remote file.

Inheritance

builtins.object > proto.message.Message > Remote