public interface CreateHmacKeyRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getProject()
Required.
|
com.google.protobuf.ByteString |
getProjectBytes()
Required.
|
String |
getServiceAccountEmail()
Required.
|
com.google.protobuf.ByteString |
getServiceAccountEmailBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getProject()
Required. The project that the HMAC-owning service account lives in, in the format of "projects/{projectIdentifier}". {projectIdentifier} can be the project ID or project number.
string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getProjectBytes()
Required. The project that the HMAC-owning service account lives in, in the format of "projects/{projectIdentifier}". {projectIdentifier} can be the project ID or project number.
string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getServiceAccountEmail()
Required. The service account to create the HMAC for.
string service_account_email = 2 [(.google.api.field_behavior) = REQUIRED];
com.google.protobuf.ByteString getServiceAccountEmailBytes()
Required. The service account to create the HMAC for.
string service_account_email = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2023 Google LLC. All rights reserved.