Uses of Class
com.google.cloud.batch.v1.LogsPolicy.Destination
-
Packages that use LogsPolicy.Destination Package Description com.google.cloud.batch.v1 A client to Batch API -
-
Uses of LogsPolicy.Destination in com.google.cloud.batch.v1
Methods in com.google.cloud.batch.v1 that return LogsPolicy.Destination Modifier and Type Method Description static LogsPolicy.DestinationLogsPolicy.Destination. forNumber(int value)LogsPolicy.DestinationLogsPolicy.Builder. getDestination()Where logs should be saved.LogsPolicy.DestinationLogsPolicy. getDestination()Where logs should be saved.LogsPolicy.DestinationLogsPolicyOrBuilder. getDestination()Where logs should be saved.static LogsPolicy.DestinationLogsPolicy.Destination. valueOf(int value)Deprecated.static LogsPolicy.DestinationLogsPolicy.Destination. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static LogsPolicy.DestinationLogsPolicy.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.v1 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.v1 with parameters of type LogsPolicy.Destination Modifier and Type Method Description LogsPolicy.BuilderLogsPolicy.Builder. setDestination(LogsPolicy.Destination value)Where logs should be saved.
-