Class ShowEffectiveAutokeyConfigRequest.Builder (2.48.0)

public static final class ShowEffectiveAutokeyConfigRequest.Builder extends GeneratedMessageV3.Builder<ShowEffectiveAutokeyConfigRequest.Builder> implements ShowEffectiveAutokeyConfigRequestOrBuilder

Request message for ShowEffectiveAutokeyConfig.

Protobuf type google.cloud.kms.v1.ShowEffectiveAutokeyConfigRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public ShowEffectiveAutokeyConfigRequest build()
Returns
Type Description
ShowEffectiveAutokeyConfigRequest

buildPartial()

public ShowEffectiveAutokeyConfigRequest buildPartial()
Returns
Type Description
ShowEffectiveAutokeyConfigRequest

clear()

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

clearField(Descriptors.FieldDescriptor field)

public ShowEffectiveAutokeyConfigRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ShowEffectiveAutokeyConfigRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearParent()

public ShowEffectiveAutokeyConfigRequest.Builder clearParent()

Required. Name of the resource project to the show effective Cloud KMS Autokey configuration for. This may be helpful for interrogating the effect of nested folder configurations on a given resource project.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ShowEffectiveAutokeyConfigRequest.Builder

This builder for chaining.

clone()

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

getDefaultInstanceForType()

public ShowEffectiveAutokeyConfigRequest getDefaultInstanceForType()
Returns
Type Description
ShowEffectiveAutokeyConfigRequest

getDescriptorForType()

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

getParent()

public String getParent()

Required. Name of the resource project to the show effective Cloud KMS Autokey configuration for. This may be helpful for interrogating the effect of nested folder configurations on a given resource project.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. Name of the resource project to the show effective Cloud KMS Autokey configuration for. This may be helpful for interrogating the effect of nested folder configurations on a given resource project.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ShowEffectiveAutokeyConfigRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

setParent(String value)

public ShowEffectiveAutokeyConfigRequest.Builder setParent(String value)

Required. Name of the resource project to the show effective Cloud KMS Autokey configuration for. This may be helpful for interrogating the effect of nested folder configurations on a given resource project.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The parent to set.

Returns
Type Description
ShowEffectiveAutokeyConfigRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public ShowEffectiveAutokeyConfigRequest.Builder setParentBytes(ByteString value)

Required. Name of the resource project to the show effective Cloud KMS Autokey configuration for. This may be helpful for interrogating the effect of nested folder configurations on a given resource project.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for parent to set.

Returns
Type Description
ShowEffectiveAutokeyConfigRequest.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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