public interface GetStorageLayoutRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getName()
public abstract String getName()
Required. The name of the StorageLayout resource.
Format: projects/{project}/buckets/{bucket}/storageLayout
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Required. The name of the StorageLayout resource.
Format: projects/{project}/buckets/{bucket}/storageLayout
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getPrefix()
public abstract String getPrefix()
An optional prefix used for permission check. It is useful when the caller only has limited permissions under a specific prefix.
string prefix = 2;
Returns | |
---|---|
Type | Description |
String |
The prefix. |
getPrefixBytes()
public abstract ByteString getPrefixBytes()
An optional prefix used for permission check. It is useful when the caller only has limited permissions under a specific prefix.
string prefix = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for prefix. |
getRequestId()
public abstract String getRequestId()
Optional. A unique identifier for this request. UUID is the recommended format, but other formats are still accepted.
string request_id = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }
Returns | |
---|---|
Type | Description |
String |
The requestId. |
getRequestIdBytes()
public abstract ByteString getRequestIdBytes()
Optional. A unique identifier for this request. UUID is the recommended format, but other formats are still accepted.
string request_id = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for requestId. |