public static final class ListPurchasableOffersRequest.CreateEntitlementPurchase extends GeneratedMessageV3 implements ListPurchasableOffersRequest.CreateEntitlementPurchaseOrBuilder
List Offers for CreateEntitlement purchase.
Protobuf type
google.cloud.channel.v1.ListPurchasableOffersRequest.CreateEntitlementPurchase
Fields
SKU_FIELD_NUMBER
public static final int SKU_FIELD_NUMBER
Field Value
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstance()
public static ListPurchasableOffersRequest.CreateEntitlementPurchase getDefaultInstance()
Returns
getDefaultInstanceForType()
public ListPurchasableOffersRequest.CreateEntitlementPurchase getDefaultInstanceForType()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
getParserForType()
public Parser<ListPurchasableOffersRequest.CreateEntitlementPurchase> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getSku()
Required. SKU that the result should be restricted to.
Format: products/{product_id}/skus/{sku_id}.
string sku = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getSkuBytes()
public ByteString getSkuBytes()
Required. SKU that the result should be restricted to.
Format: products/{product_id}/skus/{sku_id}.
string sku = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilder()
public static ListPurchasableOffersRequest.CreateEntitlementPurchase.Builder newBuilder()
Returns
newBuilder(ListPurchasableOffersRequest.CreateEntitlementPurchase prototype)
public static ListPurchasableOffersRequest.CreateEntitlementPurchase.Builder newBuilder(ListPurchasableOffersRequest.CreateEntitlementPurchase prototype)
Parameter
Returns
newBuilderForType()
public ListPurchasableOffersRequest.CreateEntitlementPurchase.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListPurchasableOffersRequest.CreateEntitlementPurchase.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public static ListPurchasableOffersRequest.CreateEntitlementPurchase parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ListPurchasableOffersRequest.CreateEntitlementPurchase parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ListPurchasableOffersRequest.CreateEntitlementPurchase parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListPurchasableOffersRequest.CreateEntitlementPurchase parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ListPurchasableOffersRequest.CreateEntitlementPurchase parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListPurchasableOffersRequest.CreateEntitlementPurchase parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListPurchasableOffersRequest.CreateEntitlementPurchase parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ListPurchasableOffersRequest.CreateEntitlementPurchase parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListPurchasableOffersRequest.CreateEntitlementPurchase parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ListPurchasableOffersRequest.CreateEntitlementPurchase parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ListPurchasableOffersRequest.CreateEntitlementPurchase parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListPurchasableOffersRequest.CreateEntitlementPurchase parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ListPurchasableOffersRequest.CreateEntitlementPurchase> parser()
Returns
toBuilder()
public ListPurchasableOffersRequest.CreateEntitlementPurchase.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions