Uses of Class
com.google.cloud.OperationResponseMapping
-
Packages that use OperationResponseMapping Package Description com.google.cloud -
-
Uses of OperationResponseMapping in com.google.cloud
Fields in com.google.cloud with type parameters of type OperationResponseMapping Modifier and Type Field Description static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,OperationResponseMapping>
ExtendedOperationsProto. operationField
A field annotation that maps fields in an API-specific Operation object to their standard counterparts in google.longrunning.Operation.Methods in com.google.cloud that return OperationResponseMapping Modifier and Type Method Description static OperationResponseMapping
OperationResponseMapping. forNumber(int value)
static OperationResponseMapping
OperationResponseMapping. valueOf(int value)
Deprecated.static OperationResponseMapping
OperationResponseMapping. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static OperationResponseMapping
OperationResponseMapping. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OperationResponseMapping[]
OperationResponseMapping. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud that return types with arguments of type OperationResponseMapping Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<OperationResponseMapping>
OperationResponseMapping. internalGetValueMap()
-