Class ListEntryTypesResponse.Builder (1.40.0)

public static final class ListEntryTypesResponse.Builder extends GeneratedMessageV3.Builder<ListEntryTypesResponse.Builder> implements ListEntryTypesResponseOrBuilder

List EntryTypes response

Protobuf type google.cloud.dataplex.v1.ListEntryTypesResponse

Static Methods

getDescriptor()

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

Methods

addAllEntryTypes(Iterable<? extends EntryType> values)

public ListEntryTypesResponse.Builder addAllEntryTypes(Iterable<? extends EntryType> values)

ListEntryTypes under the given parent location.

repeated .google.cloud.dataplex.v1.EntryType entry_types = 1;

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

addAllUnreachableLocations(Iterable<String> values)

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

Locations that could not be reached.

repeated string unreachable_locations = 3;

Parameter
Name Description
values Iterable<String>

The unreachableLocations to add.

Returns
Type Description
ListEntryTypesResponse.Builder

This builder for chaining.

addEntryTypes(EntryType value)

public ListEntryTypesResponse.Builder addEntryTypes(EntryType value)

ListEntryTypes under the given parent location.

repeated .google.cloud.dataplex.v1.EntryType entry_types = 1;

Parameter
Name Description
value EntryType
Returns
Type Description
ListEntryTypesResponse.Builder

addEntryTypes(EntryType.Builder builderForValue)

public ListEntryTypesResponse.Builder addEntryTypes(EntryType.Builder builderForValue)

ListEntryTypes under the given parent location.

repeated .google.cloud.dataplex.v1.EntryType entry_types = 1;

Parameter
Name Description
builderForValue EntryType.Builder
Returns
Type Description
ListEntryTypesResponse.Builder

addEntryTypes(int index, EntryType value)

public ListEntryTypesResponse.Builder addEntryTypes(int index, EntryType value)

ListEntryTypes under the given parent location.

repeated .google.cloud.dataplex.v1.EntryType entry_types = 1;

Parameters
Name Description
index int
value EntryType
Returns
Type Description
ListEntryTypesResponse.Builder

addEntryTypes(int index, EntryType.Builder builderForValue)

public ListEntryTypesResponse.Builder addEntryTypes(int index, EntryType.Builder builderForValue)

ListEntryTypes under the given parent location.

repeated .google.cloud.dataplex.v1.EntryType entry_types = 1;

Parameters
Name Description
index int
builderForValue EntryType.Builder
Returns
Type Description
ListEntryTypesResponse.Builder

addEntryTypesBuilder()

public EntryType.Builder addEntryTypesBuilder()

ListEntryTypes under the given parent location.

repeated .google.cloud.dataplex.v1.EntryType entry_types = 1;

Returns
Type Description
EntryType.Builder

addEntryTypesBuilder(int index)

public EntryType.Builder addEntryTypesBuilder(int index)

ListEntryTypes under the given parent location.

repeated .google.cloud.dataplex.v1.EntryType entry_types = 1;

Parameter
Name Description
index int
Returns
Type Description
EntryType.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

addUnreachableLocations(String value)

public ListEntryTypesResponse.Builder addUnreachableLocations(String value)

Locations that could not be reached.

repeated string unreachable_locations = 3;

Parameter
Name Description
value String

The unreachableLocations to add.

Returns
Type Description
ListEntryTypesResponse.Builder

This builder for chaining.

addUnreachableLocationsBytes(ByteString value)

public ListEntryTypesResponse.Builder addUnreachableLocationsBytes(ByteString value)

Locations that could not be reached.

repeated string unreachable_locations = 3;

Parameter
Name Description
value ByteString

The bytes of the unreachableLocations to add.

Returns
Type Description
ListEntryTypesResponse.Builder

This builder for chaining.

build()

public ListEntryTypesResponse build()
Returns
Type Description
ListEntryTypesResponse

buildPartial()

public ListEntryTypesResponse buildPartial()
Returns
Type Description
ListEntryTypesResponse

clear()

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

clearEntryTypes()

public ListEntryTypesResponse.Builder clearEntryTypes()

ListEntryTypes under the given parent location.

repeated .google.cloud.dataplex.v1.EntryType entry_types = 1;

Returns
Type Description
ListEntryTypesResponse.Builder

clearField(Descriptors.FieldDescriptor field)

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

clearNextPageToken()

public ListEntryTypesResponse.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
ListEntryTypesResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearUnreachableLocations()

public ListEntryTypesResponse.Builder clearUnreachableLocations()

Locations that could not be reached.

repeated string unreachable_locations = 3;

Returns
Type Description
ListEntryTypesResponse.Builder

This builder for chaining.

clone()

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

getDefaultInstanceForType()

public ListEntryTypesResponse getDefaultInstanceForType()
Returns
Type Description
ListEntryTypesResponse

getDescriptorForType()

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

getEntryTypes(int index)

public EntryType getEntryTypes(int index)

ListEntryTypes under the given parent location.

repeated .google.cloud.dataplex.v1.EntryType entry_types = 1;

Parameter
Name Description
index int
Returns
Type Description
EntryType

getEntryTypesBuilder(int index)

public EntryType.Builder getEntryTypesBuilder(int index)

ListEntryTypes under the given parent location.

repeated .google.cloud.dataplex.v1.EntryType entry_types = 1;

Parameter
Name Description
index int
Returns
Type Description
EntryType.Builder

getEntryTypesBuilderList()

public List<EntryType.Builder> getEntryTypesBuilderList()

ListEntryTypes under the given parent location.

repeated .google.cloud.dataplex.v1.EntryType entry_types = 1;

Returns
Type Description
List<Builder>

getEntryTypesCount()

public int getEntryTypesCount()

ListEntryTypes under the given parent location.

repeated .google.cloud.dataplex.v1.EntryType entry_types = 1;

Returns
Type Description
int

getEntryTypesList()

public List<EntryType> getEntryTypesList()

ListEntryTypes under the given parent location.

repeated .google.cloud.dataplex.v1.EntryType entry_types = 1;

Returns
Type Description
List<EntryType>

getEntryTypesOrBuilder(int index)

public EntryTypeOrBuilder getEntryTypesOrBuilder(int index)

ListEntryTypes under the given parent location.

repeated .google.cloud.dataplex.v1.EntryType entry_types = 1;

Parameter
Name Description
index int
Returns
Type Description
EntryTypeOrBuilder

getEntryTypesOrBuilderList()

public List<? extends EntryTypeOrBuilder> getEntryTypesOrBuilderList()

ListEntryTypes under the given parent location.

repeated .google.cloud.dataplex.v1.EntryType entry_types = 1;

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

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;

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;

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;

Returns
Type Description
int

The count of unreachableLocations.

getUnreachableLocationsList()

public ProtocolStringList getUnreachableLocationsList()

Locations that could not be reached.

repeated string unreachable_locations = 3;

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(ListEntryTypesResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

removeEntryTypes(int index)

public ListEntryTypesResponse.Builder removeEntryTypes(int index)

ListEntryTypes under the given parent location.

repeated .google.cloud.dataplex.v1.EntryType entry_types = 1;

Parameter
Name Description
index int
Returns
Type Description
ListEntryTypesResponse.Builder

setEntryTypes(int index, EntryType value)

public ListEntryTypesResponse.Builder setEntryTypes(int index, EntryType value)

ListEntryTypes under the given parent location.

repeated .google.cloud.dataplex.v1.EntryType entry_types = 1;

Parameters
Name Description
index int
value EntryType
Returns
Type Description
ListEntryTypesResponse.Builder

setEntryTypes(int index, EntryType.Builder builderForValue)

public ListEntryTypesResponse.Builder setEntryTypes(int index, EntryType.Builder builderForValue)

ListEntryTypes under the given parent location.

repeated .google.cloud.dataplex.v1.EntryType entry_types = 1;

Parameters
Name Description
index int
builderForValue EntryType.Builder
Returns
Type Description
ListEntryTypesResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

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

setNextPageToken(String value)

public ListEntryTypesResponse.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
ListEntryTypesResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListEntryTypesResponse.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
ListEntryTypesResponse.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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

setUnreachableLocations(int index, String value)

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

Locations that could not be reached.

repeated string unreachable_locations = 3;

Parameters
Name Description
index int

The index to set the value at.

value String

The unreachableLocations to set.

Returns
Type Description
ListEntryTypesResponse.Builder

This builder for chaining.