- 0.49.0 (latest)
- 0.48.0
- 0.47.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DataStore.BillingEstimation.BuilderImplements
DataStore.BillingEstimationOrBuilderStatic 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 |
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 |
clearField(Descriptors.FieldDescriptor field)
public DataStore.BillingEstimation.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
DataStore.BillingEstimation.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public DataStore.BillingEstimation.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
DataStore.BillingEstimation.Builder |
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 |
getDefaultInstanceForType()
public DataStore.BillingEstimation getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
DataStore.BillingEstimation |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
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 |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
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 |
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 |
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 |
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 |
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 |
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 |
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 |