public interface CopyLogEntriesMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getCancellationRequested()
Identifies whether the user has requested cancellation of the operation.
|
com.google.protobuf.Timestamp |
getEndTime()
The end time of an operation.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
The end time of an operation.
|
int |
getProgress()
Estimated progress of the operation (0 - 100%).
|
CopyLogEntriesRequest |
getRequest()
CopyLogEntries RPC request.
|
CopyLogEntriesRequestOrBuilder |
getRequestOrBuilder()
CopyLogEntries RPC request.
|
com.google.protobuf.Timestamp |
getStartTime()
The create time of an operation.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
The create time of an operation.
|
OperationState |
getState()
State of an operation.
|
int |
getStateValue()
State of an operation.
|
String |
getWriterIdentity()
The IAM identity of a service account that must be granted access to the
destination.
|
com.google.protobuf.ByteString |
getWriterIdentityBytes()
The IAM identity of a service account that must be granted access to the
destination.
|
boolean |
hasEndTime()
The end time of an operation.
|
boolean |
hasRequest()
CopyLogEntries RPC request.
|
boolean |
hasStartTime()
The create time of an operation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasStartTime()
The create time of an operation.
.google.protobuf.Timestamp start_time = 1;
com.google.protobuf.Timestamp getStartTime()
The create time of an operation.
.google.protobuf.Timestamp start_time = 1;
com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
The create time of an operation.
.google.protobuf.Timestamp start_time = 1;
boolean hasEndTime()
The end time of an operation.
.google.protobuf.Timestamp end_time = 2;
com.google.protobuf.Timestamp getEndTime()
The end time of an operation.
.google.protobuf.Timestamp end_time = 2;
com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
The end time of an operation.
.google.protobuf.Timestamp end_time = 2;
int getStateValue()
State of an operation.
.google.logging.v2.OperationState state = 3;
OperationState getState()
State of an operation.
.google.logging.v2.OperationState state = 3;
boolean getCancellationRequested()
Identifies whether the user has requested cancellation of the operation.
bool cancellation_requested = 4;
boolean hasRequest()
CopyLogEntries RPC request.
.google.logging.v2.CopyLogEntriesRequest request = 5;
CopyLogEntriesRequest getRequest()
CopyLogEntries RPC request.
.google.logging.v2.CopyLogEntriesRequest request = 5;
CopyLogEntriesRequestOrBuilder getRequestOrBuilder()
CopyLogEntries RPC request.
.google.logging.v2.CopyLogEntriesRequest request = 5;
int getProgress()
Estimated progress of the operation (0 - 100%).
int32 progress = 6;
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;
com.google.protobuf.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;
Copyright © 2023 Google LLC. All rights reserved.