Interface ListAssetsResponse.ListAssetsResultOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListAssetsResponse.ListAssetsResult
,ListAssetsResponse.ListAssetsResult.Builder
- Enclosing class:
- ListAssetsResponse
public static interface ListAssetsResponse.ListAssetsResultOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasAsset
boolean hasAsset()
Asset matching the search request.
.google.cloud.securitycenter.v1beta1.Asset asset = 1;
- Returns:
- Whether the asset field is set.
-
getAsset
Asset getAsset()
Asset matching the search request.
.google.cloud.securitycenter.v1beta1.Asset asset = 1;
- Returns:
- The asset.
-
getAssetOrBuilder
AssetOrBuilder getAssetOrBuilder()
Asset matching the search request.
.google.cloud.securitycenter.v1beta1.Asset asset = 1;
-
getStateValue
int getStateValue()
State of the asset.
.google.cloud.securitycenter.v1beta1.ListAssetsResponse.ListAssetsResult.State state = 2;
- Returns:
- The enum numeric value on the wire for state.
-
getState
ListAssetsResponse.ListAssetsResult.State getState()
State of the asset.
.google.cloud.securitycenter.v1beta1.ListAssetsResponse.ListAssetsResult.State state = 2;
- Returns:
- The state.
-
-