Uses of Class
com.google.cloud.dataplex.v1.ZoneName
-
Packages that use ZoneName Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex API -
-
Uses of ZoneName in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return ZoneName Modifier and Type Method Description ZoneName
ZoneName.Builder. build()
static ZoneName
ZoneName. of(String project, String location, String lake, String zone)
static ZoneName
ZoneName. parse(String formattedString)
Methods in com.google.cloud.dataplex.v1 that return types with arguments of type ZoneName Modifier and Type Method Description static List<ZoneName>
ZoneName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.dataplex.v1 with parameters of type ZoneName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Asset,OperationMetadata>
DataplexServiceClient. createAssetAsync(ZoneName parent, Asset asset, String assetId)
Creates an asset resource.Entity
MetadataServiceClient. createEntity(ZoneName parent, Entity entity)
Create a metadata entity.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
DataplexServiceClient. deleteZoneAsync(ZoneName name)
Deletes a zone resource.Zone
DataplexServiceClient. getZone(ZoneName name)
Retrieves a zone resource.DataplexServiceClient.ListAssetsPagedResponse
DataplexServiceClient. listAssets(ZoneName parent)
Lists asset resources in a zone.MetadataServiceClient.ListEntitiesPagedResponse
MetadataServiceClient. listEntities(ZoneName parent)
List metadata entities in a zone.DataplexServiceClient.ListZoneActionsPagedResponse
DataplexServiceClient. listZoneActions(ZoneName parent)
Lists action resources in a zone.Method parameters in com.google.cloud.dataplex.v1 with type arguments of type ZoneName Modifier and Type Method Description static List<String>
ZoneName. toStringList(List<ZoneName> values)
-