Interface RunAssetDiscoveryResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RunAssetDiscoveryResponse,RunAssetDiscoveryResponse.Builder
public interface RunAssetDiscoveryResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.DurationgetDuration()The duration between asset discovery run start and endcom.google.protobuf.DurationOrBuildergetDurationOrBuilder()The duration between asset discovery run start and endRunAssetDiscoveryResponse.StategetState()The state of an asset discovery run.intgetStateValue()The state of an asset discovery run.booleanhasDuration()The duration between asset discovery run start and end-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStateValue
int getStateValue()
The state of an asset discovery run.
.google.cloud.securitycenter.v1.RunAssetDiscoveryResponse.State state = 1;- Returns:
- The enum numeric value on the wire for state.
-
getState
RunAssetDiscoveryResponse.State getState()
The state of an asset discovery run.
.google.cloud.securitycenter.v1.RunAssetDiscoveryResponse.State state = 1;- Returns:
- The state.
-
hasDuration
boolean hasDuration()
The duration between asset discovery run start and end
.google.protobuf.Duration duration = 2;- Returns:
- Whether the duration field is set.
-
getDuration
com.google.protobuf.Duration getDuration()
The duration between asset discovery run start and end
.google.protobuf.Duration duration = 2;- Returns:
- The duration.
-
getDurationOrBuilder
com.google.protobuf.DurationOrBuilder getDurationOrBuilder()
The duration between asset discovery run start and end
.google.protobuf.Duration duration = 2;
-
-