Uses of Class
com.google.storage.v2.Bucket.SoftDeletePolicy.Builder
-
Uses of Bucket.SoftDeletePolicy.Builder in com.google.storage.v2
Methods in com.google.storage.v2 that return Bucket.SoftDeletePolicy.BuilderModifier and TypeMethodDescriptionBucket.SoftDeletePolicy.Builder.clear()Bucket.SoftDeletePolicy.Builder.clearEffectiveTime()Time from which the policy was effective.Bucket.SoftDeletePolicy.Builder.clearRetentionDuration()The period of time that soft-deleted objects in the bucket must be retained and cannot be permanently deleted.Bucket.Builder.getSoftDeletePolicyBuilder()Optional.Bucket.SoftDeletePolicy.Builder.mergeEffectiveTime(com.google.protobuf.Timestamp value) Time from which the policy was effective.Bucket.SoftDeletePolicy.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Bucket.SoftDeletePolicy.Builder.mergeFrom(com.google.protobuf.Message other) Bucket.SoftDeletePolicy.Builder.mergeFrom(Bucket.SoftDeletePolicy other) Bucket.SoftDeletePolicy.Builder.mergeRetentionDuration(com.google.protobuf.Duration value) The period of time that soft-deleted objects in the bucket must be retained and cannot be permanently deleted.Bucket.SoftDeletePolicy.newBuilder()Bucket.SoftDeletePolicy.newBuilder(Bucket.SoftDeletePolicy prototype) Bucket.SoftDeletePolicy.newBuilderForType()protected Bucket.SoftDeletePolicy.BuilderBucket.SoftDeletePolicy.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Bucket.SoftDeletePolicy.Builder.setEffectiveTime(com.google.protobuf.Timestamp value) Time from which the policy was effective.Bucket.SoftDeletePolicy.Builder.setEffectiveTime(com.google.protobuf.Timestamp.Builder builderForValue) Time from which the policy was effective.Bucket.SoftDeletePolicy.Builder.setRetentionDuration(com.google.protobuf.Duration value) The period of time that soft-deleted objects in the bucket must be retained and cannot be permanently deleted.Bucket.SoftDeletePolicy.Builder.setRetentionDuration(com.google.protobuf.Duration.Builder builderForValue) The period of time that soft-deleted objects in the bucket must be retained and cannot be permanently deleted.Bucket.SoftDeletePolicy.toBuilder()Methods in com.google.storage.v2 with parameters of type Bucket.SoftDeletePolicy.BuilderModifier and TypeMethodDescriptionBucket.Builder.setSoftDeletePolicy(Bucket.SoftDeletePolicy.Builder builderForValue) Optional.