public static final class GetHmacKeyRequest.Builder extends GeneratedMessageV3.Builder<GetHmacKeyRequest.Builder> implements GetHmacKeyRequestOrBuilder
Request object to get metadata on a given HMAC key.
Protobuf type google.storage.v2.GetHmacKeyRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GetHmacKeyRequest.BuilderImplements
GetHmacKeyRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GetHmacKeyRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
GetHmacKeyRequest.Builder |
build()
public GetHmacKeyRequest build()
Type | Description |
GetHmacKeyRequest |
buildPartial()
public GetHmacKeyRequest buildPartial()
Type | Description |
GetHmacKeyRequest |
clear()
public GetHmacKeyRequest.Builder clear()
Type | Description |
GetHmacKeyRequest.Builder |
clearAccessId()
public GetHmacKeyRequest.Builder clearAccessId()
Required. The identifying key for the HMAC to delete.
string access_id = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
GetHmacKeyRequest.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public GetHmacKeyRequest.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
GetHmacKeyRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public GetHmacKeyRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
GetHmacKeyRequest.Builder |
clearProject()
public GetHmacKeyRequest.Builder clearProject()
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 |
GetHmacKeyRequest.Builder | This builder for chaining. |
clone()
public GetHmacKeyRequest.Builder clone()
Type | Description |
GetHmacKeyRequest.Builder |
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 |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
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. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetHmacKeyRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GetHmacKeyRequest.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public GetHmacKeyRequest.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
GetHmacKeyRequest.Builder |
mergeFrom(GetHmacKeyRequest other)
public GetHmacKeyRequest.Builder mergeFrom(GetHmacKeyRequest other)
Name | Description |
other | GetHmacKeyRequest |
Type | Description |
GetHmacKeyRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GetHmacKeyRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
GetHmacKeyRequest.Builder |
setAccessId(String value)
public GetHmacKeyRequest.Builder setAccessId(String value)
Required. The identifying key for the HMAC to delete.
string access_id = 1 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value | String The accessId to set. |
Type | Description |
GetHmacKeyRequest.Builder | This builder for chaining. |
setAccessIdBytes(ByteString value)
public GetHmacKeyRequest.Builder setAccessIdBytes(ByteString value)
Required. The identifying key for the HMAC to delete.
string access_id = 1 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value | ByteString The bytes for accessId to set. |
Type | Description |
GetHmacKeyRequest.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public GetHmacKeyRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
GetHmacKeyRequest.Builder |
setProject(String value)
public GetHmacKeyRequest.Builder setProject(String value)
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) = { ... }
Name | Description |
value | String The project to set. |
Type | Description |
GetHmacKeyRequest.Builder | This builder for chaining. |
setProjectBytes(ByteString value)
public GetHmacKeyRequest.Builder setProjectBytes(ByteString value)
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) = { ... }
Name | Description |
value | ByteString The bytes for project to set. |
Type | Description |
GetHmacKeyRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GetHmacKeyRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
GetHmacKeyRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final GetHmacKeyRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
GetHmacKeyRequest.Builder |