public static final class Bucket.Logging.Builder extends GeneratedMessageV3.Builder<Bucket.Logging.Builder> implements Bucket.LoggingOrBuilder
Logging-related properties of a bucket.
Protobuf type google.storage.v2.Bucket.Logging
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Bucket.Logging.BuilderImplements
Bucket.LoggingOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Bucket.Logging.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
Bucket.Logging.Builder |
build()
public Bucket.Logging build()
Returns | |
---|---|
Type | Description |
Bucket.Logging |
buildPartial()
public Bucket.Logging buildPartial()
Returns | |
---|---|
Type | Description |
Bucket.Logging |
clear()
public Bucket.Logging.Builder clear()
Returns | |
---|---|
Type | Description |
Bucket.Logging.Builder |
clearField(Descriptors.FieldDescriptor field)
public Bucket.Logging.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
Bucket.Logging.Builder |
clearLogBucket()
public Bucket.Logging.Builder clearLogBucket()
The destination bucket where the current bucket's logs should be placed,
using path format (like projects/123456/buckets/foo
).
string log_bucket = 1;
Returns | |
---|---|
Type | Description |
Bucket.Logging.Builder |
This builder for chaining. |
clearLogObjectPrefix()
public Bucket.Logging.Builder clearLogObjectPrefix()
A prefix for log object names.
string log_object_prefix = 2;
Returns | |
---|---|
Type | Description |
Bucket.Logging.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Bucket.Logging.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
Bucket.Logging.Builder |
clone()
public Bucket.Logging.Builder clone()
Returns | |
---|---|
Type | Description |
Bucket.Logging.Builder |
getDefaultInstanceForType()
public Bucket.Logging getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
Bucket.Logging |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getLogBucket()
public String getLogBucket()
The destination bucket where the current bucket's logs should be placed,
using path format (like projects/123456/buckets/foo
).
string log_bucket = 1;
Returns | |
---|---|
Type | Description |
String |
The logBucket. |
getLogBucketBytes()
public ByteString getLogBucketBytes()
The destination bucket where the current bucket's logs should be placed,
using path format (like projects/123456/buckets/foo
).
string log_bucket = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for logBucket. |
getLogObjectPrefix()
public String getLogObjectPrefix()
A prefix for log object names.
string log_object_prefix = 2;
Returns | |
---|---|
Type | Description |
String |
The logObjectPrefix. |
getLogObjectPrefixBytes()
public ByteString getLogObjectPrefixBytes()
A prefix for log object names.
string log_object_prefix = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for logObjectPrefix. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Bucket.Logging.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Bucket.Logging.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public Bucket.Logging.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
Bucket.Logging.Builder |
mergeFrom(Bucket.Logging other)
public Bucket.Logging.Builder mergeFrom(Bucket.Logging other)
Parameter | |
---|---|
Name | Description |
other |
Bucket.Logging |
Returns | |
---|---|
Type | Description |
Bucket.Logging.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Bucket.Logging.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Bucket.Logging.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Bucket.Logging.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
Bucket.Logging.Builder |
setLogBucket(String value)
public Bucket.Logging.Builder setLogBucket(String value)
The destination bucket where the current bucket's logs should be placed,
using path format (like projects/123456/buckets/foo
).
string log_bucket = 1;
Parameter | |
---|---|
Name | Description |
value |
String The logBucket to set. |
Returns | |
---|---|
Type | Description |
Bucket.Logging.Builder |
This builder for chaining. |
setLogBucketBytes(ByteString value)
public Bucket.Logging.Builder setLogBucketBytes(ByteString value)
The destination bucket where the current bucket's logs should be placed,
using path format (like projects/123456/buckets/foo
).
string log_bucket = 1;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for logBucket to set. |
Returns | |
---|---|
Type | Description |
Bucket.Logging.Builder |
This builder for chaining. |
setLogObjectPrefix(String value)
public Bucket.Logging.Builder setLogObjectPrefix(String value)
A prefix for log object names.
string log_object_prefix = 2;
Parameter | |
---|---|
Name | Description |
value |
String The logObjectPrefix to set. |
Returns | |
---|---|
Type | Description |
Bucket.Logging.Builder |
This builder for chaining. |
setLogObjectPrefixBytes(ByteString value)
public Bucket.Logging.Builder setLogObjectPrefixBytes(ByteString value)
A prefix for log object names.
string log_object_prefix = 2;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for logObjectPrefix to set. |
Returns | |
---|---|
Type | Description |
Bucket.Logging.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Bucket.Logging.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
Bucket.Logging.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Bucket.Logging.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Bucket.Logging.Builder |