Class ShowEffectiveAutokeyConfigResponse.Builder (2.48.0)

public static final class ShowEffectiveAutokeyConfigResponse.Builder extends GeneratedMessageV3.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

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ShowEffectiveAutokeyConfigResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ShowEffectiveAutokeyConfigResponse.Builder
Overrides

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

clearField(Descriptors.FieldDescriptor field)

public ShowEffectiveAutokeyConfigResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
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.

clearOneof(Descriptors.OneofDescriptor oneof)

public ShowEffectiveAutokeyConfigResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ShowEffectiveAutokeyConfigResponse.Builder
Overrides

clone()

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

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 GeneratedMessageV3.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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ShowEffectiveAutokeyConfigResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ShowEffectiveAutokeyConfigResponse.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public ShowEffectiveAutokeyConfigResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
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.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ShowEffectiveAutokeyConfigResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ShowEffectiveAutokeyConfigResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ShowEffectiveAutokeyConfigResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ShowEffectiveAutokeyConfigResponse.Builder
Overrides