Class ShowEffectiveAutokeyConfigResponse.Builder (2.86.0)

public static final class ShowEffectiveAutokeyConfigResponse.Builder extends GeneratedMessage.Builder<ShowEffectiveAutokeyConfigResponse.Builder> implements ShowEffectiveAutokeyConfigResponseOrBuilder

Response message for ShowEffectiveAutokeyConfig.

Protobuf type google.cloud.kms.v1.ShowEffectiveAutokeyConfigResponse

Static Methods

getDescriptor()

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

Methods

build()

public ShowEffectiveAutokeyConfigResponse build()
Returns
Type Description
ShowEffectiveAutokeyConfigResponse

buildPartial()

public ShowEffectiveAutokeyConfigResponse buildPartial()
Returns
Type Description
ShowEffectiveAutokeyConfigResponse

clear()

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

clearKeyProject()

public ShowEffectiveAutokeyConfigResponse.Builder clearKeyProject()

Name of the key project configured in the resource project's folder ancestry.

string key_project = 1;

Returns
Type Description
ShowEffectiveAutokeyConfigResponse.Builder

This builder for chaining.

getDefaultInstanceForType()

public ShowEffectiveAutokeyConfigResponse getDefaultInstanceForType()
Returns
Type Description
ShowEffectiveAutokeyConfigResponse

getDescriptorForType()

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

getKeyProject()

public String getKeyProject()

Name of the key project configured in the resource project's folder ancestry.

string key_project = 1;

Returns
Type Description
String

The keyProject.

getKeyProjectBytes()

public ByteString getKeyProjectBytes()

Name of the key project configured in the resource project's folder ancestry.

string key_project = 1;

Returns
Type Description
ByteString

The bytes for keyProject.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ShowEffectiveAutokeyConfigResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setKeyProject(String value)

public ShowEffectiveAutokeyConfigResponse.Builder setKeyProject(String value)

Name of the key project configured in the resource project's folder ancestry.

string key_project = 1;

Parameter
Name Description
value String

The keyProject to set.

Returns
Type Description
ShowEffectiveAutokeyConfigResponse.Builder

This builder for chaining.

setKeyProjectBytes(ByteString value)

public ShowEffectiveAutokeyConfigResponse.Builder setKeyProjectBytes(ByteString value)

Name of the key project configured in the resource project's folder ancestry.

string key_project = 1;

Parameter
Name Description
value ByteString

The bytes for keyProject to set.

Returns
Type Description
ShowEffectiveAutokeyConfigResponse.Builder

This builder for chaining.