public static interface ListAssetsResponse.ListAssetsResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Asset |
getAsset()
Asset matching the search request.
|
AssetOrBuilder |
getAssetOrBuilder()
Asset matching the search request.
|
ListAssetsResponse.ListAssetsResult.State |
getState()
State of the asset.
|
int |
getStateValue()
State of the asset.
|
boolean |
hasAsset()
Asset matching the search request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAsset()
Asset matching the search request.
.google.cloud.securitycenter.v1beta1.Asset asset = 1;Asset getAsset()
Asset matching the search request.
.google.cloud.securitycenter.v1beta1.Asset asset = 1;AssetOrBuilder getAssetOrBuilder()
Asset matching the search request.
.google.cloud.securitycenter.v1beta1.Asset asset = 1;int getStateValue()
State of the asset.
.google.cloud.securitycenter.v1beta1.ListAssetsResponse.ListAssetsResult.State state = 2;
ListAssetsResponse.ListAssetsResult.State getState()
State of the asset.
.google.cloud.securitycenter.v1beta1.ListAssetsResponse.ListAssetsResult.State state = 2;
Copyright © 2019 Google LLC. All rights reserved.