public interface FetchBlobRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getRepository()
public abstract String getRepository()
Required. The format is
projects/{project_number}/locations/{location_id}/repositories/{repository_id}
.
Specifies the repository containing the blob.
string repository = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The repository. |
getRepositoryBytes()
public abstract ByteString getRepositoryBytes()
Required. The format is
projects/{project_number}/locations/{location_id}/repositories/{repository_id}
.
Specifies the repository containing the blob.
string repository = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for repository. |
getSha()
public abstract String getSha()
Required. The SHA-1 hash of the blob to retrieve.
string sha = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The sha. |
getShaBytes()
public abstract ByteString getShaBytes()
Required. The SHA-1 hash of the blob to retrieve.
string sha = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for sha. |