Class DataStore.BillingEstimation.Builder (0.49.0)

public static final class DataStore.BillingEstimation.Builder extends GeneratedMessageV3.Builder<DataStore.BillingEstimation.Builder> implements DataStore.BillingEstimationOrBuilder

Estimation of data size per data store.

Protobuf type google.cloud.discoveryengine.v1.DataStore.BillingEstimation

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public DataStore.BillingEstimation.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
DataStore.BillingEstimation.Builder
Overrides

build()

public DataStore.BillingEstimation build()
Returns
Type Description
DataStore.BillingEstimation

buildPartial()

public DataStore.BillingEstimation buildPartial()
Returns
Type Description
DataStore.BillingEstimation

clear()

public DataStore.BillingEstimation.Builder clear()
Returns
Type Description
DataStore.BillingEstimation.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public DataStore.BillingEstimation.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
DataStore.BillingEstimation.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public DataStore.BillingEstimation.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
DataStore.BillingEstimation.Builder
Overrides

clearStructuredDataSize()

public DataStore.BillingEstimation.Builder clearStructuredDataSize()

Data size for structured data in terms of bytes.

int64 structured_data_size = 1;

Returns
Type Description
DataStore.BillingEstimation.Builder

This builder for chaining.

clearStructuredDataUpdateTime()

public DataStore.BillingEstimation.Builder clearStructuredDataUpdateTime()

Last updated timestamp for structured data.

.google.protobuf.Timestamp structured_data_update_time = 4;

Returns
Type Description
DataStore.BillingEstimation.Builder

clearUnstructuredDataSize()

public DataStore.BillingEstimation.Builder clearUnstructuredDataSize()

Data size for unstructured data in terms of bytes.

int64 unstructured_data_size = 2;

Returns
Type Description
DataStore.BillingEstimation.Builder

This builder for chaining.

clearUnstructuredDataUpdateTime()

public DataStore.BillingEstimation.Builder clearUnstructuredDataUpdateTime()

Last updated timestamp for unstructured data.

.google.protobuf.Timestamp unstructured_data_update_time = 5;

Returns
Type Description
DataStore.BillingEstimation.Builder

clearWebsiteDataSize()

public DataStore.BillingEstimation.Builder clearWebsiteDataSize()

Data size for websites in terms of bytes.

int64 website_data_size = 3;

Returns
Type Description
DataStore.BillingEstimation.Builder

This builder for chaining.

clearWebsiteDataUpdateTime()

public DataStore.BillingEstimation.Builder clearWebsiteDataUpdateTime()

Last updated timestamp for websites.

.google.protobuf.Timestamp website_data_update_time = 6;

Returns
Type Description
DataStore.BillingEstimation.Builder

clone()

public DataStore.BillingEstimation.Builder clone()
Returns
Type Description
DataStore.BillingEstimation.Builder
Overrides

getDefaultInstanceForType()

public DataStore.BillingEstimation getDefaultInstanceForType()
Returns
Type Description
DataStore.BillingEstimation

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getStructuredDataSize()

public long getStructuredDataSize()

Data size for structured data in terms of bytes.

int64 structured_data_size = 1;

Returns
Type Description
long

The structuredDataSize.

getStructuredDataUpdateTime()

public Timestamp getStructuredDataUpdateTime()

Last updated timestamp for structured data.

.google.protobuf.Timestamp structured_data_update_time = 4;

Returns
Type Description
Timestamp

The structuredDataUpdateTime.

getStructuredDataUpdateTimeBuilder()

public Timestamp.Builder getStructuredDataUpdateTimeBuilder()

Last updated timestamp for structured data.

.google.protobuf.Timestamp structured_data_update_time = 4;

Returns
Type Description
Builder

getStructuredDataUpdateTimeOrBuilder()

public TimestampOrBuilder getStructuredDataUpdateTimeOrBuilder()

Last updated timestamp for structured data.

.google.protobuf.Timestamp structured_data_update_time = 4;

Returns
Type Description
TimestampOrBuilder

getUnstructuredDataSize()

public long getUnstructuredDataSize()

Data size for unstructured data in terms of bytes.

int64 unstructured_data_size = 2;

Returns
Type Description
long

The unstructuredDataSize.

getUnstructuredDataUpdateTime()

public Timestamp getUnstructuredDataUpdateTime()

Last updated timestamp for unstructured data.

.google.protobuf.Timestamp unstructured_data_update_time = 5;

Returns
Type Description
Timestamp

The unstructuredDataUpdateTime.

getUnstructuredDataUpdateTimeBuilder()

public Timestamp.Builder getUnstructuredDataUpdateTimeBuilder()

Last updated timestamp for unstructured data.

.google.protobuf.Timestamp unstructured_data_update_time = 5;

Returns
Type Description
Builder

getUnstructuredDataUpdateTimeOrBuilder()

public TimestampOrBuilder getUnstructuredDataUpdateTimeOrBuilder()

Last updated timestamp for unstructured data.

.google.protobuf.Timestamp unstructured_data_update_time = 5;

Returns
Type Description
TimestampOrBuilder

getWebsiteDataSize()

public long getWebsiteDataSize()

Data size for websites in terms of bytes.

int64 website_data_size = 3;

Returns
Type Description
long

The websiteDataSize.

getWebsiteDataUpdateTime()

public Timestamp getWebsiteDataUpdateTime()

Last updated timestamp for websites.

.google.protobuf.Timestamp website_data_update_time = 6;

Returns
Type Description
Timestamp

The websiteDataUpdateTime.

getWebsiteDataUpdateTimeBuilder()

public Timestamp.Builder getWebsiteDataUpdateTimeBuilder()

Last updated timestamp for websites.

.google.protobuf.Timestamp website_data_update_time = 6;

Returns
Type Description
Builder

getWebsiteDataUpdateTimeOrBuilder()

public TimestampOrBuilder getWebsiteDataUpdateTimeOrBuilder()

Last updated timestamp for websites.

.google.protobuf.Timestamp website_data_update_time = 6;

Returns
Type Description
TimestampOrBuilder

hasStructuredDataUpdateTime()

public boolean hasStructuredDataUpdateTime()

Last updated timestamp for structured data.

.google.protobuf.Timestamp structured_data_update_time = 4;

Returns
Type Description
boolean

Whether the structuredDataUpdateTime field is set.

hasUnstructuredDataUpdateTime()

public boolean hasUnstructuredDataUpdateTime()

Last updated timestamp for unstructured data.

.google.protobuf.Timestamp unstructured_data_update_time = 5;

Returns
Type Description
boolean

Whether the unstructuredDataUpdateTime field is set.

hasWebsiteDataUpdateTime()

public boolean hasWebsiteDataUpdateTime()

Last updated timestamp for websites.

.google.protobuf.Timestamp website_data_update_time = 6;

Returns
Type Description
boolean

Whether the websiteDataUpdateTime field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DataStore.BillingEstimation other)

public DataStore.BillingEstimation.Builder mergeFrom(DataStore.BillingEstimation other)
Parameter
Name Description
other DataStore.BillingEstimation
Returns
Type Description
DataStore.BillingEstimation.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public DataStore.BillingEstimation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataStore.BillingEstimation.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public DataStore.BillingEstimation.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
DataStore.BillingEstimation.Builder
Overrides

mergeStructuredDataUpdateTime(Timestamp value)

public DataStore.BillingEstimation.Builder mergeStructuredDataUpdateTime(Timestamp value)

Last updated timestamp for structured data.

.google.protobuf.Timestamp structured_data_update_time = 4;

Parameter
Name Description
value Timestamp
Returns
Type Description
DataStore.BillingEstimation.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final DataStore.BillingEstimation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
DataStore.BillingEstimation.Builder
Overrides

mergeUnstructuredDataUpdateTime(Timestamp value)

public DataStore.BillingEstimation.Builder mergeUnstructuredDataUpdateTime(Timestamp value)

Last updated timestamp for unstructured data.

.google.protobuf.Timestamp unstructured_data_update_time = 5;

Parameter
Name Description
value Timestamp
Returns
Type Description
DataStore.BillingEstimation.Builder

mergeWebsiteDataUpdateTime(Timestamp value)

public DataStore.BillingEstimation.Builder mergeWebsiteDataUpdateTime(Timestamp value)

Last updated timestamp for websites.

.google.protobuf.Timestamp website_data_update_time = 6;

Parameter
Name Description
value Timestamp
Returns
Type Description
DataStore.BillingEstimation.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public DataStore.BillingEstimation.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
DataStore.BillingEstimation.Builder
Overrides

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

public DataStore.BillingEstimation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
DataStore.BillingEstimation.Builder
Overrides

setStructuredDataSize(long value)

public DataStore.BillingEstimation.Builder setStructuredDataSize(long value)

Data size for structured data in terms of bytes.

int64 structured_data_size = 1;

Parameter
Name Description
value long

The structuredDataSize to set.

Returns
Type Description
DataStore.BillingEstimation.Builder

This builder for chaining.

setStructuredDataUpdateTime(Timestamp value)

public DataStore.BillingEstimation.Builder setStructuredDataUpdateTime(Timestamp value)

Last updated timestamp for structured data.

.google.protobuf.Timestamp structured_data_update_time = 4;

Parameter
Name Description
value Timestamp
Returns
Type Description
DataStore.BillingEstimation.Builder

setStructuredDataUpdateTime(Timestamp.Builder builderForValue)

public DataStore.BillingEstimation.Builder setStructuredDataUpdateTime(Timestamp.Builder builderForValue)

Last updated timestamp for structured data.

.google.protobuf.Timestamp structured_data_update_time = 4;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
DataStore.BillingEstimation.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final DataStore.BillingEstimation.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
DataStore.BillingEstimation.Builder
Overrides

setUnstructuredDataSize(long value)

public DataStore.BillingEstimation.Builder setUnstructuredDataSize(long value)

Data size for unstructured data in terms of bytes.

int64 unstructured_data_size = 2;

Parameter
Name Description
value long

The unstructuredDataSize to set.

Returns
Type Description
DataStore.BillingEstimation.Builder

This builder for chaining.

setUnstructuredDataUpdateTime(Timestamp value)

public DataStore.BillingEstimation.Builder setUnstructuredDataUpdateTime(Timestamp value)

Last updated timestamp for unstructured data.

.google.protobuf.Timestamp unstructured_data_update_time = 5;

Parameter
Name Description
value Timestamp
Returns
Type Description
DataStore.BillingEstimation.Builder

setUnstructuredDataUpdateTime(Timestamp.Builder builderForValue)

public DataStore.BillingEstimation.Builder setUnstructuredDataUpdateTime(Timestamp.Builder builderForValue)

Last updated timestamp for unstructured data.

.google.protobuf.Timestamp unstructured_data_update_time = 5;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
DataStore.BillingEstimation.Builder

setWebsiteDataSize(long value)

public DataStore.BillingEstimation.Builder setWebsiteDataSize(long value)

Data size for websites in terms of bytes.

int64 website_data_size = 3;

Parameter
Name Description
value long

The websiteDataSize to set.

Returns
Type Description
DataStore.BillingEstimation.Builder

This builder for chaining.

setWebsiteDataUpdateTime(Timestamp value)

public DataStore.BillingEstimation.Builder setWebsiteDataUpdateTime(Timestamp value)

Last updated timestamp for websites.

.google.protobuf.Timestamp website_data_update_time = 6;

Parameter
Name Description
value Timestamp
Returns
Type Description
DataStore.BillingEstimation.Builder

setWebsiteDataUpdateTime(Timestamp.Builder builderForValue)

public DataStore.BillingEstimation.Builder setWebsiteDataUpdateTime(Timestamp.Builder builderForValue)

Last updated timestamp for websites.

.google.protobuf.Timestamp website_data_update_time = 6;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
DataStore.BillingEstimation.Builder