public static final class Billing.BillingDestination extends GeneratedMessageV3 implements Billing.BillingDestinationOrBuilder
Configuration of a specific billing destination (Currently only support bill against consumer project).
Protobuf type google.api.Billing.BillingDestination
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > Billing.BillingDestinationImplements
Billing.BillingDestinationOrBuilderStatic Fields
METRICS_FIELD_NUMBER
public static final int METRICS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
MONITORED_RESOURCE_FIELD_NUMBER
public static final int MONITORED_RESOURCE_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Billing.BillingDestination getDefaultInstance()
Returns | |
---|---|
Type | Description |
Billing.BillingDestination |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static Billing.BillingDestination.Builder newBuilder()
Returns | |
---|---|
Type | Description |
Billing.BillingDestination.Builder |
newBuilder(Billing.BillingDestination prototype)
public static Billing.BillingDestination.Builder newBuilder(Billing.BillingDestination prototype)
Parameter | |
---|---|
Name | Description |
prototype |
Billing.BillingDestination |
Returns | |
---|---|
Type | Description |
Billing.BillingDestination.Builder |
parseDelimitedFrom(InputStream input)
public static Billing.BillingDestination parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
Billing.BillingDestination |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Billing.BillingDestination parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Billing.BillingDestination |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static Billing.BillingDestination parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
Billing.BillingDestination |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Billing.BillingDestination parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Billing.BillingDestination |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Billing.BillingDestination parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
Billing.BillingDestination |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Billing.BillingDestination parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Billing.BillingDestination |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Billing.BillingDestination parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
Billing.BillingDestination |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Billing.BillingDestination parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Billing.BillingDestination |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static Billing.BillingDestination parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
Billing.BillingDestination |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Billing.BillingDestination parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Billing.BillingDestination |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Billing.BillingDestination parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
Billing.BillingDestination |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Billing.BillingDestination parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Billing.BillingDestination |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Billing.BillingDestination> parser()
Returns | |
---|---|
Type | Description |
Parser<BillingDestination> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public Billing.BillingDestination getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
Billing.BillingDestination |
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. |
getParserForType()
public Parser<Billing.BillingDestination> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<BillingDestination> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public Billing.BillingDestination.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
Billing.BillingDestination.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Billing.BillingDestination.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
Billing.BillingDestination.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public Billing.BillingDestination.Builder toBuilder()
Returns | |
---|---|
Type | Description |
Billing.BillingDestination.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |