Uses of Class
com.google.logging.v2.OperationState
-
Packages that use OperationState Package Description com.google.logging.v2 -
-
Uses of OperationState in com.google.logging.v2
Methods in com.google.logging.v2 that return OperationState Modifier and Type Method Description static OperationState
OperationState. forNumber(int value)
OperationState
BucketMetadata.Builder. getState()
State of an operation.OperationState
BucketMetadata. getState()
State of an operation.OperationState
BucketMetadataOrBuilder. getState()
State of an operation.OperationState
CopyLogEntriesMetadata.Builder. getState()
State of an operation.OperationState
CopyLogEntriesMetadata. getState()
State of an operation.OperationState
CopyLogEntriesMetadataOrBuilder. getState()
State of an operation.OperationState
LinkMetadata.Builder. getState()
State of an operation.OperationState
LinkMetadata. getState()
State of an operation.OperationState
LinkMetadataOrBuilder. getState()
State of an operation.static OperationState
OperationState. valueOf(int value)
Deprecated.static OperationState
OperationState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static OperationState
OperationState. valueOf(String name)
Returns the enum constant of this type with the specified name.static OperationState[]
OperationState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.logging.v2 that return types with arguments of type OperationState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<OperationState>
OperationState. internalGetValueMap()
Methods in com.google.logging.v2 with parameters of type OperationState Modifier and Type Method Description BucketMetadata.Builder
BucketMetadata.Builder. setState(OperationState value)
State of an operation.CopyLogEntriesMetadata.Builder
CopyLogEntriesMetadata.Builder. setState(OperationState value)
State of an operation.LinkMetadata.Builder
LinkMetadata.Builder. setState(OperationState value)
State of an operation.
-