- 0.49.0 (latest)
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.2
public static final class GetKeyRequest.Builder extends GeneratedMessageV3.Builder<GetKeyRequest.Builder> implements GetKeyRequestOrBuilder
Request message for GetKey
method.
Protobuf type google.api.apikeys.v2.GetKeyRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GetKeyRequest.BuilderImplements
GetKeyRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GetKeyRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
GetKeyRequest.Builder |
build()
public GetKeyRequest build()
Type | Description |
GetKeyRequest |
buildPartial()
public GetKeyRequest buildPartial()
Type | Description |
GetKeyRequest |
clear()
public GetKeyRequest.Builder clear()
Type | Description |
GetKeyRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public GetKeyRequest.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
GetKeyRequest.Builder |
clearName()
public GetKeyRequest.Builder clearName()
Required. The resource name of the API key to get.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
GetKeyRequest.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public GetKeyRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
GetKeyRequest.Builder |
clone()
public GetKeyRequest.Builder clone()
Type | Description |
GetKeyRequest.Builder |
getDefaultInstanceForType()
public GetKeyRequest getDefaultInstanceForType()
Type | Description |
GetKeyRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getName()
public String getName()
Required. The resource name of the API key to get.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
Required. The resource name of the API key to get.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for name. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(GetKeyRequest other)
public GetKeyRequest.Builder mergeFrom(GetKeyRequest other)
Name | Description |
other | GetKeyRequest |
Type | Description |
GetKeyRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetKeyRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GetKeyRequest.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public GetKeyRequest.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
GetKeyRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GetKeyRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
GetKeyRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public GetKeyRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
GetKeyRequest.Builder |
setName(String value)
public GetKeyRequest.Builder setName(String value)
Required. The resource name of the API key to get.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Name | Description |
value | String The name to set. |
Type | Description |
GetKeyRequest.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public GetKeyRequest.Builder setNameBytes(ByteString value)
Required. The resource name of the API key to get.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Name | Description |
value | ByteString The bytes for name to set. |
Type | Description |
GetKeyRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GetKeyRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
GetKeyRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final GetKeyRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
GetKeyRequest.Builder |