public interface CopyLogEntriesMetadataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCancellationRequested()
public abstract boolean getCancellationRequested()
Identifies whether the user has requested cancellation of the operation.
bool cancellation_requested = 4;
Returns | |
---|---|
Type | Description |
boolean |
The cancellationRequested. |
getEndTime()
public abstract Timestamp getEndTime()
The end time of an operation.
.google.protobuf.Timestamp end_time = 2;
Returns | |
---|---|
Type | Description |
Timestamp |
The endTime. |
getEndTimeOrBuilder()
public abstract TimestampOrBuilder getEndTimeOrBuilder()
The end time of an operation.
.google.protobuf.Timestamp end_time = 2;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getProgress()
public abstract int getProgress()
Estimated progress of the operation (0 - 100%).
int32 progress = 6;
Returns | |
---|---|
Type | Description |
int |
The progress. |
getRequest()
public abstract CopyLogEntriesRequest getRequest()
CopyLogEntries RPC request.
.google.logging.v2.CopyLogEntriesRequest request = 5;
Returns | |
---|---|
Type | Description |
CopyLogEntriesRequest |
The request. |
getRequestOrBuilder()
public abstract CopyLogEntriesRequestOrBuilder getRequestOrBuilder()
CopyLogEntries RPC request.
.google.logging.v2.CopyLogEntriesRequest request = 5;
Returns | |
---|---|
Type | Description |
CopyLogEntriesRequestOrBuilder |
getStartTime()
public abstract Timestamp getStartTime()
The create time of an operation.
.google.protobuf.Timestamp start_time = 1;
Returns | |
---|---|
Type | Description |
Timestamp |
The startTime. |
getStartTimeOrBuilder()
public abstract TimestampOrBuilder getStartTimeOrBuilder()
The create time of an operation.
.google.protobuf.Timestamp start_time = 1;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getState()
public abstract OperationState getState()
State of an operation.
.google.logging.v2.OperationState state = 3;
Returns | |
---|---|
Type | Description |
OperationState |
The state. |
getStateValue()
public abstract int getStateValue()
State of an operation.
.google.logging.v2.OperationState state = 3;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString |
The bytes for writerIdentity. |
hasEndTime()
public abstract boolean hasEndTime()
The end time of an operation.
.google.protobuf.Timestamp end_time = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the endTime field is set. |
hasRequest()
public abstract boolean hasRequest()
CopyLogEntries RPC request.
.google.logging.v2.CopyLogEntriesRequest request = 5;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean |
Whether the startTime field is set. |