Class ListEntryGroupsResponse.Builder (1.39.0)

public static final class ListEntryGroupsResponse.Builder extends GeneratedMessageV3.Builder<ListEntryGroupsResponse.Builder> implements ListEntryGroupsResponseOrBuilder

List ListEntryGroups response.

Protobuf type google.cloud.dataplex.v1.ListEntryGroupsResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllEntryGroups(Iterable<? extends EntryGroup> values)

public ListEntryGroupsResponse.Builder addAllEntryGroups(Iterable<? extends EntryGroup> values)

ListEntryGroups under the given parent location.

repeated .google.cloud.dataplex.v1.EntryGroup entry_groups = 1;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.dataplex.v1.EntryGroup>
Returns
TypeDescription
ListEntryGroupsResponse.Builder

addAllUnreachableLocations(Iterable<String> values)

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

Locations that could not be reached.

repeated string unreachable_locations = 3;

Parameter
NameDescription
valuesIterable<String>

The unreachableLocations to add.

Returns
TypeDescription
ListEntryGroupsResponse.Builder

This builder for chaining.

addEntryGroups(EntryGroup value)

public ListEntryGroupsResponse.Builder addEntryGroups(EntryGroup value)

ListEntryGroups under the given parent location.

repeated .google.cloud.dataplex.v1.EntryGroup entry_groups = 1;

Parameter
NameDescription
valueEntryGroup
Returns
TypeDescription
ListEntryGroupsResponse.Builder

addEntryGroups(EntryGroup.Builder builderForValue)

public ListEntryGroupsResponse.Builder addEntryGroups(EntryGroup.Builder builderForValue)

ListEntryGroups under the given parent location.

repeated .google.cloud.dataplex.v1.EntryGroup entry_groups = 1;

Parameter
NameDescription
builderForValueEntryGroup.Builder
Returns
TypeDescription
ListEntryGroupsResponse.Builder

addEntryGroups(int index, EntryGroup value)

public ListEntryGroupsResponse.Builder addEntryGroups(int index, EntryGroup value)

ListEntryGroups under the given parent location.

repeated .google.cloud.dataplex.v1.EntryGroup entry_groups = 1;

Parameters
NameDescription
indexint
valueEntryGroup
Returns
TypeDescription
ListEntryGroupsResponse.Builder

addEntryGroups(int index, EntryGroup.Builder builderForValue)

public ListEntryGroupsResponse.Builder addEntryGroups(int index, EntryGroup.Builder builderForValue)

ListEntryGroups under the given parent location.

repeated .google.cloud.dataplex.v1.EntryGroup entry_groups = 1;

Parameters
NameDescription
indexint
builderForValueEntryGroup.Builder
Returns
TypeDescription
ListEntryGroupsResponse.Builder

addEntryGroupsBuilder()

public EntryGroup.Builder addEntryGroupsBuilder()

ListEntryGroups under the given parent location.

repeated .google.cloud.dataplex.v1.EntryGroup entry_groups = 1;

Returns
TypeDescription
EntryGroup.Builder

addEntryGroupsBuilder(int index)

public EntryGroup.Builder addEntryGroupsBuilder(int index)

ListEntryGroups under the given parent location.

repeated .google.cloud.dataplex.v1.EntryGroup entry_groups = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
EntryGroup.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListEntryGroupsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListEntryGroupsResponse.Builder
Overrides

addUnreachableLocations(String value)

public ListEntryGroupsResponse.Builder addUnreachableLocations(String value)

Locations that could not be reached.

repeated string unreachable_locations = 3;

Parameter
NameDescription
valueString

The unreachableLocations to add.

Returns
TypeDescription
ListEntryGroupsResponse.Builder

This builder for chaining.

addUnreachableLocationsBytes(ByteString value)

public ListEntryGroupsResponse.Builder addUnreachableLocationsBytes(ByteString value)

Locations that could not be reached.

repeated string unreachable_locations = 3;

Parameter
NameDescription
valueByteString

The bytes of the unreachableLocations to add.

Returns
TypeDescription
ListEntryGroupsResponse.Builder

This builder for chaining.

build()

public ListEntryGroupsResponse build()
Returns
TypeDescription
ListEntryGroupsResponse

buildPartial()

public ListEntryGroupsResponse buildPartial()
Returns
TypeDescription
ListEntryGroupsResponse

clear()

public ListEntryGroupsResponse.Builder clear()
Returns
TypeDescription
ListEntryGroupsResponse.Builder
Overrides

clearEntryGroups()

public ListEntryGroupsResponse.Builder clearEntryGroups()

ListEntryGroups under the given parent location.

repeated .google.cloud.dataplex.v1.EntryGroup entry_groups = 1;

Returns
TypeDescription
ListEntryGroupsResponse.Builder

clearField(Descriptors.FieldDescriptor field)

public ListEntryGroupsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ListEntryGroupsResponse.Builder
Overrides

clearNextPageToken()

public ListEntryGroupsResponse.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
TypeDescription
ListEntryGroupsResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ListEntryGroupsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ListEntryGroupsResponse.Builder
Overrides

clearUnreachableLocations()

public ListEntryGroupsResponse.Builder clearUnreachableLocations()

Locations that could not be reached.

repeated string unreachable_locations = 3;

Returns
TypeDescription
ListEntryGroupsResponse.Builder

This builder for chaining.

clone()

public ListEntryGroupsResponse.Builder clone()
Returns
TypeDescription
ListEntryGroupsResponse.Builder
Overrides

getDefaultInstanceForType()

public ListEntryGroupsResponse getDefaultInstanceForType()
Returns
TypeDescription
ListEntryGroupsResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getEntryGroups(int index)

public EntryGroup getEntryGroups(int index)

ListEntryGroups under the given parent location.

repeated .google.cloud.dataplex.v1.EntryGroup entry_groups = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
EntryGroup

getEntryGroupsBuilder(int index)

public EntryGroup.Builder getEntryGroupsBuilder(int index)

ListEntryGroups under the given parent location.

repeated .google.cloud.dataplex.v1.EntryGroup entry_groups = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
EntryGroup.Builder

getEntryGroupsBuilderList()

public List<EntryGroup.Builder> getEntryGroupsBuilderList()

ListEntryGroups under the given parent location.

repeated .google.cloud.dataplex.v1.EntryGroup entry_groups = 1;

Returns
TypeDescription
List<Builder>

getEntryGroupsCount()

public int getEntryGroupsCount()

ListEntryGroups under the given parent location.

repeated .google.cloud.dataplex.v1.EntryGroup entry_groups = 1;

Returns
TypeDescription
int

getEntryGroupsList()

public List<EntryGroup> getEntryGroupsList()

ListEntryGroups under the given parent location.

repeated .google.cloud.dataplex.v1.EntryGroup entry_groups = 1;

Returns
TypeDescription
List<EntryGroup>

getEntryGroupsOrBuilder(int index)

public EntryGroupOrBuilder getEntryGroupsOrBuilder(int index)

ListEntryGroups under the given parent location.

repeated .google.cloud.dataplex.v1.EntryGroup entry_groups = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
EntryGroupOrBuilder

getEntryGroupsOrBuilderList()

public List<? extends EntryGroupOrBuilder> getEntryGroupsOrBuilderList()

ListEntryGroups under the given parent location.

repeated .google.cloud.dataplex.v1.EntryGroup entry_groups = 1;

Returns
TypeDescription
List<? extends com.google.cloud.dataplex.v1.EntryGroupOrBuilder>

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
TypeDescription
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
TypeDescription
ByteString

The bytes for nextPageToken.

getUnreachableLocations(int index)

public String getUnreachableLocations(int index)

Locations that could not be reached.

repeated string unreachable_locations = 3;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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;

Returns
TypeDescription
int

The count of unreachableLocations.

getUnreachableLocationsList()

public ProtocolStringList getUnreachableLocationsList()

Locations that could not be reached.

repeated string unreachable_locations = 3;

Returns
TypeDescription
ProtocolStringList

A list containing the unreachableLocations.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ListEntryGroupsResponse other)

public ListEntryGroupsResponse.Builder mergeFrom(ListEntryGroupsResponse other)
Parameter
NameDescription
otherListEntryGroupsResponse
Returns
TypeDescription
ListEntryGroupsResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListEntryGroupsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListEntryGroupsResponse.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ListEntryGroupsResponse.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ListEntryGroupsResponse.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListEntryGroupsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListEntryGroupsResponse.Builder
Overrides

removeEntryGroups(int index)

public ListEntryGroupsResponse.Builder removeEntryGroups(int index)

ListEntryGroups under the given parent location.

repeated .google.cloud.dataplex.v1.EntryGroup entry_groups = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ListEntryGroupsResponse.Builder

setEntryGroups(int index, EntryGroup value)

public ListEntryGroupsResponse.Builder setEntryGroups(int index, EntryGroup value)

ListEntryGroups under the given parent location.

repeated .google.cloud.dataplex.v1.EntryGroup entry_groups = 1;

Parameters
NameDescription
indexint
valueEntryGroup
Returns
TypeDescription
ListEntryGroupsResponse.Builder

setEntryGroups(int index, EntryGroup.Builder builderForValue)

public ListEntryGroupsResponse.Builder setEntryGroups(int index, EntryGroup.Builder builderForValue)

ListEntryGroups under the given parent location.

repeated .google.cloud.dataplex.v1.EntryGroup entry_groups = 1;

Parameters
NameDescription
indexint
builderForValueEntryGroup.Builder
Returns
TypeDescription
ListEntryGroupsResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public ListEntryGroupsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListEntryGroupsResponse.Builder
Overrides

setNextPageToken(String value)

public ListEntryGroupsResponse.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
NameDescription
valueString

The nextPageToken to set.

Returns
TypeDescription
ListEntryGroupsResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListEntryGroupsResponse.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
NameDescription
valueByteString

The bytes for nextPageToken to set.

Returns
TypeDescription
ListEntryGroupsResponse.Builder

This builder for chaining.

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

public ListEntryGroupsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ListEntryGroupsResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListEntryGroupsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListEntryGroupsResponse.Builder
Overrides

setUnreachableLocations(int index, String value)

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

Locations that could not be reached.

repeated string unreachable_locations = 3;

Parameters
NameDescription
indexint

The index to set the value at.

valueString

The unreachableLocations to set.

Returns
TypeDescription
ListEntryGroupsResponse.Builder

This builder for chaining.