public final class BucketMetadata extends com.google.protobuf.GeneratedMessageV3 implements BucketMetadataOrBuilder
Metadata for LongRunningUpdateBucket Operations.Protobuf type
google.logging.v2.BucketMetadata
Modifier and Type | Class and Description |
---|---|
static class |
BucketMetadata.Builder
Metadata for LongRunningUpdateBucket Operations.
|
static class |
BucketMetadata.RequestCase |
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 |
CREATE_BUCKET_REQUEST_FIELD_NUMBER |
static int |
END_TIME_FIELD_NUMBER |
static int |
START_TIME_FIELD_NUMBER |
static int |
STATE_FIELD_NUMBER |
static int |
UPDATE_BUCKET_REQUEST_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
CreateBucketRequest |
getCreateBucketRequest()
LongRunningCreateBucket RPC request.
|
CreateBucketRequestOrBuilder |
getCreateBucketRequestOrBuilder()
LongRunningCreateBucket RPC request.
|
static BucketMetadata |
getDefaultInstance() |
BucketMetadata |
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<BucketMetadata> |
getParserForType() |
BucketMetadata.RequestCase |
getRequestCase() |
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.
|
UpdateBucketRequest |
getUpdateBucketRequest()
LongRunningUpdateBucket RPC request.
|
UpdateBucketRequestOrBuilder |
getUpdateBucketRequestOrBuilder()
LongRunningUpdateBucket RPC request.
|
boolean |
hasCreateBucketRequest()
LongRunningCreateBucket RPC request.
|
boolean |
hasEndTime()
The end time of an operation.
|
int |
hashCode() |
boolean |
hasStartTime()
The create time of an operation.
|
boolean |
hasUpdateBucketRequest()
LongRunningUpdateBucket RPC request.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static BucketMetadata.Builder |
newBuilder() |
static BucketMetadata.Builder |
newBuilder(BucketMetadata prototype) |
BucketMetadata.Builder |
newBuilderForType() |
protected BucketMetadata.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static BucketMetadata |
parseDelimitedFrom(InputStream input) |
static BucketMetadata |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BucketMetadata |
parseFrom(byte[] data) |
static BucketMetadata |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BucketMetadata |
parseFrom(ByteBuffer data) |
static BucketMetadata |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BucketMetadata |
parseFrom(com.google.protobuf.ByteString data) |
static BucketMetadata |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BucketMetadata |
parseFrom(com.google.protobuf.CodedInputStream input) |
static BucketMetadata |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BucketMetadata |
parseFrom(InputStream input) |
static BucketMetadata |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<BucketMetadata> |
parser() |
BucketMetadata.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 CREATE_BUCKET_REQUEST_FIELD_NUMBER
public static final int UPDATE_BUCKET_REQUEST_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 BucketMetadata.RequestCase getRequestCase()
getRequestCase
in interface BucketMetadataOrBuilder
public boolean hasStartTime()
The create time of an operation.
.google.protobuf.Timestamp start_time = 1;
hasStartTime
in interface BucketMetadataOrBuilder
public com.google.protobuf.Timestamp getStartTime()
The create time of an operation.
.google.protobuf.Timestamp start_time = 1;
getStartTime
in interface BucketMetadataOrBuilder
public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
The create time of an operation.
.google.protobuf.Timestamp start_time = 1;
getStartTimeOrBuilder
in interface BucketMetadataOrBuilder
public boolean hasEndTime()
The end time of an operation.
.google.protobuf.Timestamp end_time = 2;
hasEndTime
in interface BucketMetadataOrBuilder
public com.google.protobuf.Timestamp getEndTime()
The end time of an operation.
.google.protobuf.Timestamp end_time = 2;
getEndTime
in interface BucketMetadataOrBuilder
public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
The end time of an operation.
.google.protobuf.Timestamp end_time = 2;
getEndTimeOrBuilder
in interface BucketMetadataOrBuilder
public int getStateValue()
State of an operation.
.google.logging.v2.OperationState state = 3;
getStateValue
in interface BucketMetadataOrBuilder
public OperationState getState()
State of an operation.
.google.logging.v2.OperationState state = 3;
getState
in interface BucketMetadataOrBuilder
public boolean hasCreateBucketRequest()
LongRunningCreateBucket RPC request.
.google.logging.v2.CreateBucketRequest create_bucket_request = 4;
hasCreateBucketRequest
in interface BucketMetadataOrBuilder
public CreateBucketRequest getCreateBucketRequest()
LongRunningCreateBucket RPC request.
.google.logging.v2.CreateBucketRequest create_bucket_request = 4;
getCreateBucketRequest
in interface BucketMetadataOrBuilder
public CreateBucketRequestOrBuilder getCreateBucketRequestOrBuilder()
LongRunningCreateBucket RPC request.
.google.logging.v2.CreateBucketRequest create_bucket_request = 4;
getCreateBucketRequestOrBuilder
in interface BucketMetadataOrBuilder
public boolean hasUpdateBucketRequest()
LongRunningUpdateBucket RPC request.
.google.logging.v2.UpdateBucketRequest update_bucket_request = 5;
hasUpdateBucketRequest
in interface BucketMetadataOrBuilder
public UpdateBucketRequest getUpdateBucketRequest()
LongRunningUpdateBucket RPC request.
.google.logging.v2.UpdateBucketRequest update_bucket_request = 5;
getUpdateBucketRequest
in interface BucketMetadataOrBuilder
public UpdateBucketRequestOrBuilder getUpdateBucketRequestOrBuilder()
LongRunningUpdateBucket RPC request.
.google.logging.v2.UpdateBucketRequest update_bucket_request = 5;
getUpdateBucketRequestOrBuilder
in interface BucketMetadataOrBuilder
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 BucketMetadata parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static BucketMetadata parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static BucketMetadata parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static BucketMetadata parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static BucketMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static BucketMetadata parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static BucketMetadata parseFrom(InputStream input) throws IOException
IOException
public static BucketMetadata parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static BucketMetadata parseDelimitedFrom(InputStream input) throws IOException
IOException
public static BucketMetadata parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static BucketMetadata parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static BucketMetadata parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public BucketMetadata.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static BucketMetadata.Builder newBuilder()
public static BucketMetadata.Builder newBuilder(BucketMetadata prototype)
public BucketMetadata.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected BucketMetadata.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static BucketMetadata getDefaultInstance()
public static com.google.protobuf.Parser<BucketMetadata> parser()
public com.google.protobuf.Parser<BucketMetadata> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public BucketMetadata getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2023 Google LLC. All rights reserved.