- 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 ListLakesResponse.Builder extends GeneratedMessageV3.Builder<ListLakesResponse.Builder> implements ListLakesResponseOrBuilderList lakes response.
Protobuf type google.cloud.dataplex.v1.ListLakesResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListLakesResponse.BuilderImplements
ListLakesResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addAllLakes(Iterable<? extends Lake> values)
public ListLakesResponse.Builder addAllLakes(Iterable<? extends Lake> values)Lakes under the given parent location.
repeated .google.cloud.dataplex.v1.Lake lakes = 1;
| Name | Description |
| values | Iterable<? extends com.google.cloud.dataplex.v1.Lake> |
| Type | Description |
| ListLakesResponse.Builder |
addAllUnreachableLocations(Iterable<String> values)
public ListLakesResponse.Builder addAllUnreachableLocations(Iterable<String> values)Locations that could not be reached.
repeated string unreachable_locations = 3;
| Name | Description |
| values | Iterable<String>The unreachableLocations to add. |
| Type | Description |
| ListLakesResponse.Builder | This builder for chaining. |
addLakes(Lake value)
public ListLakesResponse.Builder addLakes(Lake value)Lakes under the given parent location.
repeated .google.cloud.dataplex.v1.Lake lakes = 1;
| Name | Description |
| value | Lake |
| Type | Description |
| ListLakesResponse.Builder |
addLakes(Lake.Builder builderForValue)
public ListLakesResponse.Builder addLakes(Lake.Builder builderForValue)Lakes under the given parent location.
repeated .google.cloud.dataplex.v1.Lake lakes = 1;
| Name | Description |
| builderForValue | Lake.Builder |
| Type | Description |
| ListLakesResponse.Builder |
addLakes(int index, Lake value)
public ListLakesResponse.Builder addLakes(int index, Lake value)Lakes under the given parent location.
repeated .google.cloud.dataplex.v1.Lake lakes = 1;
| Name | Description |
| index | int |
| value | Lake |
| Type | Description |
| ListLakesResponse.Builder |
addLakes(int index, Lake.Builder builderForValue)
public ListLakesResponse.Builder addLakes(int index, Lake.Builder builderForValue)Lakes under the given parent location.
repeated .google.cloud.dataplex.v1.Lake lakes = 1;
| Name | Description |
| index | int |
| builderForValue | Lake.Builder |
| Type | Description |
| ListLakesResponse.Builder |
addLakesBuilder()
public Lake.Builder addLakesBuilder()Lakes under the given parent location.
repeated .google.cloud.dataplex.v1.Lake lakes = 1;
| Type | Description |
| Lake.Builder |
addLakesBuilder(int index)
public Lake.Builder addLakesBuilder(int index)Lakes under the given parent location.
repeated .google.cloud.dataplex.v1.Lake lakes = 1;
| Name | Description |
| index | int |
| Type | Description |
| Lake.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListLakesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| ListLakesResponse.Builder |
addUnreachableLocations(String value)
public ListLakesResponse.Builder addUnreachableLocations(String value)Locations that could not be reached.
repeated string unreachable_locations = 3;
| Name | Description |
| value | StringThe unreachableLocations to add. |
| Type | Description |
| ListLakesResponse.Builder | This builder for chaining. |
addUnreachableLocationsBytes(ByteString value)
public ListLakesResponse.Builder addUnreachableLocationsBytes(ByteString value)Locations that could not be reached.
repeated string unreachable_locations = 3;
| Name | Description |
| value | ByteStringThe bytes of the unreachableLocations to add. |
| Type | Description |
| ListLakesResponse.Builder | This builder for chaining. |
build()
public ListLakesResponse build()| Type | Description |
| ListLakesResponse |
buildPartial()
public ListLakesResponse buildPartial()| Type | Description |
| ListLakesResponse |
clear()
public ListLakesResponse.Builder clear()| Type | Description |
| ListLakesResponse.Builder |
clearField(Descriptors.FieldDescriptor field)
public ListLakesResponse.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| ListLakesResponse.Builder |
clearLakes()
public ListLakesResponse.Builder clearLakes()Lakes under the given parent location.
repeated .google.cloud.dataplex.v1.Lake lakes = 1;
| Type | Description |
| ListLakesResponse.Builder |
clearNextPageToken()
public ListLakesResponse.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;
| Type | Description |
| ListLakesResponse.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListLakesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| ListLakesResponse.Builder |
clearUnreachableLocations()
public ListLakesResponse.Builder clearUnreachableLocations()Locations that could not be reached.
repeated string unreachable_locations = 3;
| Type | Description |
| ListLakesResponse.Builder | This builder for chaining. |
clone()
public ListLakesResponse.Builder clone()| Type | Description |
| ListLakesResponse.Builder |
getDefaultInstanceForType()
public ListLakesResponse getDefaultInstanceForType()| Type | Description |
| ListLakesResponse |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getLakes(int index)
public Lake getLakes(int index)Lakes under the given parent location.
repeated .google.cloud.dataplex.v1.Lake lakes = 1;
| Name | Description |
| index | int |
| Type | Description |
| Lake |
getLakesBuilder(int index)
public Lake.Builder getLakesBuilder(int index)Lakes under the given parent location.
repeated .google.cloud.dataplex.v1.Lake lakes = 1;
| Name | Description |
| index | int |
| Type | Description |
| Lake.Builder |
getLakesBuilderList()
public List<Lake.Builder> getLakesBuilderList()Lakes under the given parent location.
repeated .google.cloud.dataplex.v1.Lake lakes = 1;
| Type | Description |
| List<Builder> |
getLakesCount()
public int getLakesCount()Lakes under the given parent location.
repeated .google.cloud.dataplex.v1.Lake lakes = 1;
| Type | Description |
| int |
getLakesList()
public List<Lake> getLakesList()Lakes under the given parent location.
repeated .google.cloud.dataplex.v1.Lake lakes = 1;
| Type | Description |
| List<Lake> |
getLakesOrBuilder(int index)
public LakeOrBuilder getLakesOrBuilder(int index)Lakes under the given parent location.
repeated .google.cloud.dataplex.v1.Lake lakes = 1;
| Name | Description |
| index | int |
| Type | Description |
| LakeOrBuilder |
getLakesOrBuilderList()
public List<? extends LakeOrBuilder> getLakesOrBuilderList()Lakes under the given parent location.
repeated .google.cloud.dataplex.v1.Lake lakes = 1;
| Type | Description |
| List<? extends com.google.cloud.dataplex.v1.LakeOrBuilder> |
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;
| 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;
| 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;
| Name | Description |
| index | intThe index of the element to return. |
| 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;
| Name | Description |
| index | intThe index of the value to return. |
| 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;
| Type | Description |
| int | The count of unreachableLocations. |
getUnreachableLocationsList()
public ProtocolStringList getUnreachableLocationsList()Locations that could not be reached.
repeated string unreachable_locations = 3;
| Type | Description |
| ProtocolStringList | A list containing the unreachableLocations. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(ListLakesResponse other)
public ListLakesResponse.Builder mergeFrom(ListLakesResponse other)| Name | Description |
| other | ListLakesResponse |
| Type | Description |
| ListLakesResponse.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListLakesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| ListLakesResponse.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public ListLakesResponse.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| ListLakesResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListLakesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| ListLakesResponse.Builder |
removeLakes(int index)
public ListLakesResponse.Builder removeLakes(int index)Lakes under the given parent location.
repeated .google.cloud.dataplex.v1.Lake lakes = 1;
| Name | Description |
| index | int |
| Type | Description |
| ListLakesResponse.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ListLakesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| ListLakesResponse.Builder |
setLakes(int index, Lake value)
public ListLakesResponse.Builder setLakes(int index, Lake value)Lakes under the given parent location.
repeated .google.cloud.dataplex.v1.Lake lakes = 1;
| Name | Description |
| index | int |
| value | Lake |
| Type | Description |
| ListLakesResponse.Builder |
setLakes(int index, Lake.Builder builderForValue)
public ListLakesResponse.Builder setLakes(int index, Lake.Builder builderForValue)Lakes under the given parent location.
repeated .google.cloud.dataplex.v1.Lake lakes = 1;
| Name | Description |
| index | int |
| builderForValue | Lake.Builder |
| Type | Description |
| ListLakesResponse.Builder |
setNextPageToken(String value)
public ListLakesResponse.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;
| Name | Description |
| value | StringThe nextPageToken to set. |
| Type | Description |
| ListLakesResponse.Builder | This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListLakesResponse.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;
| Name | Description |
| value | ByteStringThe bytes for nextPageToken to set. |
| Type | Description |
| ListLakesResponse.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListLakesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| ListLakesResponse.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListLakesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| ListLakesResponse.Builder |
setUnreachableLocations(int index, String value)
public ListLakesResponse.Builder setUnreachableLocations(int index, String value)Locations that could not be reached.
repeated string unreachable_locations = 3;
| Name | Description |
| index | intThe index to set the value at. |
| value | StringThe unreachableLocations to set. |
| Type | Description |
| ListLakesResponse.Builder | This builder for chaining. |