Uses of Class
com.google.cloud.resourcemanager.v3.Folder.State
-
Packages that use Folder.State Package Description com.google.cloud.resourcemanager.v3 A client to Cloud Resource Manager API -
-
Uses of Folder.State in com.google.cloud.resourcemanager.v3
Methods in com.google.cloud.resourcemanager.v3 that return Folder.State Modifier and Type Method Description static Folder.State
Folder.State. forNumber(int value)
Folder.State
Folder.Builder. getState()
Output only.Folder.State
Folder. getState()
Output only.Folder.State
FolderOrBuilder. getState()
Output only.static Folder.State
Folder.State. valueOf(int value)
Deprecated.static Folder.State
Folder.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Folder.State
Folder.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Folder.State[]
Folder.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.resourcemanager.v3 that return types with arguments of type Folder.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Folder.State>
Folder.State. internalGetValueMap()
Methods in com.google.cloud.resourcemanager.v3 with parameters of type Folder.State Modifier and Type Method Description Folder.Builder
Folder.Builder. setState(Folder.State value)
Output only.
-