Uses of Class
com.google.cloud.batch.v1alpha.LogsPolicy.Destination
-
Packages that use LogsPolicy.Destination Package Description com.google.cloud.batch.v1alpha A client to Batch API -
-
Uses of LogsPolicy.Destination in com.google.cloud.batch.v1alpha
Methods in com.google.cloud.batch.v1alpha that return LogsPolicy.Destination Modifier and Type Method Description static LogsPolicy.Destination
LogsPolicy.Destination. forNumber(int value)
LogsPolicy.Destination
LogsPolicy.Builder. getDestination()
Where logs should be saved.LogsPolicy.Destination
LogsPolicy. getDestination()
Where logs should be saved.LogsPolicy.Destination
LogsPolicyOrBuilder. getDestination()
Where logs should be saved.static LogsPolicy.Destination
LogsPolicy.Destination. valueOf(int value)
Deprecated.static LogsPolicy.Destination
LogsPolicy.Destination. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static LogsPolicy.Destination
LogsPolicy.Destination. valueOf(String name)
Returns the enum constant of this type with the specified name.static LogsPolicy.Destination[]
LogsPolicy.Destination. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.batch.v1alpha that return types with arguments of type LogsPolicy.Destination Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<LogsPolicy.Destination>
LogsPolicy.Destination. internalGetValueMap()
Methods in com.google.cloud.batch.v1alpha with parameters of type LogsPolicy.Destination Modifier and Type Method Description LogsPolicy.Builder
LogsPolicy.Builder. setDestination(LogsPolicy.Destination value)
Where logs should be saved.
-