- 1.62.0 (latest)
- 1.61.0
- 1.60.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.2
- 1.0.1
- 0.2.2
public static final class ListEncryptionConfigsResponse.Builder extends GeneratedMessageV3.Builder<ListEncryptionConfigsResponse.Builder> implements ListEncryptionConfigsResponseOrBuilder
List EncryptionConfigs Response
Protobuf type google.cloud.dataplex.v1.ListEncryptionConfigsResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListEncryptionConfigsResponse.BuilderImplements
ListEncryptionConfigsResponseOrBuilderStatic 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 |
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 |
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 |
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 |
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 |
getDefaultInstanceForType()
public ListEncryptionConfigsResponse getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ListEncryptionConfigsResponse |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
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 |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
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 |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public ListEncryptionConfigsResponse.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
ListEncryptionConfigsResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListEncryptionConfigsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListEncryptionConfigsResponse.Builder |
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 |
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 |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListEncryptionConfigsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListEncryptionConfigsResponse.Builder |
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. |