public final class GetHmacKeyRequest extends GeneratedMessageV3 implements GetHmacKeyRequestOrBuilder
Request object to get metadata on a given HMAC key.
Protobuf type google.storage.v2.GetHmacKeyRequest
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > GetHmacKeyRequestImplements
GetHmacKeyRequestOrBuilderStatic Fields
ACCESS_ID_FIELD_NUMBER
public static final int ACCESS_ID_FIELD_NUMBER
Type | Description |
int |
PROJECT_FIELD_NUMBER
public static final int PROJECT_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static GetHmacKeyRequest getDefaultInstance()
Type | Description |
GetHmacKeyRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static GetHmacKeyRequest.Builder newBuilder()
Type | Description |
GetHmacKeyRequest.Builder |
newBuilder(GetHmacKeyRequest prototype)
public static GetHmacKeyRequest.Builder newBuilder(GetHmacKeyRequest prototype)
Name | Description |
prototype | GetHmacKeyRequest |
Type | Description |
GetHmacKeyRequest.Builder |
parseDelimitedFrom(InputStream input)
public static GetHmacKeyRequest parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
GetHmacKeyRequest |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static GetHmacKeyRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GetHmacKeyRequest |
Type | Description |
IOException |
parseFrom(byte[] data)
public static GetHmacKeyRequest parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
GetHmacKeyRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GetHmacKeyRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GetHmacKeyRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static GetHmacKeyRequest parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
GetHmacKeyRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GetHmacKeyRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GetHmacKeyRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static GetHmacKeyRequest parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
GetHmacKeyRequest |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static GetHmacKeyRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GetHmacKeyRequest |
Type | Description |
IOException |
parseFrom(InputStream input)
public static GetHmacKeyRequest parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
GetHmacKeyRequest |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static GetHmacKeyRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GetHmacKeyRequest |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static GetHmacKeyRequest parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
GetHmacKeyRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GetHmacKeyRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GetHmacKeyRequest |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<GetHmacKeyRequest> parser()
Type | Description |
Parser<GetHmacKeyRequest> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getAccessId()
public String getAccessId()
Required. The identifying key for the HMAC to delete.
string access_id = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
String | The accessId. |
getAccessIdBytes()
public ByteString getAccessIdBytes()
Required. The identifying key for the HMAC to delete.
string access_id = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
ByteString | The bytes for accessId. |
getDefaultInstanceForType()
public GetHmacKeyRequest getDefaultInstanceForType()
Type | Description |
GetHmacKeyRequest |
getParserForType()
public Parser<GetHmacKeyRequest> getParserForType()
Type | Description |
Parser<GetHmacKeyRequest> |
getProject()
public String getProject()
Required. The project the HMAC key lies in, in the format of "projects/<projectIdentifier>". <projectIdentifier> can be the project ID or project number.
string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
String | The project. |
getProjectBytes()
public ByteString getProjectBytes()
Required. The project the HMAC key lies in, in the format of "projects/<projectIdentifier>". <projectIdentifier> can be the project ID or project number.
string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for project. |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
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 GetHmacKeyRequest.Builder newBuilderForType()
Type | Description |
GetHmacKeyRequest.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected GetHmacKeyRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
GetHmacKeyRequest.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public GetHmacKeyRequest.Builder toBuilder()
Type | Description |
GetHmacKeyRequest.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |