public final class DeleteHmacKeyRequest extends GeneratedMessageV3 implements DeleteHmacKeyRequestOrBuilder
Request object to delete a given HMAC key.
Protobuf type google.storage.v2.DeleteHmacKeyRequest
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > DeleteHmacKeyRequestImplements
DeleteHmacKeyRequestOrBuilderStatic Fields
ACCESS_ID_FIELD_NUMBER
public static final int ACCESS_ID_FIELD_NUMBER
Type | Description |
int |
COMMON_REQUEST_PARAMS_FIELD_NUMBER
public static final int COMMON_REQUEST_PARAMS_FIELD_NUMBER
Type | Description |
int |
PROJECT_FIELD_NUMBER
public static final int PROJECT_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static DeleteHmacKeyRequest getDefaultInstance()
Type | Description |
DeleteHmacKeyRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static DeleteHmacKeyRequest.Builder newBuilder()
Type | Description |
DeleteHmacKeyRequest.Builder |
newBuilder(DeleteHmacKeyRequest prototype)
public static DeleteHmacKeyRequest.Builder newBuilder(DeleteHmacKeyRequest prototype)
Name | Description |
prototype | DeleteHmacKeyRequest |
Type | Description |
DeleteHmacKeyRequest.Builder |
parseDelimitedFrom(InputStream input)
public static DeleteHmacKeyRequest parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
DeleteHmacKeyRequest |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DeleteHmacKeyRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DeleteHmacKeyRequest |
Type | Description |
IOException |
parseFrom(byte[] data)
public static DeleteHmacKeyRequest parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
DeleteHmacKeyRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DeleteHmacKeyRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DeleteHmacKeyRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static DeleteHmacKeyRequest parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
DeleteHmacKeyRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DeleteHmacKeyRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DeleteHmacKeyRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static DeleteHmacKeyRequest parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
DeleteHmacKeyRequest |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DeleteHmacKeyRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DeleteHmacKeyRequest |
Type | Description |
IOException |
parseFrom(InputStream input)
public static DeleteHmacKeyRequest parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
DeleteHmacKeyRequest |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DeleteHmacKeyRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DeleteHmacKeyRequest |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static DeleteHmacKeyRequest parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
DeleteHmacKeyRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DeleteHmacKeyRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DeleteHmacKeyRequest |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<DeleteHmacKeyRequest> parser()
Type | Description |
Parser<DeleteHmacKeyRequest> |
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. |
getCommonRequestParams()
public 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 CommonRequestParamsOrBuilder getCommonRequestParamsOrBuilder()
A set of parameters common to all Storage API requests.
.google.storage.v2.CommonRequestParams common_request_params = 3;
Type | Description |
CommonRequestParamsOrBuilder |
getDefaultInstanceForType()
public DeleteHmacKeyRequest getDefaultInstanceForType()
Type | Description |
DeleteHmacKeyRequest |
getParserForType()
public Parser<DeleteHmacKeyRequest> getParserForType()
Type | Description |
Parser<DeleteHmacKeyRequest> |
getProject()
public String getProject()
Required. The project id the HMAC key lies in.
string project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
String | The project. |
getProjectBytes()
public ByteString getProjectBytes()
Required. The project id the HMAC key lies in.
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 |
hasCommonRequestParams()
public 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. |
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 DeleteHmacKeyRequest.Builder newBuilderForType()
Type | Description |
DeleteHmacKeyRequest.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DeleteHmacKeyRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
DeleteHmacKeyRequest.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public DeleteHmacKeyRequest.Builder toBuilder()
Type | Description |
DeleteHmacKeyRequest.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |