Class Sku

  • All Implemented Interfaces:
    SkuOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class Sku
    extends com.google.protobuf.GeneratedMessageV3
    implements SkuOrBuilder
     Encapsulates a single SKU in Google Cloud Platform
     
    Protobuf type google.cloud.billing.v1.Sku
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Sku.Builder
      Encapsulates a single SKU in Google Cloud Platform
      • Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

        com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,​BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,​BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
      • Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

        com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • getName

        public String getName()
         The resource name for the SKU.
         Example: "services/DA34-426B-A397/skus/AA95-CD31-42FE"
         
        string name = 1;
        Specified by:
        getName in interface SkuOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         The resource name for the SKU.
         Example: "services/DA34-426B-A397/skus/AA95-CD31-42FE"
         
        string name = 1;
        Specified by:
        getNameBytes in interface SkuOrBuilder
        Returns:
        The bytes for name.
      • getSkuId

        public String getSkuId()
         The identifier for the SKU.
         Example: "AA95-CD31-42FE"
         
        string sku_id = 2;
        Specified by:
        getSkuId in interface SkuOrBuilder
        Returns:
        The skuId.
      • getSkuIdBytes

        public com.google.protobuf.ByteString getSkuIdBytes()
         The identifier for the SKU.
         Example: "AA95-CD31-42FE"
         
        string sku_id = 2;
        Specified by:
        getSkuIdBytes in interface SkuOrBuilder
        Returns:
        The bytes for skuId.
      • getDescription

        public String getDescription()
         A human readable description of the SKU, has a maximum length of 256
         characters.
         
        string description = 3;
        Specified by:
        getDescription in interface SkuOrBuilder
        Returns:
        The description.
      • getDescriptionBytes

        public com.google.protobuf.ByteString getDescriptionBytes()
         A human readable description of the SKU, has a maximum length of 256
         characters.
         
        string description = 3;
        Specified by:
        getDescriptionBytes in interface SkuOrBuilder
        Returns:
        The bytes for description.
      • hasCategory

        public boolean hasCategory()
         The category hierarchy of this SKU, purely for organizational purpose.
         
        .google.cloud.billing.v1.Category category = 4;
        Specified by:
        hasCategory in interface SkuOrBuilder
        Returns:
        Whether the category field is set.
      • getCategory

        public Category getCategory()
         The category hierarchy of this SKU, purely for organizational purpose.
         
        .google.cloud.billing.v1.Category category = 4;
        Specified by:
        getCategory in interface SkuOrBuilder
        Returns:
        The category.
      • getCategoryOrBuilder

        public CategoryOrBuilder getCategoryOrBuilder()
         The category hierarchy of this SKU, purely for organizational purpose.
         
        .google.cloud.billing.v1.Category category = 4;
        Specified by:
        getCategoryOrBuilder in interface SkuOrBuilder
      • getServiceRegionsList

        public com.google.protobuf.ProtocolStringList getServiceRegionsList()
         List of service regions this SKU is offered at.
         Example: "asia-east1"
         Service regions can be found at https://cloud.google.com/about/locations/
         
        repeated string service_regions = 5;
        Specified by:
        getServiceRegionsList in interface SkuOrBuilder
        Returns:
        A list containing the serviceRegions.
      • getServiceRegionsCount

        public int getServiceRegionsCount()
         List of service regions this SKU is offered at.
         Example: "asia-east1"
         Service regions can be found at https://cloud.google.com/about/locations/
         
        repeated string service_regions = 5;
        Specified by:
        getServiceRegionsCount in interface SkuOrBuilder
        Returns:
        The count of serviceRegions.
      • getServiceRegions

        public String getServiceRegions​(int index)
         List of service regions this SKU is offered at.
         Example: "asia-east1"
         Service regions can be found at https://cloud.google.com/about/locations/
         
        repeated string service_regions = 5;
        Specified by:
        getServiceRegions in interface SkuOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The serviceRegions at the given index.
      • getServiceRegionsBytes

        public com.google.protobuf.ByteString getServiceRegionsBytes​(int index)
         List of service regions this SKU is offered at.
         Example: "asia-east1"
         Service regions can be found at https://cloud.google.com/about/locations/
         
        repeated string service_regions = 5;
        Specified by:
        getServiceRegionsBytes in interface SkuOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the serviceRegions at the given index.
      • getPricingInfoList

        public List<PricingInfo> getPricingInfoList()
         A timeline of pricing info for this SKU in chronological order.
         
        repeated .google.cloud.billing.v1.PricingInfo pricing_info = 6;
        Specified by:
        getPricingInfoList in interface SkuOrBuilder
      • getPricingInfoCount

        public int getPricingInfoCount()
         A timeline of pricing info for this SKU in chronological order.
         
        repeated .google.cloud.billing.v1.PricingInfo pricing_info = 6;
        Specified by:
        getPricingInfoCount in interface SkuOrBuilder
      • getPricingInfo

        public PricingInfo getPricingInfo​(int index)
         A timeline of pricing info for this SKU in chronological order.
         
        repeated .google.cloud.billing.v1.PricingInfo pricing_info = 6;
        Specified by:
        getPricingInfo in interface SkuOrBuilder
      • getPricingInfoOrBuilder

        public PricingInfoOrBuilder getPricingInfoOrBuilder​(int index)
         A timeline of pricing info for this SKU in chronological order.
         
        repeated .google.cloud.billing.v1.PricingInfo pricing_info = 6;
        Specified by:
        getPricingInfoOrBuilder in interface SkuOrBuilder
      • getServiceProviderName

        public String getServiceProviderName()
         Identifies the service provider.
         This is 'Google' for first party services in Google Cloud Platform.
         
        string service_provider_name = 7;
        Specified by:
        getServiceProviderName in interface SkuOrBuilder
        Returns:
        The serviceProviderName.
      • getServiceProviderNameBytes

        public com.google.protobuf.ByteString getServiceProviderNameBytes()
         Identifies the service provider.
         This is 'Google' for first party services in Google Cloud Platform.
         
        string service_provider_name = 7;
        Specified by:
        getServiceProviderNameBytes in interface SkuOrBuilder
        Returns:
        The bytes for serviceProviderName.
      • hasGeoTaxonomy

        public boolean hasGeoTaxonomy()
         The geographic taxonomy for this sku.
         
        .google.cloud.billing.v1.GeoTaxonomy geo_taxonomy = 8;
        Specified by:
        hasGeoTaxonomy in interface SkuOrBuilder
        Returns:
        Whether the geoTaxonomy field is set.
      • getGeoTaxonomy

        public GeoTaxonomy getGeoTaxonomy()
         The geographic taxonomy for this sku.
         
        .google.cloud.billing.v1.GeoTaxonomy geo_taxonomy = 8;
        Specified by:
        getGeoTaxonomy in interface SkuOrBuilder
        Returns:
        The geoTaxonomy.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static Sku parseFrom​(ByteBuffer data)
                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Sku parseFrom​(ByteBuffer data,
                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Sku parseFrom​(com.google.protobuf.ByteString data)
                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Sku parseFrom​(com.google.protobuf.ByteString data,
                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Sku parseFrom​(byte[] data)
                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Sku parseFrom​(byte[] data,
                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseDelimitedFrom

        public static Sku parseDelimitedFrom​(InputStream input,
                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                      throws IOException
        Throws:
        IOException
      • parseFrom

        public static Sku parseFrom​(com.google.protobuf.CodedInputStream input)
                             throws IOException
        Throws:
        IOException
      • parseFrom

        public static Sku parseFrom​(com.google.protobuf.CodedInputStream input,
                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                             throws IOException
        Throws:
        IOException
      • newBuilderForType

        public Sku.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • newBuilder

        public static Sku.Builder newBuilder​(Sku prototype)
      • toBuilder

        public Sku.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected Sku.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstance

        public static Sku getDefaultInstance()
      • parser

        public static com.google.protobuf.Parser<Sku> parser()
      • getParserForType

        public com.google.protobuf.Parser<Sku> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public Sku getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder