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