public interface RunAssetDiscoveryResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Duration |
getDuration()
The duration between asset discovery run start and end
|
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, hasOneof
isInitialized
int 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;
Duration getDuration()
The duration between asset discovery run start and end
.google.protobuf.Duration duration = 2;
DurationOrBuilder getDurationOrBuilder()
The duration between asset discovery run start and end
.google.protobuf.Duration duration = 2;
Copyright © 2022 Google LLC. All rights reserved.