public final class CopyLogEntriesMetadata extends com.google.protobuf.GeneratedMessageV3 implements CopyLogEntriesMetadataOrBuilder
Metadata for CopyLogEntries long running operations.Protobuf type
google.logging.v2.CopyLogEntriesMetadata
Modifier and Type | Class and Description |
---|---|
static class |
CopyLogEntriesMetadata.Builder
Metadata for CopyLogEntries long running operations.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
Modifier and Type | Field and Description |
---|---|
static int |
CANCELLATION_REQUESTED_FIELD_NUMBER |
static int |
END_TIME_FIELD_NUMBER |
static int |
PROGRESS_FIELD_NUMBER |
static int |
REQUEST_FIELD_NUMBER |
static int |
START_TIME_FIELD_NUMBER |
static int |
STATE_FIELD_NUMBER |
static int |
WRITER_IDENTITY_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
boolean |
getCancellationRequested()
Identifies whether the user has requested cancellation of the operation.
|
static CopyLogEntriesMetadata |
getDefaultInstance() |
CopyLogEntriesMetadata |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Timestamp |
getEndTime()
The end time of an operation.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
The end time of an operation.
|
com.google.protobuf.Parser<CopyLogEntriesMetadata> |
getParserForType() |
int |
getProgress()
Estimated progress of the operation (0 - 100%).
|
CopyLogEntriesRequest |
getRequest()
CopyLogEntries RPC request.
|
CopyLogEntriesRequestOrBuilder |
getRequestOrBuilder()
CopyLogEntries RPC request.
|
int |
getSerializedSize() |
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.
|
int |
hashCode() |
boolean |
hasRequest()
CopyLogEntries RPC request.
|
boolean |
hasStartTime()
The create time of an operation.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static CopyLogEntriesMetadata.Builder |
newBuilder() |
static CopyLogEntriesMetadata.Builder |
newBuilder(CopyLogEntriesMetadata prototype) |
CopyLogEntriesMetadata.Builder |
newBuilderForType() |
protected CopyLogEntriesMetadata.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static CopyLogEntriesMetadata |
parseDelimitedFrom(InputStream input) |
static CopyLogEntriesMetadata |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CopyLogEntriesMetadata |
parseFrom(byte[] data) |
static CopyLogEntriesMetadata |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CopyLogEntriesMetadata |
parseFrom(ByteBuffer data) |
static CopyLogEntriesMetadata |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CopyLogEntriesMetadata |
parseFrom(com.google.protobuf.ByteString data) |
static CopyLogEntriesMetadata |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CopyLogEntriesMetadata |
parseFrom(com.google.protobuf.CodedInputStream input) |
static CopyLogEntriesMetadata |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CopyLogEntriesMetadata |
parseFrom(InputStream input) |
static CopyLogEntriesMetadata |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<CopyLogEntriesMetadata> |
parser() |
CopyLogEntriesMetadata.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int START_TIME_FIELD_NUMBER
public static final int END_TIME_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
public static final int CANCELLATION_REQUESTED_FIELD_NUMBER
public static final int REQUEST_FIELD_NUMBER
public static final int PROGRESS_FIELD_NUMBER
public static final int WRITER_IDENTITY_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public boolean hasStartTime()
The create time of an operation.
.google.protobuf.Timestamp start_time = 1;
hasStartTime
in interface CopyLogEntriesMetadataOrBuilder
public com.google.protobuf.Timestamp getStartTime()
The create time of an operation.
.google.protobuf.Timestamp start_time = 1;
getStartTime
in interface CopyLogEntriesMetadataOrBuilder
public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
The create time of an operation.
.google.protobuf.Timestamp start_time = 1;
getStartTimeOrBuilder
in interface CopyLogEntriesMetadataOrBuilder
public boolean hasEndTime()
The end time of an operation.
.google.protobuf.Timestamp end_time = 2;
hasEndTime
in interface CopyLogEntriesMetadataOrBuilder
public com.google.protobuf.Timestamp getEndTime()
The end time of an operation.
.google.protobuf.Timestamp end_time = 2;
getEndTime
in interface CopyLogEntriesMetadataOrBuilder
public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
The end time of an operation.
.google.protobuf.Timestamp end_time = 2;
getEndTimeOrBuilder
in interface CopyLogEntriesMetadataOrBuilder
public int getStateValue()
State of an operation.
.google.logging.v2.OperationState state = 3;
getStateValue
in interface CopyLogEntriesMetadataOrBuilder
public OperationState getState()
State of an operation.
.google.logging.v2.OperationState state = 3;
getState
in interface CopyLogEntriesMetadataOrBuilder
public boolean getCancellationRequested()
Identifies whether the user has requested cancellation of the operation.
bool cancellation_requested = 4;
getCancellationRequested
in interface CopyLogEntriesMetadataOrBuilder
public boolean hasRequest()
CopyLogEntries RPC request.
.google.logging.v2.CopyLogEntriesRequest request = 5;
hasRequest
in interface CopyLogEntriesMetadataOrBuilder
public CopyLogEntriesRequest getRequest()
CopyLogEntries RPC request.
.google.logging.v2.CopyLogEntriesRequest request = 5;
getRequest
in interface CopyLogEntriesMetadataOrBuilder
public CopyLogEntriesRequestOrBuilder getRequestOrBuilder()
CopyLogEntries RPC request.
.google.logging.v2.CopyLogEntriesRequest request = 5;
getRequestOrBuilder
in interface CopyLogEntriesMetadataOrBuilder
public int getProgress()
Estimated progress of the operation (0 - 100%).
int32 progress = 6;
getProgress
in interface CopyLogEntriesMetadataOrBuilder
public 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;
getWriterIdentity
in interface CopyLogEntriesMetadataOrBuilder
public 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;
getWriterIdentityBytes
in interface CopyLogEntriesMetadataOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static CopyLogEntriesMetadata parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CopyLogEntriesMetadata parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CopyLogEntriesMetadata parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CopyLogEntriesMetadata parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CopyLogEntriesMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CopyLogEntriesMetadata parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CopyLogEntriesMetadata parseFrom(InputStream input) throws IOException
IOException
public static CopyLogEntriesMetadata parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static CopyLogEntriesMetadata parseDelimitedFrom(InputStream input) throws IOException
IOException
public static CopyLogEntriesMetadata parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static CopyLogEntriesMetadata parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static CopyLogEntriesMetadata parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public CopyLogEntriesMetadata.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static CopyLogEntriesMetadata.Builder newBuilder()
public static CopyLogEntriesMetadata.Builder newBuilder(CopyLogEntriesMetadata prototype)
public CopyLogEntriesMetadata.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected CopyLogEntriesMetadata.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static CopyLogEntriesMetadata getDefaultInstance()
public static com.google.protobuf.Parser<CopyLogEntriesMetadata> parser()
public com.google.protobuf.Parser<CopyLogEntriesMetadata> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public CopyLogEntriesMetadata getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2023 Google LLC. All rights reserved.