Interface CreateOrgPolicyViolationsPreviewOperationMetadataOrBuilder (0.49.0)

public interface CreateOrgPolicyViolationsPreviewOperationMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRequestTime()

public abstract Timestamp getRequestTime()

Time when the request was received.

.google.protobuf.Timestamp request_time = 1;

Returns
Type Description
Timestamp

The requestTime.

getRequestTimeOrBuilder()

public abstract TimestampOrBuilder getRequestTimeOrBuilder()

Time when the request was received.

.google.protobuf.Timestamp request_time = 1;

Returns
Type Description
TimestampOrBuilder

getResourcesFound()

public abstract int getResourcesFound()

Total number of resources that need scanning. Should equal resource_scanned + resources_pending

int32 resources_found = 4;

Returns
Type Description
int

The resourcesFound.

getResourcesPending()

public abstract int getResourcesPending()

Number of resources still to scan.

int32 resources_pending = 6;

Returns
Type Description
int

The resourcesPending.

getResourcesScanned()

public abstract int getResourcesScanned()

Number of resources already scanned.

int32 resources_scanned = 5;

Returns
Type Description
int

The resourcesScanned.

getStartTime()

public abstract Timestamp getStartTime()

Time when the request started processing, i.e., when the state was set to RUNNING.

.google.protobuf.Timestamp start_time = 2;

Returns
Type Description
Timestamp

The startTime.

getStartTimeOrBuilder()

public abstract TimestampOrBuilder getStartTimeOrBuilder()

Time when the request started processing, i.e., when the state was set to RUNNING.

.google.protobuf.Timestamp start_time = 2;

Returns
Type Description
TimestampOrBuilder

getState()

public abstract PreviewState getState()

Output only. The current state of the operation.

.google.cloud.policysimulator.v1.PreviewState state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
PreviewState

The state.

getStateValue()

public abstract int getStateValue()

Output only. The current state of the operation.

.google.cloud.policysimulator.v1.PreviewState state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for state.

hasRequestTime()

public abstract boolean hasRequestTime()

Time when the request was received.

.google.protobuf.Timestamp request_time = 1;

Returns
Type Description
boolean

Whether the requestTime field is set.

hasStartTime()

public abstract boolean hasStartTime()

Time when the request started processing, i.e., when the state was set to RUNNING.

.google.protobuf.Timestamp start_time = 2;

Returns
Type Description
boolean

Whether the startTime field is set.