Uses of Class
com.google.cloud.dataplex.v1.Action
-
Packages that use Action Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex API -
-
Uses of Action in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return Action Modifier and Type Method Description ActionAction.Builder. build()ActionAction.Builder. buildPartial()ActionListActionsResponse.Builder. getActions(int index)Actions under the given parent lake/zone/asset.ActionListActionsResponse. getActions(int index)Actions under the given parent lake/zone/asset.ActionListActionsResponseOrBuilder. getActions(int index)Actions under the given parent lake/zone/asset.static ActionAction. getDefaultInstance()ActionAction.Builder. getDefaultInstanceForType()ActionAction. getDefaultInstanceForType()static ActionAction. parseDelimitedFrom(InputStream input)static ActionAction. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ActionAction. parseFrom(byte[] data)static ActionAction. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ActionAction. parseFrom(com.google.protobuf.ByteString data)static ActionAction. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ActionAction. parseFrom(com.google.protobuf.CodedInputStream input)static ActionAction. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ActionAction. parseFrom(InputStream input)static ActionAction. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ActionAction. parseFrom(ByteBuffer data)static ActionAction. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dataplex.v1 that return types with arguments of type Action Modifier and Type Method Description List<Action>ListActionsResponse.Builder. getActionsList()Actions under the given parent lake/zone/asset.List<Action>ListActionsResponse. getActionsList()Actions under the given parent lake/zone/asset.List<Action>ListActionsResponseOrBuilder. getActionsList()Actions under the given parent lake/zone/asset.com.google.protobuf.Parser<Action>Action. getParserForType()static com.google.protobuf.Parser<Action>Action. parser()Methods in com.google.cloud.dataplex.v1 with parameters of type Action Modifier and Type Method Description ListActionsResponse.BuilderListActionsResponse.Builder. addActions(int index, Action value)Actions under the given parent lake/zone/asset.ListActionsResponse.BuilderListActionsResponse.Builder. addActions(Action value)Actions under the given parent lake/zone/asset.Action.BuilderAction.Builder. mergeFrom(Action other)static Action.BuilderAction. newBuilder(Action prototype)ListActionsResponse.BuilderListActionsResponse.Builder. setActions(int index, Action value)Actions under the given parent lake/zone/asset.Method parameters in com.google.cloud.dataplex.v1 with type arguments of type Action Modifier and Type Method Description ListActionsResponse.BuilderListActionsResponse.Builder. addAllActions(Iterable<? extends Action> values)Actions under the given parent lake/zone/asset.static com.google.api.core.ApiFuture<DataplexServiceClient.ListAssetActionsPagedResponse>DataplexServiceClient.ListAssetActionsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListAssetActionsRequest,ListActionsResponse,Action> context, com.google.api.core.ApiFuture<ListActionsResponse> futureResponse)static com.google.api.core.ApiFuture<DataplexServiceClient.ListLakeActionsPagedResponse>DataplexServiceClient.ListLakeActionsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListLakeActionsRequest,ListActionsResponse,Action> context, com.google.api.core.ApiFuture<ListActionsResponse> futureResponse)static com.google.api.core.ApiFuture<DataplexServiceClient.ListZoneActionsPagedResponse>DataplexServiceClient.ListZoneActionsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListZoneActionsRequest,ListActionsResponse,Action> context, com.google.api.core.ApiFuture<ListActionsResponse> futureResponse)protected DataplexServiceClient.ListAssetActionsPageDataplexServiceClient.ListAssetActionsPage. createPage(com.google.api.gax.rpc.PageContext<ListAssetActionsRequest,ListActionsResponse,Action> context, ListActionsResponse response)protected DataplexServiceClient.ListLakeActionsPageDataplexServiceClient.ListLakeActionsPage. createPage(com.google.api.gax.rpc.PageContext<ListLakeActionsRequest,ListActionsResponse,Action> context, ListActionsResponse response)protected DataplexServiceClient.ListZoneActionsPageDataplexServiceClient.ListZoneActionsPage. createPage(com.google.api.gax.rpc.PageContext<ListZoneActionsRequest,ListActionsResponse,Action> context, ListActionsResponse response)com.google.api.core.ApiFuture<DataplexServiceClient.ListAssetActionsPage>DataplexServiceClient.ListAssetActionsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListAssetActionsRequest,ListActionsResponse,Action> context, com.google.api.core.ApiFuture<ListActionsResponse> futureResponse)com.google.api.core.ApiFuture<DataplexServiceClient.ListLakeActionsPage>DataplexServiceClient.ListLakeActionsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListLakeActionsRequest,ListActionsResponse,Action> context, com.google.api.core.ApiFuture<ListActionsResponse> futureResponse)com.google.api.core.ApiFuture<DataplexServiceClient.ListZoneActionsPage>DataplexServiceClient.ListZoneActionsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListZoneActionsRequest,ListActionsResponse,Action> context, com.google.api.core.ApiFuture<ListActionsResponse> futureResponse)
-