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 ZoneNameZoneName.Builder. build()static ZoneNameZoneName. of(String project, String location, String lake, String zone)static ZoneNameZoneName. 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.EntityMetadataServiceClient. 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.ZoneDataplexServiceClient. getZone(ZoneName name)Retrieves a zone resource.DataplexServiceClient.ListAssetsPagedResponseDataplexServiceClient. listAssets(ZoneName parent)Lists asset resources in a zone.MetadataServiceClient.ListEntitiesPagedResponseMetadataServiceClient. listEntities(ZoneName parent)List metadata entities in a zone.DataplexServiceClient.ListZoneActionsPagedResponseDataplexServiceClient. 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)
-