public interface RunAssetDiscoveryResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDuration()
public abstract Duration getDuration()The duration between asset discovery run start and end
.google.protobuf.Duration duration = 2;
| Returns | |
|---|---|
| Type | Description |
Duration |
The duration. |
getDurationOrBuilder()
public abstract DurationOrBuilder getDurationOrBuilder()The duration between asset discovery run start and end
.google.protobuf.Duration duration = 2;
| Returns | |
|---|---|
| Type | Description |
DurationOrBuilder |
|
getState()
public abstract RunAssetDiscoveryResponse.State getState()The state of an asset discovery run.
.google.cloud.securitycenter.v1.RunAssetDiscoveryResponse.State state = 1;
| Returns | |
|---|---|
| Type | Description |
RunAssetDiscoveryResponse.State |
The state. |
getStateValue()
public abstract int getStateValue()The state of an asset discovery run.
.google.cloud.securitycenter.v1.RunAssetDiscoveryResponse.State state = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for state. |
hasDuration()
public abstract boolean hasDuration()The duration between asset discovery run start and end
.google.protobuf.Duration duration = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the duration field is set. |