Send feedback
Class DeleteHmacKeyRequest.Builder (2.44.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version latest keyboard_arrow_down
public static final class DeleteHmacKeyRequest . Builder extends GeneratedMessageV3 . Builder<DeleteHmacKeyRequest . Builder > implements DeleteHmacKeyRequestOrBuilder
Request object to delete a given HMAC key.
Protobuf type google.storage.v2.DeleteHmacKeyRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DeleteHmacKeyRequest . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public DeleteHmacKeyRequest build ()
buildPartial()
public DeleteHmacKeyRequest buildPartial ()
clear()
public DeleteHmacKeyRequest . Builder clear ()
Overrides
clearAccessId()
public DeleteHmacKeyRequest . Builder clearAccessId ()
Required. The identifying key for the HMAC to delete.
string access_id = 1 [(.google.api.field_behavior) = REQUIRED];
clearField(Descriptors.FieldDescriptor field)
public DeleteHmacKeyRequest . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public DeleteHmacKeyRequest . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearProject()
public DeleteHmacKeyRequest . Builder clearProject ()
Required. The project that owns the HMAC key, 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) = { ... }
clone()
public DeleteHmacKeyRequest . Builder clone ()
Overrides
getAccessId()
public String getAccessId ()
Required. The identifying key for the HMAC to delete.
string access_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
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];
Returns
Type
Description
ByteString
The bytes for accessId.
getDefaultInstanceForType()
public DeleteHmacKeyRequest getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getProject()
public String getProject ()
Required. The project that owns the HMAC key, 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) = { ... }
Returns
Type
Description
String
The project.
getProjectBytes()
public ByteString getProjectBytes ()
Required. The project that owns the HMAC key, 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) = { ... }
Returns
Type
Description
ByteString
The bytes for project.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
public DeleteHmacKeyRequest . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public DeleteHmacKeyRequest . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeFrom(DeleteHmacKeyRequest other)
public DeleteHmacKeyRequest . Builder mergeFrom ( DeleteHmacKeyRequest other )
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DeleteHmacKeyRequest . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setAccessId(String value)
public DeleteHmacKeyRequest . Builder setAccessId ( String value )
Required. The identifying key for the HMAC to delete.
string access_id = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name
Description
value
String
The accessId to set.
setAccessIdBytes(ByteString value)
public DeleteHmacKeyRequest . Builder setAccessIdBytes ( ByteString value )
Required. The identifying key for the HMAC to delete.
string access_id = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name
Description
value
ByteString
The bytes for accessId to set.
setField(Descriptors.FieldDescriptor field, Object value)
public DeleteHmacKeyRequest . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setProject(String value)
public DeleteHmacKeyRequest . Builder setProject ( String value )
Required. The project that owns the HMAC key, 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) = { ... }
Parameter
Name
Description
value
String
The project to set.
setProjectBytes(ByteString value)
public DeleteHmacKeyRequest . Builder setProjectBytes ( ByteString value )
Required. The project that owns the HMAC key, 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) = { ... }
Parameter
Name
Description
value
ByteString
The bytes for project to set.
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DeleteHmacKeyRequest . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final DeleteHmacKeyRequest . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-21 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-21 UTC."],[],[]]