Uses of Enum
com.google.cloud.aiplatform.v1.CorpusStatus.State
Packages that use CorpusStatus.State
-
Uses of CorpusStatus.State in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return CorpusStatus.StateModifier and TypeMethodDescriptionstatic CorpusStatus.StateCorpusStatus.State.forNumber(int value) CorpusStatus.Builder.getState()Output only.CorpusStatus.getState()Output only.CorpusStatusOrBuilder.getState()Output only.static CorpusStatus.StateCorpusStatus.State.valueOf(int value) Deprecated.static CorpusStatus.StateCorpusStatus.State.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static CorpusStatus.StateReturns the enum constant of this type with the specified name.static CorpusStatus.State[]CorpusStatus.State.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type CorpusStatus.StateModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<CorpusStatus.State>CorpusStatus.State.internalGetValueMap()Methods in com.google.cloud.aiplatform.v1 with parameters of type CorpusStatus.StateModifier and TypeMethodDescriptionCorpusStatus.Builder.setState(CorpusStatus.State value) Output only.