Uses of Interface
com.google.cloud.dataplex.v1.LakeOrBuilder
-
Packages that use LakeOrBuilder Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex API -
-
Uses of LakeOrBuilder in com.google.cloud.dataplex.v1
Classes in com.google.cloud.dataplex.v1 that implement LakeOrBuilder Modifier and Type Class Description class
Lake
A lake is a centralized repository for managing enterprise data across the organization distributed across many cloud projects, and stored in a variety of storage services such as Google Cloud Storage and BigQuery.static class
Lake.Builder
A lake is a centralized repository for managing enterprise data across the organization distributed across many cloud projects, and stored in a variety of storage services such as Google Cloud Storage and BigQuery.Methods in com.google.cloud.dataplex.v1 that return LakeOrBuilder Modifier and Type Method Description LakeOrBuilder
CreateLakeRequest.Builder. getLakeOrBuilder()
Required.LakeOrBuilder
CreateLakeRequest. getLakeOrBuilder()
Required.LakeOrBuilder
CreateLakeRequestOrBuilder. getLakeOrBuilder()
Required.LakeOrBuilder
UpdateLakeRequest.Builder. getLakeOrBuilder()
Required.LakeOrBuilder
UpdateLakeRequest. getLakeOrBuilder()
Required.LakeOrBuilder
UpdateLakeRequestOrBuilder. getLakeOrBuilder()
Required.LakeOrBuilder
ListLakesResponse.Builder. getLakesOrBuilder(int index)
Lakes under the given parent location.LakeOrBuilder
ListLakesResponse. getLakesOrBuilder(int index)
Lakes under the given parent location.LakeOrBuilder
ListLakesResponseOrBuilder. getLakesOrBuilder(int index)
Lakes under the given parent location.Methods in com.google.cloud.dataplex.v1 that return types with arguments of type LakeOrBuilder Modifier and Type Method Description List<? extends LakeOrBuilder>
ListLakesResponse.Builder. getLakesOrBuilderList()
Lakes under the given parent location.List<? extends LakeOrBuilder>
ListLakesResponse. getLakesOrBuilderList()
Lakes under the given parent location.List<? extends LakeOrBuilder>
ListLakesResponseOrBuilder. getLakesOrBuilderList()
Lakes under the given parent location.
-