Uses of Class
com.google.logging.v2.LifecycleState
-
Packages that use LifecycleState Package Description com.google.logging.v2 -
-
Uses of LifecycleState in com.google.logging.v2
Methods in com.google.logging.v2 that return LifecycleState Modifier and Type Method Description static LifecycleState
LifecycleState. forNumber(int value)
LifecycleState
Link.Builder. getLifecycleState()
Output only.LifecycleState
Link. getLifecycleState()
Output only.LifecycleState
LinkOrBuilder. getLifecycleState()
Output only.LifecycleState
LogBucket.Builder. getLifecycleState()
Output only.LifecycleState
LogBucket. getLifecycleState()
Output only.LifecycleState
LogBucketOrBuilder. getLifecycleState()
Output only.static LifecycleState
LifecycleState. valueOf(int value)
Deprecated.static LifecycleState
LifecycleState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static LifecycleState
LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static LifecycleState[]
LifecycleState. 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 LifecycleState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<LifecycleState>
LifecycleState. internalGetValueMap()
Methods in com.google.logging.v2 with parameters of type LifecycleState Modifier and Type Method Description Link.Builder
Link.Builder. setLifecycleState(LifecycleState value)
Output only.LogBucket.Builder
LogBucket.Builder. setLifecycleState(LifecycleState value)
Output only.
-