Package | Description |
---|---|
com.google.cloud.resourcemanager.v3 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
static Project.State |
Project.State.forNumber(int value) |
Project.State |
Project.getState()
Output only.
|
Project.State |
Project.Builder.getState()
Output only.
|
Project.State |
ProjectOrBuilder.getState()
Output only.
|
static Project.State |
Project.State.valueOf(Descriptors.EnumValueDescriptor desc) |
static Project.State |
Project.State.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Project.State |
Project.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Project.State[] |
Project.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Internal.EnumLiteMap<Project.State> |
Project.State.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Project.Builder |
Project.Builder.setState(Project.State value)
Output only.
|
Copyright © 2022 Google LLC. All rights reserved.