Class ListEncryptionConfigsResponse.Builder (1.62.0)

public static final class ListEncryptionConfigsResponse.Builder extends GeneratedMessageV3.Builder<ListEncryptionConfigsResponse.Builder> implements ListEncryptionConfigsResponseOrBuilder

List EncryptionConfigs Response

Protobuf type google.cloud.dataplex.v1.ListEncryptionConfigsResponse

Static Methods

getDescriptor()

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

Methods

addAllEncryptionConfigs(Iterable<? extends EncryptionConfig> values)

public ListEncryptionConfigsResponse.Builder addAllEncryptionConfigs(Iterable<? extends EncryptionConfig> values)

The list of EncryptionConfigs under the given parent location.

repeated .google.cloud.dataplex.v1.EncryptionConfig encryption_configs = 1;

Parameter
Name Description
values Iterable<? extends com.google.cloud.dataplex.v1.EncryptionConfig>
Returns
Type Description
ListEncryptionConfigsResponse.Builder

addAllUnreachableLocations(Iterable<String> values)

public ListEncryptionConfigsResponse.Builder addAllUnreachableLocations(Iterable<String> values)

Locations that could not be reached.

repeated string unreachable_locations = 3 [(.google.api.resource_reference) = { ... }

Parameter
Name Description
values Iterable<String>

The unreachableLocations to add.

Returns
Type Description
ListEncryptionConfigsResponse.Builder

This builder for chaining.

addEncryptionConfigs(EncryptionConfig value)

public ListEncryptionConfigsResponse.Builder addEncryptionConfigs(EncryptionConfig value)

The list of EncryptionConfigs under the given parent location.

repeated .google.cloud.dataplex.v1.EncryptionConfig encryption_configs = 1;

Parameter
Name Description
value EncryptionConfig
Returns
Type Description
ListEncryptionConfigsResponse.Builder

addEncryptionConfigs(EncryptionConfig.Builder builderForValue)

public ListEncryptionConfigsResponse.Builder addEncryptionConfigs(EncryptionConfig.Builder builderForValue)

The list of EncryptionConfigs under the given parent location.

repeated .google.cloud.dataplex.v1.EncryptionConfig encryption_configs = 1;

Parameter
Name Description
builderForValue EncryptionConfig.Builder
Returns
Type Description
ListEncryptionConfigsResponse.Builder

addEncryptionConfigs(int index, EncryptionConfig value)

public ListEncryptionConfigsResponse.Builder addEncryptionConfigs(int index, EncryptionConfig value)

The list of EncryptionConfigs under the given parent location.

repeated .google.cloud.dataplex.v1.EncryptionConfig encryption_configs = 1;

Parameters
Name Description
index int
value EncryptionConfig
Returns
Type Description
ListEncryptionConfigsResponse.Builder

addEncryptionConfigs(int index, EncryptionConfig.Builder builderForValue)

public ListEncryptionConfigsResponse.Builder addEncryptionConfigs(int index, EncryptionConfig.Builder builderForValue)

The list of EncryptionConfigs under the given parent location.

repeated .google.cloud.dataplex.v1.EncryptionConfig encryption_configs = 1;

Parameters
Name Description
index int
builderForValue EncryptionConfig.Builder
Returns
Type Description
ListEncryptionConfigsResponse.Builder

addEncryptionConfigsBuilder()

public EncryptionConfig.Builder addEncryptionConfigsBuilder()

The list of EncryptionConfigs under the given parent location.

repeated .google.cloud.dataplex.v1.EncryptionConfig encryption_configs = 1;

Returns
Type Description
EncryptionConfig.Builder

addEncryptionConfigsBuilder(int index)

public EncryptionConfig.Builder addEncryptionConfigsBuilder(int index)

The list of EncryptionConfigs under the given parent location.

repeated .google.cloud.dataplex.v1.EncryptionConfig encryption_configs = 1;

Parameter
Name Description
index int
Returns
Type Description
EncryptionConfig.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

addUnreachableLocations(String value)

public ListEncryptionConfigsResponse.Builder addUnreachableLocations(String value)

Locations that could not be reached.

repeated string unreachable_locations = 3 [(.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The unreachableLocations to add.

Returns
Type Description
ListEncryptionConfigsResponse.Builder

This builder for chaining.

addUnreachableLocationsBytes(ByteString value)

public ListEncryptionConfigsResponse.Builder addUnreachableLocationsBytes(ByteString value)

Locations that could not be reached.

repeated string unreachable_locations = 3 [(.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes of the unreachableLocations to add.

Returns
Type Description
ListEncryptionConfigsResponse.Builder

This builder for chaining.

build()

public ListEncryptionConfigsResponse build()
Returns
Type Description
ListEncryptionConfigsResponse

buildPartial()

public ListEncryptionConfigsResponse buildPartial()
Returns
Type Description
ListEncryptionConfigsResponse

clear()

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

clearEncryptionConfigs()

public ListEncryptionConfigsResponse.Builder clearEncryptionConfigs()

The list of EncryptionConfigs under the given parent location.

repeated .google.cloud.dataplex.v1.EncryptionConfig encryption_configs = 1;

Returns
Type Description
ListEncryptionConfigsResponse.Builder

clearField(Descriptors.FieldDescriptor field)

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

clearNextPageToken()

public ListEncryptionConfigsResponse.Builder clearNextPageToken()

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Returns
Type Description
ListEncryptionConfigsResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearUnreachableLocations()

public ListEncryptionConfigsResponse.Builder clearUnreachableLocations()

Locations that could not be reached.

repeated string unreachable_locations = 3 [(.google.api.resource_reference) = { ... }

Returns
Type Description
ListEncryptionConfigsResponse.Builder

This builder for chaining.

clone()

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

getDefaultInstanceForType()

public ListEncryptionConfigsResponse getDefaultInstanceForType()
Returns
Type Description
ListEncryptionConfigsResponse

getDescriptorForType()

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

getEncryptionConfigs(int index)

public EncryptionConfig getEncryptionConfigs(int index)

The list of EncryptionConfigs under the given parent location.

repeated .google.cloud.dataplex.v1.EncryptionConfig encryption_configs = 1;

Parameter
Name Description
index int
Returns
Type Description
EncryptionConfig

getEncryptionConfigsBuilder(int index)

public EncryptionConfig.Builder getEncryptionConfigsBuilder(int index)

The list of EncryptionConfigs under the given parent location.

repeated .google.cloud.dataplex.v1.EncryptionConfig encryption_configs = 1;

Parameter
Name Description
index int
Returns
Type Description
EncryptionConfig.Builder

getEncryptionConfigsBuilderList()

public List<EncryptionConfig.Builder> getEncryptionConfigsBuilderList()

The list of EncryptionConfigs under the given parent location.

repeated .google.cloud.dataplex.v1.EncryptionConfig encryption_configs = 1;

Returns
Type Description
List<Builder>

getEncryptionConfigsCount()

public int getEncryptionConfigsCount()

The list of EncryptionConfigs under the given parent location.

repeated .google.cloud.dataplex.v1.EncryptionConfig encryption_configs = 1;

Returns
Type Description
int

getEncryptionConfigsList()

public List<EncryptionConfig> getEncryptionConfigsList()

The list of EncryptionConfigs under the given parent location.

repeated .google.cloud.dataplex.v1.EncryptionConfig encryption_configs = 1;

Returns
Type Description
List<EncryptionConfig>

getEncryptionConfigsOrBuilder(int index)

public EncryptionConfigOrBuilder getEncryptionConfigsOrBuilder(int index)

The list of EncryptionConfigs under the given parent location.

repeated .google.cloud.dataplex.v1.EncryptionConfig encryption_configs = 1;

Parameter
Name Description
index int
Returns
Type Description
EncryptionConfigOrBuilder

getEncryptionConfigsOrBuilderList()

public List<? extends EncryptionConfigOrBuilder> getEncryptionConfigsOrBuilderList()

The list of EncryptionConfigs under the given parent location.

repeated .google.cloud.dataplex.v1.EncryptionConfig encryption_configs = 1;

Returns
Type Description
List<? extends com.google.cloud.dataplex.v1.EncryptionConfigOrBuilder>

getNextPageToken()

public String getNextPageToken()

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getUnreachableLocations(int index)

public String getUnreachableLocations(int index)

Locations that could not be reached.

repeated string unreachable_locations = 3 [(.google.api.resource_reference) = { ... }

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The unreachableLocations at the given index.

getUnreachableLocationsBytes(int index)

public ByteString getUnreachableLocationsBytes(int index)

Locations that could not be reached.

repeated string unreachable_locations = 3 [(.google.api.resource_reference) = { ... }

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the unreachableLocations at the given index.

getUnreachableLocationsCount()

public int getUnreachableLocationsCount()

Locations that could not be reached.

repeated string unreachable_locations = 3 [(.google.api.resource_reference) = { ... }

Returns
Type Description
int

The count of unreachableLocations.

getUnreachableLocationsList()

public ProtocolStringList getUnreachableLocationsList()

Locations that could not be reached.

repeated string unreachable_locations = 3 [(.google.api.resource_reference) = { ... }

Returns
Type Description
ProtocolStringList

A list containing the unreachableLocations.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListEncryptionConfigsResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

removeEncryptionConfigs(int index)

public ListEncryptionConfigsResponse.Builder removeEncryptionConfigs(int index)

The list of EncryptionConfigs under the given parent location.

repeated .google.cloud.dataplex.v1.EncryptionConfig encryption_configs = 1;

Parameter
Name Description
index int
Returns
Type Description
ListEncryptionConfigsResponse.Builder

setEncryptionConfigs(int index, EncryptionConfig value)

public ListEncryptionConfigsResponse.Builder setEncryptionConfigs(int index, EncryptionConfig value)

The list of EncryptionConfigs under the given parent location.

repeated .google.cloud.dataplex.v1.EncryptionConfig encryption_configs = 1;

Parameters
Name Description
index int
value EncryptionConfig
Returns
Type Description
ListEncryptionConfigsResponse.Builder

setEncryptionConfigs(int index, EncryptionConfig.Builder builderForValue)

public ListEncryptionConfigsResponse.Builder setEncryptionConfigs(int index, EncryptionConfig.Builder builderForValue)

The list of EncryptionConfigs under the given parent location.

repeated .google.cloud.dataplex.v1.EncryptionConfig encryption_configs = 1;

Parameters
Name Description
index int
builderForValue EncryptionConfig.Builder
Returns
Type Description
ListEncryptionConfigsResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

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

setNextPageToken(String value)

public ListEncryptionConfigsResponse.Builder setNextPageToken(String value)

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Parameter
Name Description
value String

The nextPageToken to set.

Returns
Type Description
ListEncryptionConfigsResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListEncryptionConfigsResponse.Builder setNextPageTokenBytes(ByteString value)

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Parameter
Name Description
value ByteString

The bytes for nextPageToken to set.

Returns
Type Description
ListEncryptionConfigsResponse.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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

setUnreachableLocations(int index, String value)

public ListEncryptionConfigsResponse.Builder setUnreachableLocations(int index, String value)

Locations that could not be reached.

repeated string unreachable_locations = 3 [(.google.api.resource_reference) = { ... }

Parameters
Name Description
index int

The index to set the value at.

value String

The unreachableLocations to set.

Returns
Type Description
ListEncryptionConfigsResponse.Builder

This builder for chaining.