public final class CreateHmacKeyRequest extends GeneratedMessageV3 implements CreateHmacKeyRequestOrBuilder
Request message for CreateHmacKey.
Protobuf type google.storage.v2.CreateHmacKeyRequest
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > CreateHmacKeyRequestImplements
CreateHmacKeyRequestOrBuilderStatic Fields
PROJECT_FIELD_NUMBER
public static final int PROJECT_FIELD_NUMBER
Type | Description |
int |
SERVICE_ACCOUNT_EMAIL_FIELD_NUMBER
public static final int SERVICE_ACCOUNT_EMAIL_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static CreateHmacKeyRequest getDefaultInstance()
Type | Description |
CreateHmacKeyRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static CreateHmacKeyRequest.Builder newBuilder()
Type | Description |
CreateHmacKeyRequest.Builder |
newBuilder(CreateHmacKeyRequest prototype)
public static CreateHmacKeyRequest.Builder newBuilder(CreateHmacKeyRequest prototype)
Name | Description |
prototype | CreateHmacKeyRequest |
Type | Description |
CreateHmacKeyRequest.Builder |
parseDelimitedFrom(InputStream input)
public static CreateHmacKeyRequest parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
CreateHmacKeyRequest |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static CreateHmacKeyRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateHmacKeyRequest |
Type | Description |
IOException |
parseFrom(byte[] data)
public static CreateHmacKeyRequest parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
CreateHmacKeyRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CreateHmacKeyRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateHmacKeyRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static CreateHmacKeyRequest parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
CreateHmacKeyRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CreateHmacKeyRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateHmacKeyRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static CreateHmacKeyRequest parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
CreateHmacKeyRequest |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CreateHmacKeyRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateHmacKeyRequest |
Type | Description |
IOException |
parseFrom(InputStream input)
public static CreateHmacKeyRequest parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
CreateHmacKeyRequest |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static CreateHmacKeyRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateHmacKeyRequest |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static CreateHmacKeyRequest parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
CreateHmacKeyRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CreateHmacKeyRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateHmacKeyRequest |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<CreateHmacKeyRequest> parser()
Type | Description |
Parser<CreateHmacKeyRequest> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public CreateHmacKeyRequest getDefaultInstanceForType()
Type | Description |
CreateHmacKeyRequest |
getParserForType()
public Parser<CreateHmacKeyRequest> getParserForType()
Type | Description |
Parser<CreateHmacKeyRequest> |
getProject()
public 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) = { ... }
Type | Description |
String | The project. |
getProjectBytes()
public 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) = { ... }
Type | Description |
ByteString | The bytes for project. |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getServiceAccountEmail()
public 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 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. |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public CreateHmacKeyRequest.Builder newBuilderForType()
Type | Description |
CreateHmacKeyRequest.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CreateHmacKeyRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
CreateHmacKeyRequest.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public CreateHmacKeyRequest.Builder toBuilder()
Type | Description |
CreateHmacKeyRequest.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |