Class ListEntryTypesResponse.Builder (1.39.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
TypeDescription
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
NameDescription
valuesIterable<? extends com.google.cloud.dataplex.v1.EntryType>
Returns
TypeDescription
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
NameDescription
valuesIterable<String>

The unreachableLocations to add.

Returns
TypeDescription
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
NameDescription
valueEntryType
Returns
TypeDescription
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
NameDescription
builderForValueEntryType.Builder
Returns
TypeDescription
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
NameDescription
indexint
valueEntryType
Returns
TypeDescription
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
NameDescription
indexint
builderForValueEntryType.Builder
Returns
TypeDescription
ListEntryTypesResponse.Builder

addEntryTypesBuilder()

public EntryType.Builder addEntryTypesBuilder()

ListEntryTypes under the given parent location.

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

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
EntryType.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

addUnreachableLocations(String value)

public ListEntryTypesResponse.Builder addUnreachableLocations(String value)

Locations that could not be reached.

repeated string unreachable_locations = 3;

Parameter
NameDescription
valueString

The unreachableLocations to add.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes of the unreachableLocations to add.

Returns
TypeDescription
ListEntryTypesResponse.Builder

This builder for chaining.

build()

public ListEntryTypesResponse build()
Returns
TypeDescription
ListEntryTypesResponse

buildPartial()

public ListEntryTypesResponse buildPartial()
Returns
TypeDescription
ListEntryTypesResponse

clear()

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

clearEntryTypes()

public ListEntryTypesResponse.Builder clearEntryTypes()

ListEntryTypes under the given parent location.

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

Returns
TypeDescription
ListEntryTypesResponse.Builder

clearField(Descriptors.FieldDescriptor field)

public ListEntryTypesResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
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
TypeDescription
ListEntryTypesResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearUnreachableLocations()

public ListEntryTypesResponse.Builder clearUnreachableLocations()

Locations that could not be reached.

repeated string unreachable_locations = 3;

Returns
TypeDescription
ListEntryTypesResponse.Builder

This builder for chaining.

clone()

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

getDefaultInstanceForType()

public ListEntryTypesResponse getDefaultInstanceForType()
Returns
TypeDescription
ListEntryTypesResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
EntryType.Builder

getEntryTypesBuilderList()

public List<EntryType.Builder> getEntryTypesBuilderList()

ListEntryTypes under the given parent location.

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

Returns
TypeDescription
List<Builder>

getEntryTypesCount()

public int getEntryTypesCount()

ListEntryTypes under the given parent location.

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

Returns
TypeDescription
int

getEntryTypesList()

public List<EntryType> getEntryTypesList()

ListEntryTypes under the given parent location.

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

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
EntryTypeOrBuilder

getEntryTypesOrBuilderList()

public List<? extends EntryTypeOrBuilder> getEntryTypesOrBuilderList()

ListEntryTypes under the given parent location.

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

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

public ListEntryTypesResponse.Builder mergeFrom(ListEntryTypesResponse other)
Parameter
NameDescription
otherListEntryTypesResponse
Returns
TypeDescription
ListEntryTypesResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListEntryTypesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
NameDescription
indexint
valueEntryType
Returns
TypeDescription
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
NameDescription
indexint
builderForValueEntryType.Builder
Returns
TypeDescription
ListEntryTypesResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public ListEntryTypesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
valueString

The nextPageToken to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for nextPageToken to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ListEntryTypesResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListEntryTypesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
indexint

The index to set the value at.

valueString

The unreachableLocations to set.

Returns
TypeDescription
ListEntryTypesResponse.Builder

This builder for chaining.