Class BillingInfo (0.1.0)

public final class BillingInfo extends GeneratedMessageV3 implements BillingInfoOrBuilder

Billing Information.

Protobuf type google.cloud.licensemanager.v1.BillingInfo

Static Fields

END_TIME_FIELD_NUMBER

public static final int END_TIME_FIELD_NUMBER
Field Value
Type Description
int

START_TIME_FIELD_NUMBER

public static final int START_TIME_FIELD_NUMBER
Field Value
Type Description
int

USER_COUNT_BILLING_FIELD_NUMBER

public static final int USER_COUNT_BILLING_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static BillingInfo getDefaultInstance()
Returns
Type Description
BillingInfo

getDescriptor()

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

newBuilder()

public static BillingInfo.Builder newBuilder()
Returns
Type Description
BillingInfo.Builder

newBuilder(BillingInfo prototype)

public static BillingInfo.Builder newBuilder(BillingInfo prototype)
Parameter
Name Description
prototype BillingInfo
Returns
Type Description
BillingInfo.Builder

parseDelimitedFrom(InputStream input)

public static BillingInfo parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
BillingInfo
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BillingInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BillingInfo
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static BillingInfo parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
BillingInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static BillingInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BillingInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static BillingInfo parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
BillingInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static BillingInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BillingInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static BillingInfo parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
BillingInfo
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static BillingInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BillingInfo
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static BillingInfo parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
BillingInfo
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BillingInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BillingInfo
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static BillingInfo parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
BillingInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static BillingInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BillingInfo
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<BillingInfo> parser()
Returns
Type Description
Parser<BillingInfo>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getCurrentBillingInfoCase()

public BillingInfo.CurrentBillingInfoCase getCurrentBillingInfoCase()
Returns
Type Description
BillingInfo.CurrentBillingInfoCase

getDefaultInstanceForType()

public BillingInfo getDefaultInstanceForType()
Returns
Type Description
BillingInfo

getEndTime()

public Timestamp getEndTime()

Output only. When the billing ends.

.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The endTime.

getEndTimeOrBuilder()

public TimestampOrBuilder getEndTimeOrBuilder()

Output only. When the billing ends.

.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getParserForType()

public Parser<BillingInfo> getParserForType()
Returns
Type Description
Parser<BillingInfo>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getStartTime()

public Timestamp getStartTime()

Output only. When the billing starts.

.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The startTime.

getStartTimeOrBuilder()

public TimestampOrBuilder getStartTimeOrBuilder()

Output only. When the billing starts.

.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getUserCountBilling()

public UserCountBillingInfo getUserCountBilling()

Required. This type of billing uses user count for computing total charge.

.google.cloud.licensemanager.v1.UserCountBillingInfo user_count_billing = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UserCountBillingInfo

The userCountBilling.

getUserCountBillingOrBuilder()

public UserCountBillingInfoOrBuilder getUserCountBillingOrBuilder()

Required. This type of billing uses user count for computing total charge.

.google.cloud.licensemanager.v1.UserCountBillingInfo user_count_billing = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UserCountBillingInfoOrBuilder

hasEndTime()

public boolean hasEndTime()

Output only. When the billing ends.

.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the endTime field is set.

hasStartTime()

public boolean hasStartTime()

Output only. When the billing starts.

.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the startTime field is set.

hasUserCountBilling()

public boolean hasUserCountBilling()

Required. This type of billing uses user count for computing total charge.

.google.cloud.licensemanager.v1.UserCountBillingInfo user_count_billing = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the userCountBilling field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public BillingInfo.Builder newBuilderForType()
Returns
Type Description
BillingInfo.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected BillingInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
BillingInfo.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public BillingInfo.Builder toBuilder()
Returns
Type Description
BillingInfo.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException