Class LookupKeyRequest.Builder (0.81.0)

public static final class LookupKeyRequest.Builder extends GeneratedMessage.Builder<LookupKeyRequest.Builder> implements LookupKeyRequestOrBuilder

Request message for LookupKey method.

Protobuf type google.api.apikeys.v2.LookupKeyRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public LookupKeyRequest build()
Returns
Type Description
LookupKeyRequest

buildPartial()

public LookupKeyRequest buildPartial()
Returns
Type Description
LookupKeyRequest

clear()

public LookupKeyRequest.Builder clear()
Returns
Type Description
LookupKeyRequest.Builder
Overrides

clearKeyString()

public LookupKeyRequest.Builder clearKeyString()

Required. Finds the project that owns the key string value.

string key_string = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
LookupKeyRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public LookupKeyRequest getDefaultInstanceForType()
Returns
Type Description
LookupKeyRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getKeyString()

public String getKeyString()

Required. Finds the project that owns the key string value.

string key_string = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The keyString.

getKeyStringBytes()

public ByteString getKeyStringBytes()

Required. Finds the project that owns the key string value.

string key_string = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for keyString.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(LookupKeyRequest other)

public LookupKeyRequest.Builder mergeFrom(LookupKeyRequest other)
Parameter
Name Description
other LookupKeyRequest
Returns
Type Description
LookupKeyRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public LookupKeyRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LookupKeyRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public LookupKeyRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
LookupKeyRequest.Builder
Overrides

setKeyString(String value)

public LookupKeyRequest.Builder setKeyString(String value)

Required. Finds the project that owns the key string value.

string key_string = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The keyString to set.

Returns
Type Description
LookupKeyRequest.Builder

This builder for chaining.

setKeyStringBytes(ByteString value)

public LookupKeyRequest.Builder setKeyStringBytes(ByteString value)

Required. Finds the project that owns the key string value.

string key_string = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for keyString to set.

Returns
Type Description
LookupKeyRequest.Builder

This builder for chaining.