Uses of Class
com.google.cloud.dataplex.v1.Task.InfrastructureSpec.ResourcesCase
-
Packages that use Task.InfrastructureSpec.ResourcesCase Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex API -
-
Uses of Task.InfrastructureSpec.ResourcesCase in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return Task.InfrastructureSpec.ResourcesCase Modifier and Type Method Description static Task.InfrastructureSpec.ResourcesCase
Task.InfrastructureSpec.ResourcesCase. forNumber(int value)
Task.InfrastructureSpec.ResourcesCase
Task.InfrastructureSpec.Builder. getResourcesCase()
Task.InfrastructureSpec.ResourcesCase
Task.InfrastructureSpec. getResourcesCase()
Task.InfrastructureSpec.ResourcesCase
Task.InfrastructureSpecOrBuilder. getResourcesCase()
static Task.InfrastructureSpec.ResourcesCase
Task.InfrastructureSpec.ResourcesCase. valueOf(int value)
Deprecated.static Task.InfrastructureSpec.ResourcesCase
Task.InfrastructureSpec.ResourcesCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static Task.InfrastructureSpec.ResourcesCase[]
Task.InfrastructureSpec.ResourcesCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-