public interface CreateHmacKeyRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCommonRequestParams()
public abstract CommonRequestParams getCommonRequestParams()A set of parameters common to all Storage API requests.
.google.storage.v2.CommonRequestParams common_request_params = 3;
| Type | Description |
| CommonRequestParams | The commonRequestParams. |
getCommonRequestParamsOrBuilder()
public abstract CommonRequestParamsOrBuilder getCommonRequestParamsOrBuilder()A set of parameters common to all Storage API requests.
.google.storage.v2.CommonRequestParams common_request_params = 3;
| Type | Description |
| CommonRequestParamsOrBuilder |
getProject()
public abstract String getProject()Required. The project that the HMAC-owning service account lives in.
string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The project. |
getProjectBytes()
public abstract ByteString getProjectBytes()Required. The project that the HMAC-owning service account lives in.
string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for project. |
getServiceAccountEmail()
public abstract String getServiceAccountEmail()Required. The service account to create the HMAC for.
string service_account_email = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The serviceAccountEmail. |
getServiceAccountEmailBytes()
public abstract ByteString getServiceAccountEmailBytes()Required. The service account to create the HMAC for.
string service_account_email = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for serviceAccountEmail. |
hasCommonRequestParams()
public abstract boolean hasCommonRequestParams()A set of parameters common to all Storage API requests.
.google.storage.v2.CommonRequestParams common_request_params = 3;
| Type | Description |
| boolean | Whether the commonRequestParams field is set. |