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 Action
Action.Builder. build()
Action
Action.Builder. buildPartial()
Action
ListActionsResponse.Builder. getActions(int index)
Actions under the given parent lake/zone/asset.Action
ListActionsResponse. getActions(int index)
Actions under the given parent lake/zone/asset.Action
ListActionsResponseOrBuilder. getActions(int index)
Actions under the given parent lake/zone/asset.static Action
Action. getDefaultInstance()
Action
Action.Builder. getDefaultInstanceForType()
Action
Action. getDefaultInstanceForType()
static Action
Action. parseDelimitedFrom(InputStream input)
static Action
Action. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Action
Action. parseFrom(byte[] data)
static Action
Action. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Action
Action. parseFrom(com.google.protobuf.ByteString data)
static Action
Action. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Action
Action. parseFrom(com.google.protobuf.CodedInputStream input)
static Action
Action. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Action
Action. parseFrom(InputStream input)
static Action
Action. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Action
Action. parseFrom(ByteBuffer data)
static Action
Action. 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.Builder
ListActionsResponse.Builder. addActions(int index, Action value)
Actions under the given parent lake/zone/asset.ListActionsResponse.Builder
ListActionsResponse.Builder. addActions(Action value)
Actions under the given parent lake/zone/asset.Action.Builder
Action.Builder. mergeFrom(Action other)
static Action.Builder
Action. newBuilder(Action prototype)
ListActionsResponse.Builder
ListActionsResponse.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.Builder
ListActionsResponse.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.ListAssetActionsPage
DataplexServiceClient.ListAssetActionsPage. createPage(com.google.api.gax.rpc.PageContext<ListAssetActionsRequest,ListActionsResponse,Action> context, ListActionsResponse response)
protected DataplexServiceClient.ListLakeActionsPage
DataplexServiceClient.ListLakeActionsPage. createPage(com.google.api.gax.rpc.PageContext<ListLakeActionsRequest,ListActionsResponse,Action> context, ListActionsResponse response)
protected DataplexServiceClient.ListZoneActionsPage
DataplexServiceClient.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)
-