Uses of Class
com.google.cloud.dataplex.v1.State
-
Packages that use State Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex API -
-
Uses of State in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return State Modifier and Type Method Description static State
State. forNumber(int value)
State
Asset.Builder. getState()
Output only.State
Asset. getState()
Output only.State
AssetOrBuilder. getState()
Output only.State
DataScan.Builder. getState()
Output only.State
DataScan. getState()
Output only.State
DataScanOrBuilder. getState()
Output only.State
Environment.Builder. getState()
Output only.State
Environment. getState()
Output only.State
EnvironmentOrBuilder. getState()
Output only.State
Lake.Builder. getState()
Output only.State
Lake. getState()
Output only.State
LakeOrBuilder. getState()
Output only.State
Session.Builder. getState()
Output only.State
Session. getState()
Output only.State
SessionOrBuilder. getState()
Output only.State
Task.Builder. getState()
Output only.State
Task. getState()
Output only.State
TaskOrBuilder. getState()
Output only.State
Zone.Builder. getState()
Output only.State
Zone. getState()
Output only.State
ZoneOrBuilder. getState()
Output only.static State
State. valueOf(int value)
Deprecated.static State
State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static State
State. valueOf(String name)
Returns the enum constant of this type with the specified name.static State[]
State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.dataplex.v1 that return types with arguments of type State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<State>
State. internalGetValueMap()
Methods in com.google.cloud.dataplex.v1 with parameters of type State Modifier and Type Method Description Asset.Builder
Asset.Builder. setState(State value)
Output only.DataScan.Builder
DataScan.Builder. setState(State value)
Output only.Environment.Builder
Environment.Builder. setState(State value)
Output only.Lake.Builder
Lake.Builder. setState(State value)
Output only.Session.Builder
Session.Builder. setState(State value)
Output only.Task.Builder
Task.Builder. setState(State value)
Output only.Zone.Builder
Zone.Builder. setState(State value)
Output only.
-