Class ListGlossaryTermsResponse.Builder (1.72.0)

public static final class ListGlossaryTermsResponse.Builder extends GeneratedMessageV3.Builder<ListGlossaryTermsResponse.Builder> implements ListGlossaryTermsResponseOrBuilder

List GlossaryTerms Response

Protobuf type google.cloud.dataplex.v1.ListGlossaryTermsResponse

Static Methods

getDescriptor()

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

Methods

addAllTerms(Iterable<? extends GlossaryTerm> values)

public ListGlossaryTermsResponse.Builder addAllTerms(Iterable<? extends GlossaryTerm> values)

Lists the GlossaryTerms in the specified parent.

repeated .google.cloud.dataplex.v1.GlossaryTerm terms = 1;

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

addAllUnreachableLocations(Iterable<String> values)

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

Locations that the service couldn't reach.

repeated string unreachable_locations = 3;

Parameter
Name Description
values Iterable<String>

The unreachableLocations to add.

Returns
Type Description
ListGlossaryTermsResponse.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

addTerms(GlossaryTerm value)

public ListGlossaryTermsResponse.Builder addTerms(GlossaryTerm value)

Lists the GlossaryTerms in the specified parent.

repeated .google.cloud.dataplex.v1.GlossaryTerm terms = 1;

Parameter
Name Description
value GlossaryTerm
Returns
Type Description
ListGlossaryTermsResponse.Builder

addTerms(GlossaryTerm.Builder builderForValue)

public ListGlossaryTermsResponse.Builder addTerms(GlossaryTerm.Builder builderForValue)

Lists the GlossaryTerms in the specified parent.

repeated .google.cloud.dataplex.v1.GlossaryTerm terms = 1;

Parameter
Name Description
builderForValue GlossaryTerm.Builder
Returns
Type Description
ListGlossaryTermsResponse.Builder

addTerms(int index, GlossaryTerm value)

public ListGlossaryTermsResponse.Builder addTerms(int index, GlossaryTerm value)

Lists the GlossaryTerms in the specified parent.

repeated .google.cloud.dataplex.v1.GlossaryTerm terms = 1;

Parameters
Name Description
index int
value GlossaryTerm
Returns
Type Description
ListGlossaryTermsResponse.Builder

addTerms(int index, GlossaryTerm.Builder builderForValue)

public ListGlossaryTermsResponse.Builder addTerms(int index, GlossaryTerm.Builder builderForValue)

Lists the GlossaryTerms in the specified parent.

repeated .google.cloud.dataplex.v1.GlossaryTerm terms = 1;

Parameters
Name Description
index int
builderForValue GlossaryTerm.Builder
Returns
Type Description
ListGlossaryTermsResponse.Builder

addTermsBuilder()

public GlossaryTerm.Builder addTermsBuilder()

Lists the GlossaryTerms in the specified parent.

repeated .google.cloud.dataplex.v1.GlossaryTerm terms = 1;

Returns
Type Description
GlossaryTerm.Builder

addTermsBuilder(int index)

public GlossaryTerm.Builder addTermsBuilder(int index)

Lists the GlossaryTerms in the specified parent.

repeated .google.cloud.dataplex.v1.GlossaryTerm terms = 1;

Parameter
Name Description
index int
Returns
Type Description
GlossaryTerm.Builder

addUnreachableLocations(String value)

public ListGlossaryTermsResponse.Builder addUnreachableLocations(String value)

Locations that the service couldn't reach.

repeated string unreachable_locations = 3;

Parameter
Name Description
value String

The unreachableLocations to add.

Returns
Type Description
ListGlossaryTermsResponse.Builder

This builder for chaining.

addUnreachableLocationsBytes(ByteString value)

public ListGlossaryTermsResponse.Builder addUnreachableLocationsBytes(ByteString value)

Locations that the service couldn't reach.

repeated string unreachable_locations = 3;

Parameter
Name Description
value ByteString

The bytes of the unreachableLocations to add.

Returns
Type Description
ListGlossaryTermsResponse.Builder

This builder for chaining.

build()

public ListGlossaryTermsResponse build()
Returns
Type Description
ListGlossaryTermsResponse

buildPartial()

public ListGlossaryTermsResponse buildPartial()
Returns
Type Description
ListGlossaryTermsResponse

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearNextPageToken()

public ListGlossaryTermsResponse.Builder clearNextPageToken()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
ListGlossaryTermsResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearTerms()

public ListGlossaryTermsResponse.Builder clearTerms()

Lists the GlossaryTerms in the specified parent.

repeated .google.cloud.dataplex.v1.GlossaryTerm terms = 1;

Returns
Type Description
ListGlossaryTermsResponse.Builder

clearUnreachableLocations()

public ListGlossaryTermsResponse.Builder clearUnreachableLocations()

Locations that the service couldn't reach.

repeated string unreachable_locations = 3;

Returns
Type Description
ListGlossaryTermsResponse.Builder

This builder for chaining.

clone()

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

getDefaultInstanceForType()

public ListGlossaryTermsResponse getDefaultInstanceForType()
Returns
Type Description
ListGlossaryTermsResponse

getDescriptorForType()

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

getNextPageToken()

public String getNextPageToken()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getTerms(int index)

public GlossaryTerm getTerms(int index)

Lists the GlossaryTerms in the specified parent.

repeated .google.cloud.dataplex.v1.GlossaryTerm terms = 1;

Parameter
Name Description
index int
Returns
Type Description
GlossaryTerm

getTermsBuilder(int index)

public GlossaryTerm.Builder getTermsBuilder(int index)

Lists the GlossaryTerms in the specified parent.

repeated .google.cloud.dataplex.v1.GlossaryTerm terms = 1;

Parameter
Name Description
index int
Returns
Type Description
GlossaryTerm.Builder

getTermsBuilderList()

public List<GlossaryTerm.Builder> getTermsBuilderList()

Lists the GlossaryTerms in the specified parent.

repeated .google.cloud.dataplex.v1.GlossaryTerm terms = 1;

Returns
Type Description
List<Builder>

getTermsCount()

public int getTermsCount()

Lists the GlossaryTerms in the specified parent.

repeated .google.cloud.dataplex.v1.GlossaryTerm terms = 1;

Returns
Type Description
int

getTermsList()

public List<GlossaryTerm> getTermsList()

Lists the GlossaryTerms in the specified parent.

repeated .google.cloud.dataplex.v1.GlossaryTerm terms = 1;

Returns
Type Description
List<GlossaryTerm>

getTermsOrBuilder(int index)

public GlossaryTermOrBuilder getTermsOrBuilder(int index)

Lists the GlossaryTerms in the specified parent.

repeated .google.cloud.dataplex.v1.GlossaryTerm terms = 1;

Parameter
Name Description
index int
Returns
Type Description
GlossaryTermOrBuilder

getTermsOrBuilderList()

public List<? extends GlossaryTermOrBuilder> getTermsOrBuilderList()

Lists the GlossaryTerms in the specified parent.

repeated .google.cloud.dataplex.v1.GlossaryTerm terms = 1;

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

getUnreachableLocations(int index)

public String getUnreachableLocations(int index)

Locations that the service couldn't reach.

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 the service couldn't reach.

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 the service couldn't reach.

repeated string unreachable_locations = 3;

Returns
Type Description
int

The count of unreachableLocations.

getUnreachableLocationsList()

public ProtocolStringList getUnreachableLocationsList()

Locations that the service couldn't reach.

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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

removeTerms(int index)

public ListGlossaryTermsResponse.Builder removeTerms(int index)

Lists the GlossaryTerms in the specified parent.

repeated .google.cloud.dataplex.v1.GlossaryTerm terms = 1;

Parameter
Name Description
index int
Returns
Type Description
ListGlossaryTermsResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

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

setNextPageToken(String value)

public ListGlossaryTermsResponse.Builder setNextPageToken(String value)

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Parameter
Name Description
value String

The nextPageToken to set.

Returns
Type Description
ListGlossaryTermsResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListGlossaryTermsResponse.Builder setNextPageTokenBytes(ByteString value)

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Parameter
Name Description
value ByteString

The bytes for nextPageToken to set.

Returns
Type Description
ListGlossaryTermsResponse.Builder

This builder for chaining.

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

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

setTerms(int index, GlossaryTerm value)

public ListGlossaryTermsResponse.Builder setTerms(int index, GlossaryTerm value)

Lists the GlossaryTerms in the specified parent.

repeated .google.cloud.dataplex.v1.GlossaryTerm terms = 1;

Parameters
Name Description
index int
value GlossaryTerm
Returns
Type Description
ListGlossaryTermsResponse.Builder

setTerms(int index, GlossaryTerm.Builder builderForValue)

public ListGlossaryTermsResponse.Builder setTerms(int index, GlossaryTerm.Builder builderForValue)

Lists the GlossaryTerms in the specified parent.

repeated .google.cloud.dataplex.v1.GlossaryTerm terms = 1;

Parameters
Name Description
index int
builderForValue GlossaryTerm.Builder
Returns
Type Description
ListGlossaryTermsResponse.Builder

setUnknownFields(UnknownFieldSet unknownFields)

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

setUnreachableLocations(int index, String value)

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

Locations that the service couldn't reach.

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
ListGlossaryTermsResponse.Builder

This builder for chaining.