public static final class Bucket.Lifecycle.Rule.Condition extends com.google.protobuf.GeneratedMessageV3 implements Bucket.Lifecycle.Rule.ConditionOrBuilder
A condition of an object which triggers some action.Protobuf type
google.storage.v2.Bucket.Lifecycle.Rule.Condition
Modifier and Type | Class and Description |
---|---|
static class |
Bucket.Lifecycle.Rule.Condition.Builder
A condition of an object which triggers some action.
|
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 |
AGE_DAYS_FIELD_NUMBER |
static int |
CREATED_BEFORE_FIELD_NUMBER |
static int |
CUSTOM_TIME_BEFORE_FIELD_NUMBER |
static int |
DAYS_SINCE_CUSTOM_TIME_FIELD_NUMBER |
static int |
DAYS_SINCE_NONCURRENT_TIME_FIELD_NUMBER |
static int |
IS_LIVE_FIELD_NUMBER |
static int |
MATCHES_PREFIX_FIELD_NUMBER |
static int |
MATCHES_STORAGE_CLASS_FIELD_NUMBER |
static int |
MATCHES_SUFFIX_FIELD_NUMBER |
static int |
NONCURRENT_TIME_BEFORE_FIELD_NUMBER |
static int |
NUM_NEWER_VERSIONS_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getAgeDays()
Age of an object (in days).
|
com.google.type.Date |
getCreatedBefore()
This condition is satisfied when an object is created before midnight
of the specified date in UTC.
|
com.google.type.DateOrBuilder |
getCreatedBeforeOrBuilder()
This condition is satisfied when an object is created before midnight
of the specified date in UTC.
|
com.google.type.Date |
getCustomTimeBefore()
An object matches this condition if the custom timestamp set on the
object is before the specified date in UTC.
|
com.google.type.DateOrBuilder |
getCustomTimeBeforeOrBuilder()
An object matches this condition if the custom timestamp set on the
object is before the specified date in UTC.
|
int |
getDaysSinceCustomTime()
Number of days that have elapsed since the custom timestamp set on an
object.
|
int |
getDaysSinceNoncurrentTime()
This condition is relevant only for versioned objects.
|
static Bucket.Lifecycle.Rule.Condition |
getDefaultInstance() |
Bucket.Lifecycle.Rule.Condition |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getIsLive()
Relevant only for versioned objects.
|
String |
getMatchesPrefix(int index)
List of object name prefixes.
|
com.google.protobuf.ByteString |
getMatchesPrefixBytes(int index)
List of object name prefixes.
|
int |
getMatchesPrefixCount()
List of object name prefixes.
|
com.google.protobuf.ProtocolStringList |
getMatchesPrefixList()
List of object name prefixes.
|
String |
getMatchesStorageClass(int index)
Objects having any of the storage classes specified by this condition
will be matched.
|
com.google.protobuf.ByteString |
getMatchesStorageClassBytes(int index)
Objects having any of the storage classes specified by this condition
will be matched.
|
int |
getMatchesStorageClassCount()
Objects having any of the storage classes specified by this condition
will be matched.
|
com.google.protobuf.ProtocolStringList |
getMatchesStorageClassList()
Objects having any of the storage classes specified by this condition
will be matched.
|
String |
getMatchesSuffix(int index)
List of object name suffixes.
|
com.google.protobuf.ByteString |
getMatchesSuffixBytes(int index)
List of object name suffixes.
|
int |
getMatchesSuffixCount()
List of object name suffixes.
|
com.google.protobuf.ProtocolStringList |
getMatchesSuffixList()
List of object name suffixes.
|
com.google.type.Date |
getNoncurrentTimeBefore()
This condition is relevant only for versioned objects.
|
com.google.type.DateOrBuilder |
getNoncurrentTimeBeforeOrBuilder()
This condition is relevant only for versioned objects.
|
int |
getNumNewerVersions()
Relevant only for versioned objects.
|
com.google.protobuf.Parser<Bucket.Lifecycle.Rule.Condition> |
getParserForType() |
int |
getSerializedSize() |
boolean |
hasAgeDays()
Age of an object (in days).
|
boolean |
hasCreatedBefore()
This condition is satisfied when an object is created before midnight
of the specified date in UTC.
|
boolean |
hasCustomTimeBefore()
An object matches this condition if the custom timestamp set on the
object is before the specified date in UTC.
|
boolean |
hasDaysSinceCustomTime()
Number of days that have elapsed since the custom timestamp set on an
object.
|
boolean |
hasDaysSinceNoncurrentTime()
This condition is relevant only for versioned objects.
|
int |
hashCode() |
boolean |
hasIsLive()
Relevant only for versioned objects.
|
boolean |
hasNoncurrentTimeBefore()
This condition is relevant only for versioned objects.
|
boolean |
hasNumNewerVersions()
Relevant only for versioned objects.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Bucket.Lifecycle.Rule.Condition.Builder |
newBuilder() |
static Bucket.Lifecycle.Rule.Condition.Builder |
newBuilder(Bucket.Lifecycle.Rule.Condition prototype) |
Bucket.Lifecycle.Rule.Condition.Builder |
newBuilderForType() |
protected Bucket.Lifecycle.Rule.Condition.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Bucket.Lifecycle.Rule.Condition |
parseDelimitedFrom(InputStream input) |
static Bucket.Lifecycle.Rule.Condition |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Bucket.Lifecycle.Rule.Condition |
parseFrom(byte[] data) |
static Bucket.Lifecycle.Rule.Condition |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Bucket.Lifecycle.Rule.Condition |
parseFrom(ByteBuffer data) |
static Bucket.Lifecycle.Rule.Condition |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Bucket.Lifecycle.Rule.Condition |
parseFrom(com.google.protobuf.ByteString data) |
static Bucket.Lifecycle.Rule.Condition |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Bucket.Lifecycle.Rule.Condition |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Bucket.Lifecycle.Rule.Condition |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Bucket.Lifecycle.Rule.Condition |
parseFrom(InputStream input) |
static Bucket.Lifecycle.Rule.Condition |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Bucket.Lifecycle.Rule.Condition> |
parser() |
Bucket.Lifecycle.Rule.Condition.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 AGE_DAYS_FIELD_NUMBER
public static final int CREATED_BEFORE_FIELD_NUMBER
public static final int IS_LIVE_FIELD_NUMBER
public static final int NUM_NEWER_VERSIONS_FIELD_NUMBER
public static final int MATCHES_STORAGE_CLASS_FIELD_NUMBER
public static final int DAYS_SINCE_CUSTOM_TIME_FIELD_NUMBER
public static final int CUSTOM_TIME_BEFORE_FIELD_NUMBER
public static final int DAYS_SINCE_NONCURRENT_TIME_FIELD_NUMBER
public static final int NONCURRENT_TIME_BEFORE_FIELD_NUMBER
public static final int MATCHES_PREFIX_FIELD_NUMBER
public static final int MATCHES_SUFFIX_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 hasAgeDays()
Age of an object (in days). This condition is satisfied when an object reaches the specified age. A value of 0 indicates that all objects immediately match this condition.
optional int32 age_days = 1;
hasAgeDays
in interface Bucket.Lifecycle.Rule.ConditionOrBuilder
public int getAgeDays()
Age of an object (in days). This condition is satisfied when an object reaches the specified age. A value of 0 indicates that all objects immediately match this condition.
optional int32 age_days = 1;
getAgeDays
in interface Bucket.Lifecycle.Rule.ConditionOrBuilder
public boolean hasCreatedBefore()
This condition is satisfied when an object is created before midnight of the specified date in UTC.
.google.type.Date created_before = 2;
hasCreatedBefore
in interface Bucket.Lifecycle.Rule.ConditionOrBuilder
public com.google.type.Date getCreatedBefore()
This condition is satisfied when an object is created before midnight of the specified date in UTC.
.google.type.Date created_before = 2;
getCreatedBefore
in interface Bucket.Lifecycle.Rule.ConditionOrBuilder
public com.google.type.DateOrBuilder getCreatedBeforeOrBuilder()
This condition is satisfied when an object is created before midnight of the specified date in UTC.
.google.type.Date created_before = 2;
getCreatedBeforeOrBuilder
in interface Bucket.Lifecycle.Rule.ConditionOrBuilder
public boolean hasIsLive()
Relevant only for versioned objects. If the value is `true`, this condition matches live objects; if the value is `false`, it matches archived objects.
optional bool is_live = 3;
hasIsLive
in interface Bucket.Lifecycle.Rule.ConditionOrBuilder
public boolean getIsLive()
Relevant only for versioned objects. If the value is `true`, this condition matches live objects; if the value is `false`, it matches archived objects.
optional bool is_live = 3;
getIsLive
in interface Bucket.Lifecycle.Rule.ConditionOrBuilder
public boolean hasNumNewerVersions()
Relevant only for versioned objects. If the value is N, this condition is satisfied when there are at least N versions (including the live version) newer than this version of the object.
optional int32 num_newer_versions = 4;
hasNumNewerVersions
in interface Bucket.Lifecycle.Rule.ConditionOrBuilder
public int getNumNewerVersions()
Relevant only for versioned objects. If the value is N, this condition is satisfied when there are at least N versions (including the live version) newer than this version of the object.
optional int32 num_newer_versions = 4;
getNumNewerVersions
in interface Bucket.Lifecycle.Rule.ConditionOrBuilder
public com.google.protobuf.ProtocolStringList getMatchesStorageClassList()
Objects having any of the storage classes specified by this condition will be matched. Values include `MULTI_REGIONAL`, `REGIONAL`, `NEARLINE`, `COLDLINE`, `STANDARD`, and `DURABLE_REDUCED_AVAILABILITY`.
repeated string matches_storage_class = 5;
getMatchesStorageClassList
in interface Bucket.Lifecycle.Rule.ConditionOrBuilder
public int getMatchesStorageClassCount()
Objects having any of the storage classes specified by this condition will be matched. Values include `MULTI_REGIONAL`, `REGIONAL`, `NEARLINE`, `COLDLINE`, `STANDARD`, and `DURABLE_REDUCED_AVAILABILITY`.
repeated string matches_storage_class = 5;
getMatchesStorageClassCount
in interface Bucket.Lifecycle.Rule.ConditionOrBuilder
public String getMatchesStorageClass(int index)
Objects having any of the storage classes specified by this condition will be matched. Values include `MULTI_REGIONAL`, `REGIONAL`, `NEARLINE`, `COLDLINE`, `STANDARD`, and `DURABLE_REDUCED_AVAILABILITY`.
repeated string matches_storage_class = 5;
getMatchesStorageClass
in interface Bucket.Lifecycle.Rule.ConditionOrBuilder
index
- The index of the element to return.public com.google.protobuf.ByteString getMatchesStorageClassBytes(int index)
Objects having any of the storage classes specified by this condition will be matched. Values include `MULTI_REGIONAL`, `REGIONAL`, `NEARLINE`, `COLDLINE`, `STANDARD`, and `DURABLE_REDUCED_AVAILABILITY`.
repeated string matches_storage_class = 5;
getMatchesStorageClassBytes
in interface Bucket.Lifecycle.Rule.ConditionOrBuilder
index
- The index of the value to return.public boolean hasDaysSinceCustomTime()
Number of days that have elapsed since the custom timestamp set on an object. The value of the field must be a nonnegative integer.
optional int32 days_since_custom_time = 7;
hasDaysSinceCustomTime
in interface Bucket.Lifecycle.Rule.ConditionOrBuilder
public int getDaysSinceCustomTime()
Number of days that have elapsed since the custom timestamp set on an object. The value of the field must be a nonnegative integer.
optional int32 days_since_custom_time = 7;
getDaysSinceCustomTime
in interface Bucket.Lifecycle.Rule.ConditionOrBuilder
public boolean hasCustomTimeBefore()
An object matches this condition if the custom timestamp set on the object is before the specified date in UTC.
.google.type.Date custom_time_before = 8;
hasCustomTimeBefore
in interface Bucket.Lifecycle.Rule.ConditionOrBuilder
public com.google.type.Date getCustomTimeBefore()
An object matches this condition if the custom timestamp set on the object is before the specified date in UTC.
.google.type.Date custom_time_before = 8;
getCustomTimeBefore
in interface Bucket.Lifecycle.Rule.ConditionOrBuilder
public com.google.type.DateOrBuilder getCustomTimeBeforeOrBuilder()
An object matches this condition if the custom timestamp set on the object is before the specified date in UTC.
.google.type.Date custom_time_before = 8;
getCustomTimeBeforeOrBuilder
in interface Bucket.Lifecycle.Rule.ConditionOrBuilder
public boolean hasDaysSinceNoncurrentTime()
This condition is relevant only for versioned objects. An object version satisfies this condition only if these many days have been passed since it became noncurrent. The value of the field must be a nonnegative integer. If it's zero, the object version will become eligible for Lifecycle action as soon as it becomes noncurrent.
optional int32 days_since_noncurrent_time = 9;
hasDaysSinceNoncurrentTime
in interface Bucket.Lifecycle.Rule.ConditionOrBuilder
public int getDaysSinceNoncurrentTime()
This condition is relevant only for versioned objects. An object version satisfies this condition only if these many days have been passed since it became noncurrent. The value of the field must be a nonnegative integer. If it's zero, the object version will become eligible for Lifecycle action as soon as it becomes noncurrent.
optional int32 days_since_noncurrent_time = 9;
getDaysSinceNoncurrentTime
in interface Bucket.Lifecycle.Rule.ConditionOrBuilder
public boolean hasNoncurrentTimeBefore()
This condition is relevant only for versioned objects. An object version satisfies this condition only if it became noncurrent before the specified date in UTC.
.google.type.Date noncurrent_time_before = 10;
hasNoncurrentTimeBefore
in interface Bucket.Lifecycle.Rule.ConditionOrBuilder
public com.google.type.Date getNoncurrentTimeBefore()
This condition is relevant only for versioned objects. An object version satisfies this condition only if it became noncurrent before the specified date in UTC.
.google.type.Date noncurrent_time_before = 10;
getNoncurrentTimeBefore
in interface Bucket.Lifecycle.Rule.ConditionOrBuilder
public com.google.type.DateOrBuilder getNoncurrentTimeBeforeOrBuilder()
This condition is relevant only for versioned objects. An object version satisfies this condition only if it became noncurrent before the specified date in UTC.
.google.type.Date noncurrent_time_before = 10;
getNoncurrentTimeBeforeOrBuilder
in interface Bucket.Lifecycle.Rule.ConditionOrBuilder
public com.google.protobuf.ProtocolStringList getMatchesPrefixList()
List of object name prefixes. If any prefix exactly matches the beginning of the object name, the condition evaluates to true.
repeated string matches_prefix = 11;
getMatchesPrefixList
in interface Bucket.Lifecycle.Rule.ConditionOrBuilder
public int getMatchesPrefixCount()
List of object name prefixes. If any prefix exactly matches the beginning of the object name, the condition evaluates to true.
repeated string matches_prefix = 11;
getMatchesPrefixCount
in interface Bucket.Lifecycle.Rule.ConditionOrBuilder
public String getMatchesPrefix(int index)
List of object name prefixes. If any prefix exactly matches the beginning of the object name, the condition evaluates to true.
repeated string matches_prefix = 11;
getMatchesPrefix
in interface Bucket.Lifecycle.Rule.ConditionOrBuilder
index
- The index of the element to return.public com.google.protobuf.ByteString getMatchesPrefixBytes(int index)
List of object name prefixes. If any prefix exactly matches the beginning of the object name, the condition evaluates to true.
repeated string matches_prefix = 11;
getMatchesPrefixBytes
in interface Bucket.Lifecycle.Rule.ConditionOrBuilder
index
- The index of the value to return.public com.google.protobuf.ProtocolStringList getMatchesSuffixList()
List of object name suffixes. If any suffix exactly matches the end of the object name, the condition evaluates to true.
repeated string matches_suffix = 12;
getMatchesSuffixList
in interface Bucket.Lifecycle.Rule.ConditionOrBuilder
public int getMatchesSuffixCount()
List of object name suffixes. If any suffix exactly matches the end of the object name, the condition evaluates to true.
repeated string matches_suffix = 12;
getMatchesSuffixCount
in interface Bucket.Lifecycle.Rule.ConditionOrBuilder
public String getMatchesSuffix(int index)
List of object name suffixes. If any suffix exactly matches the end of the object name, the condition evaluates to true.
repeated string matches_suffix = 12;
getMatchesSuffix
in interface Bucket.Lifecycle.Rule.ConditionOrBuilder
index
- The index of the element to return.public com.google.protobuf.ByteString getMatchesSuffixBytes(int index)
List of object name suffixes. If any suffix exactly matches the end of the object name, the condition evaluates to true.
repeated string matches_suffix = 12;
getMatchesSuffixBytes
in interface Bucket.Lifecycle.Rule.ConditionOrBuilder
index
- The index of the value to return.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 Bucket.Lifecycle.Rule.Condition parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Bucket.Lifecycle.Rule.Condition parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Bucket.Lifecycle.Rule.Condition parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Bucket.Lifecycle.Rule.Condition parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Bucket.Lifecycle.Rule.Condition parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Bucket.Lifecycle.Rule.Condition parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Bucket.Lifecycle.Rule.Condition parseFrom(InputStream input) throws IOException
IOException
public static Bucket.Lifecycle.Rule.Condition parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Bucket.Lifecycle.Rule.Condition parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Bucket.Lifecycle.Rule.Condition parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Bucket.Lifecycle.Rule.Condition parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static Bucket.Lifecycle.Rule.Condition parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public Bucket.Lifecycle.Rule.Condition.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static Bucket.Lifecycle.Rule.Condition.Builder newBuilder()
public static Bucket.Lifecycle.Rule.Condition.Builder newBuilder(Bucket.Lifecycle.Rule.Condition prototype)
public Bucket.Lifecycle.Rule.Condition.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Bucket.Lifecycle.Rule.Condition.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static Bucket.Lifecycle.Rule.Condition getDefaultInstance()
public static com.google.protobuf.Parser<Bucket.Lifecycle.Rule.Condition> parser()
public com.google.protobuf.Parser<Bucket.Lifecycle.Rule.Condition> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public Bucket.Lifecycle.Rule.Condition getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2023 Google LLC. All rights reserved.