Uses of Interface
com.google.cloud.dataplex.v1.ActionOrBuilder
-
Packages that use ActionOrBuilder Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex API -
-
Uses of ActionOrBuilder in com.google.cloud.dataplex.v1
Classes in com.google.cloud.dataplex.v1 that implement ActionOrBuilder Modifier and Type Class Description class
Action
Action represents an issue requiring administrator action for resolution.static class
Action.Builder
Action represents an issue requiring administrator action for resolution.Methods in com.google.cloud.dataplex.v1 that return ActionOrBuilder Modifier and Type Method Description ActionOrBuilder
ListActionsResponse.Builder. getActionsOrBuilder(int index)
Actions under the given parent lake/zone/asset.ActionOrBuilder
ListActionsResponse. getActionsOrBuilder(int index)
Actions under the given parent lake/zone/asset.ActionOrBuilder
ListActionsResponseOrBuilder. getActionsOrBuilder(int index)
Actions under the given parent lake/zone/asset.Methods in com.google.cloud.dataplex.v1 that return types with arguments of type ActionOrBuilder Modifier and Type Method Description List<? extends ActionOrBuilder>
ListActionsResponse.Builder. getActionsOrBuilderList()
Actions under the given parent lake/zone/asset.List<? extends ActionOrBuilder>
ListActionsResponse. getActionsOrBuilderList()
Actions under the given parent lake/zone/asset.List<? extends ActionOrBuilder>
ListActionsResponseOrBuilder. getActionsOrBuilderList()
Actions under the given parent lake/zone/asset.
-