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.StateChange |
getStateChange()
State change of the asset between the points in time.
|
int |
getStateChangeValue()
State change of the asset between the points in time.
|
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.v1.Asset asset = 1;Asset getAsset()
Asset matching the search request.
.google.cloud.securitycenter.v1.Asset asset = 1;AssetOrBuilder getAssetOrBuilder()
Asset matching the search request.
.google.cloud.securitycenter.v1.Asset asset = 1;int getStateChangeValue()
State change of the asset between the points in time.
.google.cloud.securitycenter.v1.ListAssetsResponse.ListAssetsResult.StateChange state_change = 2;
ListAssetsResponse.ListAssetsResult.StateChange getStateChange()
State change of the asset between the points in time.
.google.cloud.securitycenter.v1.ListAssetsResponse.ListAssetsResult.StateChange state_change = 2;
Copyright © 2019 Google LLC. All rights reserved.