Class LogBucket.Builder (3.6.4)

public static final class LogBucket.Builder extends GeneratedMessageV3.Builder<LogBucket.Builder> implements LogBucketOrBuilder

Describes a repository of logs.

Protobuf type google.logging.v2.LogBucket

Implements

LogBucketOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public LogBucket.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
LogBucket.Builder
Overrides

build()

public LogBucket build()
Returns
TypeDescription
LogBucket

buildPartial()

public LogBucket buildPartial()
Returns
TypeDescription
LogBucket

clear()

public LogBucket.Builder clear()
Returns
TypeDescription
LogBucket.Builder
Overrides

clearCreateTime()

public LogBucket.Builder clearCreateTime()

Output only. The creation timestamp of the bucket. This is not set for any of the default buckets.

.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
LogBucket.Builder

clearDescription()

public LogBucket.Builder clearDescription()

Describes this bucket.

string description = 3;

Returns
TypeDescription
LogBucket.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public LogBucket.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
LogBucket.Builder
Overrides

clearLifecycleState()

public LogBucket.Builder clearLifecycleState()

Output only. The bucket lifecycle state.

.google.logging.v2.LifecycleState lifecycle_state = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
LogBucket.Builder

This builder for chaining.

clearLocked()

public LogBucket.Builder clearLocked()

Whether the bucket has been locked. The retention period on a locked bucket may not be changed. Locked buckets may only be deleted if they are empty.

bool locked = 9;

Returns
TypeDescription
LogBucket.Builder

This builder for chaining.

clearName()

public LogBucket.Builder clearName()

The resource name of the bucket. For example: "projects/my-project-id/locations/my-location/buckets/my-bucket-id The supported locations are: "global" For the location of global it is unspecified where logs are actually stored. Once a bucket has been created, the location can not be changed.

string name = 1;

Returns
TypeDescription
LogBucket.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public LogBucket.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
LogBucket.Builder
Overrides

clearRetentionDays()

public LogBucket.Builder clearRetentionDays()

Logs will be retained by default for this amount of time, after which they will automatically be deleted. The minimum retention period is 1 day. If this value is set to zero at bucket creation time, the default time of 30 days will be used.

int32 retention_days = 11;

Returns
TypeDescription
LogBucket.Builder

This builder for chaining.

clearUpdateTime()

public LogBucket.Builder clearUpdateTime()

Output only. The last update timestamp of the bucket.

.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
LogBucket.Builder

clone()

public LogBucket.Builder clone()
Returns
TypeDescription
LogBucket.Builder
Overrides

getCreateTime()

public Timestamp getCreateTime()

Output only. The creation timestamp of the bucket. This is not set for any of the default buckets.

.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeBuilder()

public Timestamp.Builder getCreateTimeBuilder()

Output only. The creation timestamp of the bucket. This is not set for any of the default buckets.

.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Builder

getCreateTimeOrBuilder()

public TimestampOrBuilder getCreateTimeOrBuilder()

Output only. The creation timestamp of the bucket. This is not set for any of the default buckets.

.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getDefaultInstanceForType()

public LogBucket getDefaultInstanceForType()
Returns
TypeDescription
LogBucket

getDescription()

public String getDescription()

Describes this bucket.

string description = 3;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

Describes this bucket.

string description = 3;

Returns
TypeDescription
ByteString

The bytes for description.

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getLifecycleState()

public LifecycleState getLifecycleState()

Output only. The bucket lifecycle state.

.google.logging.v2.LifecycleState lifecycle_state = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
LifecycleState

The lifecycleState.

getLifecycleStateValue()

public int getLifecycleStateValue()

Output only. The bucket lifecycle state.

.google.logging.v2.LifecycleState lifecycle_state = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The enum numeric value on the wire for lifecycleState.

getLocked()

public boolean getLocked()

Whether the bucket has been locked. The retention period on a locked bucket may not be changed. Locked buckets may only be deleted if they are empty.

bool locked = 9;

Returns
TypeDescription
boolean

The locked.

getName()

public String getName()

The resource name of the bucket. For example: "projects/my-project-id/locations/my-location/buckets/my-bucket-id The supported locations are: "global" For the location of global it is unspecified where logs are actually stored. Once a bucket has been created, the location can not be changed.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

The resource name of the bucket. For example: "projects/my-project-id/locations/my-location/buckets/my-bucket-id The supported locations are: "global" For the location of global it is unspecified where logs are actually stored. Once a bucket has been created, the location can not be changed.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getRetentionDays()

public int getRetentionDays()

Logs will be retained by default for this amount of time, after which they will automatically be deleted. The minimum retention period is 1 day. If this value is set to zero at bucket creation time, the default time of 30 days will be used.

int32 retention_days = 11;

Returns
TypeDescription
int

The retentionDays.

getUpdateTime()

public Timestamp getUpdateTime()

Output only. The last update timestamp of the bucket.

.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The updateTime.

getUpdateTimeBuilder()

public Timestamp.Builder getUpdateTimeBuilder()

Output only. The last update timestamp of the bucket.

.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Builder

getUpdateTimeOrBuilder()

public TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. The last update timestamp of the bucket.

.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

hasCreateTime()

public boolean hasCreateTime()

Output only. The creation timestamp of the bucket. This is not set for any of the default buckets.

.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the createTime field is set.

hasUpdateTime()

public boolean hasUpdateTime()

Output only. The last update timestamp of the bucket.

.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the updateTime field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeCreateTime(Timestamp value)

public LogBucket.Builder mergeCreateTime(Timestamp value)

Output only. The creation timestamp of the bucket. This is not set for any of the default buckets.

.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
LogBucket.Builder

mergeFrom(LogBucket other)

public LogBucket.Builder mergeFrom(LogBucket other)
Parameter
NameDescription
otherLogBucket
Returns
TypeDescription
LogBucket.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public LogBucket.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
LogBucket.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public LogBucket.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
LogBucket.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final LogBucket.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
LogBucket.Builder
Overrides

mergeUpdateTime(Timestamp value)

public LogBucket.Builder mergeUpdateTime(Timestamp value)

Output only. The last update timestamp of the bucket.

.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
LogBucket.Builder

setCreateTime(Timestamp value)

public LogBucket.Builder setCreateTime(Timestamp value)

Output only. The creation timestamp of the bucket. This is not set for any of the default buckets.

.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
LogBucket.Builder

setCreateTime(Timestamp.Builder builderForValue)

public LogBucket.Builder setCreateTime(Timestamp.Builder builderForValue)

Output only. The creation timestamp of the bucket. This is not set for any of the default buckets.

.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
LogBucket.Builder

setDescription(String value)

public LogBucket.Builder setDescription(String value)

Describes this bucket.

string description = 3;

Parameter
NameDescription
valueString

The description to set.

Returns
TypeDescription
LogBucket.Builder

This builder for chaining.

setDescriptionBytes(ByteString value)

public LogBucket.Builder setDescriptionBytes(ByteString value)

Describes this bucket.

string description = 3;

Parameter
NameDescription
valueByteString

The bytes for description to set.

Returns
TypeDescription
LogBucket.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public LogBucket.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
LogBucket.Builder
Overrides

setLifecycleState(LifecycleState value)

public LogBucket.Builder setLifecycleState(LifecycleState value)

Output only. The bucket lifecycle state.

.google.logging.v2.LifecycleState lifecycle_state = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueLifecycleState

The lifecycleState to set.

Returns
TypeDescription
LogBucket.Builder

This builder for chaining.

setLifecycleStateValue(int value)

public LogBucket.Builder setLifecycleStateValue(int value)

Output only. The bucket lifecycle state.

.google.logging.v2.LifecycleState lifecycle_state = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueint

The enum numeric value on the wire for lifecycleState to set.

Returns
TypeDescription
LogBucket.Builder

This builder for chaining.

setLocked(boolean value)

public LogBucket.Builder setLocked(boolean value)

Whether the bucket has been locked. The retention period on a locked bucket may not be changed. Locked buckets may only be deleted if they are empty.

bool locked = 9;

Parameter
NameDescription
valueboolean

The locked to set.

Returns
TypeDescription
LogBucket.Builder

This builder for chaining.

setName(String value)

public LogBucket.Builder setName(String value)

The resource name of the bucket. For example: "projects/my-project-id/locations/my-location/buckets/my-bucket-id The supported locations are: "global" For the location of global it is unspecified where logs are actually stored. Once a bucket has been created, the location can not be changed.

string name = 1;

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
LogBucket.Builder

This builder for chaining.

setNameBytes(ByteString value)

public LogBucket.Builder setNameBytes(ByteString value)

The resource name of the bucket. For example: "projects/my-project-id/locations/my-location/buckets/my-bucket-id The supported locations are: "global" For the location of global it is unspecified where logs are actually stored. Once a bucket has been created, the location can not be changed.

string name = 1;

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
LogBucket.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public LogBucket.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
LogBucket.Builder
Overrides

setRetentionDays(int value)

public LogBucket.Builder setRetentionDays(int value)

Logs will be retained by default for this amount of time, after which they will automatically be deleted. The minimum retention period is 1 day. If this value is set to zero at bucket creation time, the default time of 30 days will be used.

int32 retention_days = 11;

Parameter
NameDescription
valueint

The retentionDays to set.

Returns
TypeDescription
LogBucket.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final LogBucket.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
LogBucket.Builder
Overrides

setUpdateTime(Timestamp value)

public LogBucket.Builder setUpdateTime(Timestamp value)

Output only. The last update timestamp of the bucket.

.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
LogBucket.Builder

setUpdateTime(Timestamp.Builder builderForValue)

public LogBucket.Builder setUpdateTime(Timestamp.Builder builderForValue)

Output only. The last update timestamp of the bucket.

.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
LogBucket.Builder