public final class BillableSku extends GeneratedMessageV3 implements BillableSkuOrBuilder
Represents the Billable SKU information.
Protobuf type google.cloud.channel.v1.BillableSku
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
SERVICE_DISPLAY_NAME_FIELD_NUMBER
public static final int SERVICE_DISPLAY_NAME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
SERVICE_FIELD_NUMBER
public static final int SERVICE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
SKU_DISPLAY_NAME_FIELD_NUMBER
public static final int SKU_DISPLAY_NAME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
SKU_FIELD_NUMBER
public static final int SKU_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static BillableSku getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static BillableSku.Builder newBuilder()
newBuilder(BillableSku prototype)
public static BillableSku.Builder newBuilder(BillableSku prototype)
public static BillableSku parseDelimitedFrom(InputStream input)
public static BillableSku parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static BillableSku parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BillableSku parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static BillableSku parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BillableSku parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BillableSku parseFrom(CodedInputStream input)
public static BillableSku parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BillableSku parseFrom(InputStream input)
public static BillableSku parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static BillableSku parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BillableSku parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<BillableSku> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public BillableSku getDefaultInstanceForType()
getParserForType()
public Parser<BillableSku> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getService()
public String getService()
Resource name of Service which contains Repricing SKU. Format:
services/{service}.
Example:
"services/B7D9-FDCB-15D8".
string service = 3;
Returns |
---|
Type | Description |
String | The service.
|
getServiceBytes()
public ByteString getServiceBytes()
Resource name of Service which contains Repricing SKU. Format:
services/{service}.
Example:
"services/B7D9-FDCB-15D8".
string service = 3;
Returns |
---|
Type | Description |
ByteString | The bytes for service.
|
getServiceDisplayName()
public String getServiceDisplayName()
Unique human readable name for the Service.
string service_display_name = 4;
Returns |
---|
Type | Description |
String | The serviceDisplayName.
|
getServiceDisplayNameBytes()
public ByteString getServiceDisplayNameBytes()
Unique human readable name for the Service.
string service_display_name = 4;
Returns |
---|
Type | Description |
ByteString | The bytes for serviceDisplayName.
|
getSku()
Resource name of Billable SKU. Format:
billableSkus/{sku}.
Example:
billableSkus/6E1B-6634-470F".
string sku = 1;
Returns |
---|
Type | Description |
String | The sku.
|
getSkuBytes()
public ByteString getSkuBytes()
Resource name of Billable SKU. Format:
billableSkus/{sku}.
Example:
billableSkus/6E1B-6634-470F".
string sku = 1;
Returns |
---|
Type | Description |
ByteString | The bytes for sku.
|
getSkuDisplayName()
public String getSkuDisplayName()
Unique human readable name for the SKU.
string sku_display_name = 2;
Returns |
---|
Type | Description |
String | The skuDisplayName.
|
getSkuDisplayNameBytes()
public ByteString getSkuDisplayNameBytes()
Unique human readable name for the SKU.
string sku_display_name = 2;
Returns |
---|
Type | Description |
ByteString | The bytes for skuDisplayName.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public BillableSku.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected BillableSku.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public BillableSku.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides