Package | Description |
---|---|
com.google.cloud.asset.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
static TemporalAsset.PriorAssetState |
TemporalAsset.PriorAssetState.forNumber(int value) |
TemporalAsset.PriorAssetState |
TemporalAsset.getPriorAssetState()
State of prior_asset.
|
TemporalAsset.PriorAssetState |
TemporalAsset.Builder.getPriorAssetState()
State of prior_asset.
|
TemporalAsset.PriorAssetState |
TemporalAssetOrBuilder.getPriorAssetState()
State of prior_asset.
|
static TemporalAsset.PriorAssetState |
TemporalAsset.PriorAssetState.valueOf(Descriptors.EnumValueDescriptor desc) |
static TemporalAsset.PriorAssetState |
TemporalAsset.PriorAssetState.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TemporalAsset.PriorAssetState |
TemporalAsset.PriorAssetState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemporalAsset.PriorAssetState[] |
TemporalAsset.PriorAssetState.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<TemporalAsset.PriorAssetState> |
TemporalAsset.PriorAssetState.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
TemporalAsset.Builder |
TemporalAsset.Builder.setPriorAssetState(TemporalAsset.PriorAssetState value)
State of prior_asset.
|
Copyright © 2022 Google LLC. All rights reserved.