Class ShowEffectiveAutokeyConfigResponse.Builder (2.61.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

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)

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
Overrides

build()

public ShowEffectiveAutokeyConfigResponse build()
Returns
Type Description
ShowEffectiveAutokeyConfigResponse

buildPartial()

public ShowEffectiveAutokeyConfigResponse buildPartial()
Returns
Type Description
ShowEffectiveAutokeyConfigResponse

clear()

public ShowEffectiveAutokeyConfigResponse.Builder clear()
Overrides

clearField(Descriptors.FieldDescriptor field)

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

clone()

public ShowEffectiveAutokeyConfigResponse.Builder clone()
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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

setUnknownFields(UnknownFieldSet unknownFields)

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