public static final class ListGlossariesResponse.Builder extends GeneratedMessageV3.Builder<ListGlossariesResponse.Builder> implements ListGlossariesResponseOrBuilder
List Glossaries Response
Protobuf type google.cloud.dataplex.v1.ListGlossariesResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListGlossariesResponse.BuilderImplements
ListGlossariesResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllGlossaries(Iterable<? extends Glossary> values)
public ListGlossariesResponse.Builder addAllGlossaries(Iterable<? extends Glossary> values)
Lists the Glossaries in the specified parent.
repeated .google.cloud.dataplex.v1.Glossary glossaries = 1;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.cloud.dataplex.v1.Glossary> |
Returns | |
---|---|
Type | Description |
ListGlossariesResponse.Builder |
addAllUnreachableLocations(Iterable<String> values)
public ListGlossariesResponse.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 |
ListGlossariesResponse.Builder |
This builder for chaining. |
addGlossaries(Glossary value)
public ListGlossariesResponse.Builder addGlossaries(Glossary value)
Lists the Glossaries in the specified parent.
repeated .google.cloud.dataplex.v1.Glossary glossaries = 1;
Parameter | |
---|---|
Name | Description |
value |
Glossary |
Returns | |
---|---|
Type | Description |
ListGlossariesResponse.Builder |
addGlossaries(Glossary.Builder builderForValue)
public ListGlossariesResponse.Builder addGlossaries(Glossary.Builder builderForValue)
Lists the Glossaries in the specified parent.
repeated .google.cloud.dataplex.v1.Glossary glossaries = 1;
Parameter | |
---|---|
Name | Description |
builderForValue |
Glossary.Builder |
Returns | |
---|---|
Type | Description |
ListGlossariesResponse.Builder |
addGlossaries(int index, Glossary value)
public ListGlossariesResponse.Builder addGlossaries(int index, Glossary value)
Lists the Glossaries in the specified parent.
repeated .google.cloud.dataplex.v1.Glossary glossaries = 1;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
Glossary |
Returns | |
---|---|
Type | Description |
ListGlossariesResponse.Builder |
addGlossaries(int index, Glossary.Builder builderForValue)
public ListGlossariesResponse.Builder addGlossaries(int index, Glossary.Builder builderForValue)
Lists the Glossaries in the specified parent.
repeated .google.cloud.dataplex.v1.Glossary glossaries = 1;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
Glossary.Builder |
Returns | |
---|---|
Type | Description |
ListGlossariesResponse.Builder |
addGlossariesBuilder()
public Glossary.Builder addGlossariesBuilder()
Lists the Glossaries in the specified parent.
repeated .google.cloud.dataplex.v1.Glossary glossaries = 1;
Returns | |
---|---|
Type | Description |
Glossary.Builder |
addGlossariesBuilder(int index)
public Glossary.Builder addGlossariesBuilder(int index)
Lists the Glossaries in the specified parent.
repeated .google.cloud.dataplex.v1.Glossary glossaries = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Glossary.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListGlossariesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ListGlossariesResponse.Builder |
addUnreachableLocations(String value)
public ListGlossariesResponse.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 |
ListGlossariesResponse.Builder |
This builder for chaining. |
addUnreachableLocationsBytes(ByteString value)
public ListGlossariesResponse.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 |
ListGlossariesResponse.Builder |
This builder for chaining. |
build()
public ListGlossariesResponse build()
Returns | |
---|---|
Type | Description |
ListGlossariesResponse |
buildPartial()
public ListGlossariesResponse buildPartial()
Returns | |
---|---|
Type | Description |
ListGlossariesResponse |
clear()
public ListGlossariesResponse.Builder clear()
Returns | |
---|---|
Type | Description |
ListGlossariesResponse.Builder |
clearField(Descriptors.FieldDescriptor field)
public ListGlossariesResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
ListGlossariesResponse.Builder |
clearGlossaries()
public ListGlossariesResponse.Builder clearGlossaries()
Lists the Glossaries in the specified parent.
repeated .google.cloud.dataplex.v1.Glossary glossaries = 1;
Returns | |
---|---|
Type | Description |
ListGlossariesResponse.Builder |
clearNextPageToken()
public ListGlossariesResponse.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 |
ListGlossariesResponse.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListGlossariesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
ListGlossariesResponse.Builder |
clearUnreachableLocations()
public ListGlossariesResponse.Builder clearUnreachableLocations()
Locations that the service couldn't reach.
repeated string unreachable_locations = 3;
Returns | |
---|---|
Type | Description |
ListGlossariesResponse.Builder |
This builder for chaining. |
clone()
public ListGlossariesResponse.Builder clone()
Returns | |
---|---|
Type | Description |
ListGlossariesResponse.Builder |
getDefaultInstanceForType()
public ListGlossariesResponse getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ListGlossariesResponse |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getGlossaries(int index)
public Glossary getGlossaries(int index)
Lists the Glossaries in the specified parent.
repeated .google.cloud.dataplex.v1.Glossary glossaries = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Glossary |
getGlossariesBuilder(int index)
public Glossary.Builder getGlossariesBuilder(int index)
Lists the Glossaries in the specified parent.
repeated .google.cloud.dataplex.v1.Glossary glossaries = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Glossary.Builder |
getGlossariesBuilderList()
public List<Glossary.Builder> getGlossariesBuilderList()
Lists the Glossaries in the specified parent.
repeated .google.cloud.dataplex.v1.Glossary glossaries = 1;
Returns | |
---|---|
Type | Description |
List<Builder> |
getGlossariesCount()
public int getGlossariesCount()
Lists the Glossaries in the specified parent.
repeated .google.cloud.dataplex.v1.Glossary glossaries = 1;
Returns | |
---|---|
Type | Description |
int |
getGlossariesList()
public List<Glossary> getGlossariesList()
Lists the Glossaries in the specified parent.
repeated .google.cloud.dataplex.v1.Glossary glossaries = 1;
Returns | |
---|---|
Type | Description |
List<Glossary> |
getGlossariesOrBuilder(int index)
public GlossaryOrBuilder getGlossariesOrBuilder(int index)
Lists the Glossaries in the specified parent.
repeated .google.cloud.dataplex.v1.Glossary glossaries = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
GlossaryOrBuilder |
getGlossariesOrBuilderList()
public List<? extends GlossaryOrBuilder> getGlossariesOrBuilderList()
Lists the Glossaries in the specified parent.
repeated .google.cloud.dataplex.v1.Glossary glossaries = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.dataplex.v1.GlossaryOrBuilder> |
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. |
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 |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(ListGlossariesResponse other)
public ListGlossariesResponse.Builder mergeFrom(ListGlossariesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListGlossariesResponse |
Returns | |
---|---|
Type | Description |
ListGlossariesResponse.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListGlossariesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListGlossariesResponse.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public ListGlossariesResponse.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
ListGlossariesResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListGlossariesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListGlossariesResponse.Builder |
removeGlossaries(int index)
public ListGlossariesResponse.Builder removeGlossaries(int index)
Lists the Glossaries in the specified parent.
repeated .google.cloud.dataplex.v1.Glossary glossaries = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ListGlossariesResponse.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ListGlossariesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ListGlossariesResponse.Builder |
setGlossaries(int index, Glossary value)
public ListGlossariesResponse.Builder setGlossaries(int index, Glossary value)
Lists the Glossaries in the specified parent.
repeated .google.cloud.dataplex.v1.Glossary glossaries = 1;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
Glossary |
Returns | |
---|---|
Type | Description |
ListGlossariesResponse.Builder |
setGlossaries(int index, Glossary.Builder builderForValue)
public ListGlossariesResponse.Builder setGlossaries(int index, Glossary.Builder builderForValue)
Lists the Glossaries in the specified parent.
repeated .google.cloud.dataplex.v1.Glossary glossaries = 1;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
Glossary.Builder |
Returns | |
---|---|
Type | Description |
ListGlossariesResponse.Builder |
setNextPageToken(String value)
public ListGlossariesResponse.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 |
ListGlossariesResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListGlossariesResponse.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 |
ListGlossariesResponse.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListGlossariesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
ListGlossariesResponse.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListGlossariesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListGlossariesResponse.Builder |
setUnreachableLocations(int index, String value)
public ListGlossariesResponse.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 |
ListGlossariesResponse.Builder |
This builder for chaining. |