Interface CopyLogEntriesMetadataOrBuilder (3.16.2)

public interface CopyLogEntriesMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCancellationRequested()

public abstract boolean getCancellationRequested()

Identifies whether the user has requested cancellation of the operation.

bool cancellation_requested = 4;

Returns
TypeDescription
boolean

The cancellationRequested.

getEndTime()

public abstract Timestamp getEndTime()

The end time of an operation.

.google.protobuf.Timestamp end_time = 2;

Returns
TypeDescription
Timestamp

The endTime.

getEndTimeOrBuilder()

public abstract TimestampOrBuilder getEndTimeOrBuilder()

The end time of an operation.

.google.protobuf.Timestamp end_time = 2;

Returns
TypeDescription
TimestampOrBuilder

getProgress()

public abstract int getProgress()

Estimated progress of the operation (0 - 100%).

int32 progress = 6;

Returns
TypeDescription
int

The progress.

getRequest()

public abstract CopyLogEntriesRequest getRequest()

CopyLogEntries RPC request.

.google.logging.v2.CopyLogEntriesRequest request = 5;

Returns
TypeDescription
CopyLogEntriesRequest

The request.

getRequestOrBuilder()

public abstract CopyLogEntriesRequestOrBuilder getRequestOrBuilder()

CopyLogEntries RPC request.

.google.logging.v2.CopyLogEntriesRequest request = 5;

Returns
TypeDescription
CopyLogEntriesRequestOrBuilder

getStartTime()

public abstract Timestamp getStartTime()

The create time of an operation.

.google.protobuf.Timestamp start_time = 1;

Returns
TypeDescription
Timestamp

The startTime.

getStartTimeOrBuilder()

public abstract TimestampOrBuilder getStartTimeOrBuilder()

The create time of an operation.

.google.protobuf.Timestamp start_time = 1;

Returns
TypeDescription
TimestampOrBuilder

getState()

public abstract OperationState getState()

State of an operation.

.google.logging.v2.OperationState state = 3;

Returns
TypeDescription
OperationState

The state.

getStateValue()

public abstract int getStateValue()

State of an operation.

.google.logging.v2.OperationState state = 3;

Returns
TypeDescription
int

The enum numeric value on the wire for state.

getWriterIdentity()

public abstract String getWriterIdentity()

The IAM identity of a service account that must be granted access to the destination.

If the service account is not granted permission to the destination within an hour, the operation will be cancelled.

For example: "serviceAccount:foo@bar.com"

string writer_identity = 7;

Returns
TypeDescription
String

The writerIdentity.

getWriterIdentityBytes()

public abstract ByteString getWriterIdentityBytes()

The IAM identity of a service account that must be granted access to the destination.

If the service account is not granted permission to the destination within an hour, the operation will be cancelled.

For example: "serviceAccount:foo@bar.com"

string writer_identity = 7;

Returns
TypeDescription
ByteString

The bytes for writerIdentity.

hasEndTime()

public abstract boolean hasEndTime()

The end time of an operation.

.google.protobuf.Timestamp end_time = 2;

Returns
TypeDescription
boolean

Whether the endTime field is set.

hasRequest()

public abstract boolean hasRequest()

CopyLogEntries RPC request.

.google.logging.v2.CopyLogEntriesRequest request = 5;

Returns
TypeDescription
boolean

Whether the request field is set.

hasStartTime()

public abstract boolean hasStartTime()

The create time of an operation.

.google.protobuf.Timestamp start_time = 1;

Returns
TypeDescription
boolean

Whether the startTime field is set.