public interface RunAssetDiscoveryResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Duration |
getDuration()
The duration between asset discovery run start and end
|
com.google.protobuf.DurationOrBuilder |
getDurationOrBuilder()
The duration between asset discovery run start and end
|
RunAssetDiscoveryResponse.State |
getState()
The state of an asset discovery run.
|
int |
getStateValue()
The state of an asset discovery run.
|
boolean |
hasDuration()
The duration between asset discovery run start and end
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getStateValue()
The state of an asset discovery run.
.google.cloud.securitycenter.v1.RunAssetDiscoveryResponse.State state = 1;RunAssetDiscoveryResponse.State getState()
The state of an asset discovery run.
.google.cloud.securitycenter.v1.RunAssetDiscoveryResponse.State state = 1;boolean hasDuration()
The duration between asset discovery run start and end
.google.protobuf.Duration duration = 2;com.google.protobuf.Duration getDuration()
The duration between asset discovery run start and end
.google.protobuf.Duration duration = 2;com.google.protobuf.DurationOrBuilder getDurationOrBuilder()
The duration between asset discovery run start and end
.google.protobuf.Duration duration = 2;Copyright © 2019 Google LLC. All rights reserved.