public static final class ListPartitionsResponse.Builder extends GeneratedMessageV3.Builder<ListPartitionsResponse.Builder> implements ListPartitionsResponseOrBuilder
List metadata partitions response.
Protobuf type google.cloud.dataplex.v1.ListPartitionsResponse
Inherited Members
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()
Methods
addAllPartitions(Iterable<? extends Partition> values)
public ListPartitionsResponse.Builder addAllPartitions(Iterable<? extends Partition> values)
Partitions under the specified parent entity.
repeated .google.cloud.dataplex.v1.Partition partitions = 1;
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.cloud.dataplex.v1.Partition>
|
addPartitions(Partition value)
public ListPartitionsResponse.Builder addPartitions(Partition value)
Partitions under the specified parent entity.
repeated .google.cloud.dataplex.v1.Partition partitions = 1;
addPartitions(Partition.Builder builderForValue)
public ListPartitionsResponse.Builder addPartitions(Partition.Builder builderForValue)
Partitions under the specified parent entity.
repeated .google.cloud.dataplex.v1.Partition partitions = 1;
addPartitions(int index, Partition value)
public ListPartitionsResponse.Builder addPartitions(int index, Partition value)
Partitions under the specified parent entity.
repeated .google.cloud.dataplex.v1.Partition partitions = 1;
addPartitions(int index, Partition.Builder builderForValue)
public ListPartitionsResponse.Builder addPartitions(int index, Partition.Builder builderForValue)
Partitions under the specified parent entity.
repeated .google.cloud.dataplex.v1.Partition partitions = 1;
addPartitionsBuilder()
public Partition.Builder addPartitionsBuilder()
Partitions under the specified parent entity.
repeated .google.cloud.dataplex.v1.Partition partitions = 1;
addPartitionsBuilder(int index)
public Partition.Builder addPartitionsBuilder(int index)
Partitions under the specified parent entity.
repeated .google.cloud.dataplex.v1.Partition partitions = 1;
Parameter |
Name |
Description |
index |
int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListPartitionsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ListPartitionsResponse build()
buildPartial()
public ListPartitionsResponse buildPartial()
clear()
public ListPartitionsResponse.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public ListPartitionsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearNextPageToken()
public ListPartitionsResponse.Builder clearNextPageToken()
Token to retrieve the next page of results, or empty if there are no
remaining results in the list.
string next_page_token = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
public ListPartitionsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearPartitions()
public ListPartitionsResponse.Builder clearPartitions()
Partitions under the specified parent entity.
repeated .google.cloud.dataplex.v1.Partition partitions = 1;
clone()
public ListPartitionsResponse.Builder clone()
Overrides
getDefaultInstanceForType()
public ListPartitionsResponse getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getNextPageToken()
public String getNextPageToken()
Token to retrieve the next page of results, or empty if there are no
remaining 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
remaining results in the list.
string next_page_token = 2;
Returns |
Type |
Description |
ByteString |
The bytes for nextPageToken.
|
getPartitions(int index)
public Partition getPartitions(int index)
Partitions under the specified parent entity.
repeated .google.cloud.dataplex.v1.Partition partitions = 1;
Parameter |
Name |
Description |
index |
int
|
getPartitionsBuilder(int index)
public Partition.Builder getPartitionsBuilder(int index)
Partitions under the specified parent entity.
repeated .google.cloud.dataplex.v1.Partition partitions = 1;
Parameter |
Name |
Description |
index |
int
|
getPartitionsBuilderList()
public List<Partition.Builder> getPartitionsBuilderList()
Partitions under the specified parent entity.
repeated .google.cloud.dataplex.v1.Partition partitions = 1;
getPartitionsCount()
public int getPartitionsCount()
Partitions under the specified parent entity.
repeated .google.cloud.dataplex.v1.Partition partitions = 1;
Returns |
Type |
Description |
int |
|
getPartitionsList()
public List<Partition> getPartitionsList()
Partitions under the specified parent entity.
repeated .google.cloud.dataplex.v1.Partition partitions = 1;
getPartitionsOrBuilder(int index)
public PartitionOrBuilder getPartitionsOrBuilder(int index)
Partitions under the specified parent entity.
repeated .google.cloud.dataplex.v1.Partition partitions = 1;
Parameter |
Name |
Description |
index |
int
|
getPartitionsOrBuilderList()
public List<? extends PartitionOrBuilder> getPartitionsOrBuilderList()
Partitions under the specified parent entity.
repeated .google.cloud.dataplex.v1.Partition partitions = 1;
Returns |
Type |
Description |
List<? extends com.google.cloud.dataplex.v1.PartitionOrBuilder> |
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ListPartitionsResponse other)
public ListPartitionsResponse.Builder mergeFrom(ListPartitionsResponse other)
public ListPartitionsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ListPartitionsResponse.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListPartitionsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removePartitions(int index)
public ListPartitionsResponse.Builder removePartitions(int index)
Partitions under the specified parent entity.
repeated .google.cloud.dataplex.v1.Partition partitions = 1;
Parameter |
Name |
Description |
index |
int
|
setField(Descriptors.FieldDescriptor field, Object value)
public ListPartitionsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setNextPageToken(String value)
public ListPartitionsResponse.Builder setNextPageToken(String value)
Token to retrieve the next page of results, or empty if there are no
remaining results in the list.
string next_page_token = 2;
Parameter |
Name |
Description |
value |
String
The nextPageToken to set.
|
setNextPageTokenBytes(ByteString value)
public ListPartitionsResponse.Builder setNextPageTokenBytes(ByteString value)
Token to retrieve the next page of results, or empty if there are no
remaining results in the list.
string next_page_token = 2;
Parameter |
Name |
Description |
value |
ByteString
The bytes for nextPageToken to set.
|
setPartitions(int index, Partition value)
public ListPartitionsResponse.Builder setPartitions(int index, Partition value)
Partitions under the specified parent entity.
repeated .google.cloud.dataplex.v1.Partition partitions = 1;
setPartitions(int index, Partition.Builder builderForValue)
public ListPartitionsResponse.Builder setPartitions(int index, Partition.Builder builderForValue)
Partitions under the specified parent entity.
repeated .google.cloud.dataplex.v1.Partition partitions = 1;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListPartitionsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ListPartitionsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides