Interface ImportIssueModelRequest.GcsSourceOrBuilder (2.52.0)

public static interface ImportIssueModelRequest.GcsSourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getObjectUri()

public abstract String getObjectUri()

Required. Format: gs://<bucket-name>/<object-name>

string object_uri = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The objectUri.

getObjectUriBytes()

public abstract ByteString getObjectUriBytes()

Required. Format: gs://<bucket-name>/<object-name>

string object_uri = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for objectUri.