public static interface Bucket.Lifecycle.RuleOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Bucket.Lifecycle.Rule.Action |
getAction()
The action to take.
|
Bucket.Lifecycle.Rule.ActionOrBuilder |
getActionOrBuilder()
The action to take.
|
Bucket.Lifecycle.Rule.Condition |
getCondition()
The condition(s) under which the action will be taken.
|
Bucket.Lifecycle.Rule.ConditionOrBuilder |
getConditionOrBuilder()
The condition(s) under which the action will be taken.
|
boolean |
hasAction()
The action to take.
|
boolean |
hasCondition()
The condition(s) under which the action will be taken.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasAction()
The action to take.
.google.storage.v2.Bucket.Lifecycle.Rule.Action action = 1;
Bucket.Lifecycle.Rule.Action getAction()
The action to take.
.google.storage.v2.Bucket.Lifecycle.Rule.Action action = 1;
Bucket.Lifecycle.Rule.ActionOrBuilder getActionOrBuilder()
The action to take.
.google.storage.v2.Bucket.Lifecycle.Rule.Action action = 1;
boolean hasCondition()
The condition(s) under which the action will be taken.
.google.storage.v2.Bucket.Lifecycle.Rule.Condition condition = 2;
Bucket.Lifecycle.Rule.Condition getCondition()
The condition(s) under which the action will be taken.
.google.storage.v2.Bucket.Lifecycle.Rule.Condition condition = 2;
Bucket.Lifecycle.Rule.ConditionOrBuilder getConditionOrBuilder()
The condition(s) under which the action will be taken.
.google.storage.v2.Bucket.Lifecycle.Rule.Condition condition = 2;
Copyright © 2023 Google LLC. All rights reserved.