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.Duration
getDuration()
The duration between asset discovery run start and endcom.google.protobuf.DurationOrBuilder
getDurationOrBuilder()
The duration between asset discovery run start and endRunAssetDiscoveryResponse.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-
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.v1p1beta1.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.v1p1beta1.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;
-
-