Class Billing.BillingDestination.Builder (2.38.0)

public static final class Billing.BillingDestination.Builder extends GeneratedMessageV3.Builder<Billing.BillingDestination.Builder> implements Billing.BillingDestinationOrBuilder

Configuration of a specific billing destination (Currently only support bill against consumer project).

Protobuf type google.api.Billing.BillingDestination

Static Methods

getDescriptor()

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

Methods

addAllMetrics(Iterable<String> values)

public Billing.BillingDestination.Builder addAllMetrics(Iterable<String> values)

Names of the metrics to report to this billing destination. Each name must be defined in Service.metrics section.

repeated string metrics = 2;

Parameter
Name Description
values Iterable<String>

The metrics to add.

Returns
Type Description
Billing.BillingDestination.Builder

This builder for chaining.

addMetrics(String value)

public Billing.BillingDestination.Builder addMetrics(String value)

Names of the metrics to report to this billing destination. Each name must be defined in Service.metrics section.

repeated string metrics = 2;

Parameter
Name Description
value String

The metrics to add.

Returns
Type Description
Billing.BillingDestination.Builder

This builder for chaining.

addMetricsBytes(ByteString value)

public Billing.BillingDestination.Builder addMetricsBytes(ByteString value)

Names of the metrics to report to this billing destination. Each name must be defined in Service.metrics section.

repeated string metrics = 2;

Parameter
Name Description
value ByteString

The bytes of the metrics to add.

Returns
Type Description
Billing.BillingDestination.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public Billing.BillingDestination build()
Returns
Type Description
Billing.BillingDestination

buildPartial()

public Billing.BillingDestination buildPartial()
Returns
Type Description
Billing.BillingDestination

clear()

public Billing.BillingDestination.Builder clear()
Returns
Type Description
Billing.BillingDestination.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public Billing.BillingDestination.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
Billing.BillingDestination.Builder
Overrides

clearMetrics()

public Billing.BillingDestination.Builder clearMetrics()

Names of the metrics to report to this billing destination. Each name must be defined in Service.metrics section.

repeated string metrics = 2;

Returns
Type Description
Billing.BillingDestination.Builder

This builder for chaining.

clearMonitoredResource()

public Billing.BillingDestination.Builder clearMonitoredResource()

The monitored resource type. The type must be defined in Service.monitored_resources section.

string monitored_resource = 1;

Returns
Type Description
Billing.BillingDestination.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public Billing.BillingDestination.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
Billing.BillingDestination.Builder
Overrides

clone()

public Billing.BillingDestination.Builder clone()
Returns
Type Description
Billing.BillingDestination.Builder
Overrides

getDefaultInstanceForType()

public Billing.BillingDestination getDefaultInstanceForType()
Returns
Type Description
Billing.BillingDestination

getDescriptorForType()

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

getMetrics(int index)

public String getMetrics(int index)

Names of the metrics to report to this billing destination. Each name must be defined in Service.metrics section.

repeated string metrics = 2;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The metrics at the given index.

getMetricsBytes(int index)

public ByteString getMetricsBytes(int index)

Names of the metrics to report to this billing destination. Each name must be defined in Service.metrics section.

repeated string metrics = 2;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the metrics at the given index.

getMetricsCount()

public int getMetricsCount()

Names of the metrics to report to this billing destination. Each name must be defined in Service.metrics section.

repeated string metrics = 2;

Returns
Type Description
int

The count of metrics.

getMetricsList()

public ProtocolStringList getMetricsList()

Names of the metrics to report to this billing destination. Each name must be defined in Service.metrics section.

repeated string metrics = 2;

Returns
Type Description
ProtocolStringList

A list containing the metrics.

getMonitoredResource()

public String getMonitoredResource()

The monitored resource type. The type must be defined in Service.monitored_resources section.

string monitored_resource = 1;

Returns
Type Description
String

The monitoredResource.

getMonitoredResourceBytes()

public ByteString getMonitoredResourceBytes()

The monitored resource type. The type must be defined in Service.monitored_resources section.

string monitored_resource = 1;

Returns
Type Description
ByteString

The bytes for monitoredResource.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Billing.BillingDestination other)

public Billing.BillingDestination.Builder mergeFrom(Billing.BillingDestination other)
Parameter
Name Description
other Billing.BillingDestination
Returns
Type Description
Billing.BillingDestination.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public Billing.BillingDestination.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Billing.BillingDestination.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Billing.BillingDestination.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Billing.BillingDestination.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

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

setMetrics(int index, String value)

public Billing.BillingDestination.Builder setMetrics(int index, String value)

Names of the metrics to report to this billing destination. Each name must be defined in Service.metrics section.

repeated string metrics = 2;

Parameters
Name Description
index int

The index to set the value at.

value String

The metrics to set.

Returns
Type Description
Billing.BillingDestination.Builder

This builder for chaining.

setMonitoredResource(String value)

public Billing.BillingDestination.Builder setMonitoredResource(String value)

The monitored resource type. The type must be defined in Service.monitored_resources section.

string monitored_resource = 1;

Parameter
Name Description
value String

The monitoredResource to set.

Returns
Type Description
Billing.BillingDestination.Builder

This builder for chaining.

setMonitoredResourceBytes(ByteString value)

public Billing.BillingDestination.Builder setMonitoredResourceBytes(ByteString value)

The monitored resource type. The type must be defined in Service.monitored_resources section.

string monitored_resource = 1;

Parameter
Name Description
value ByteString

The bytes for monitoredResource to set.

Returns
Type Description
Billing.BillingDestination.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

public final Billing.BillingDestination.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Billing.BillingDestination.Builder
Overrides