- 1.76.0 (latest)
- 1.74.0
- 1.73.0
- 1.72.0
- 1.71.0
- 1.70.0
- 1.68.0
- 1.66.0
- 1.65.0
- 1.62.0
- 1.61.0
- 1.60.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.2
- 1.0.1
- 0.2.2
public static final class ListGlossariesResponse.Builder extends GeneratedMessageV3.Builder<ListGlossariesResponse.Builder> implements ListGlossariesResponseOrBuilderList 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 |
StringThe 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 |
ByteStringThe 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 |
intThe 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 |
intThe 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 |
StringThe 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 |
ByteStringThe 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 |
intThe index to set the value at. |
value |
StringThe unreachableLocations to set. |
| Returns | |
|---|---|
| Type | Description |
ListGlossariesResponse.Builder |
This builder for chaining. |