Class ParameterDefinition

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

    public final class ParameterDefinition
    extends com.google.protobuf.GeneratedMessageV3
    implements ParameterDefinitionOrBuilder
     Parameter's definition. Specifies what parameter is required to use the
     current Offer to purchase.
     
    Protobuf type google.cloud.channel.v1.ParameterDefinition
    See Also:
    Serialized Form
    • 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
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Name of the parameter.
         
        string name = 1;
        Specified by:
        getNameBytes in interface ParameterDefinitionOrBuilder
        Returns:
        The bytes for name.
      • getParameterTypeValue

        public int getParameterTypeValue()
         Data type of the parameter. Minimal value, Maximum value and allowed values
         will use specified data type here.
         
        .google.cloud.channel.v1.ParameterDefinition.ParameterType parameter_type = 2;
        Specified by:
        getParameterTypeValue in interface ParameterDefinitionOrBuilder
        Returns:
        The enum numeric value on the wire for parameterType.
      • hasMinValue

        public boolean hasMinValue()
         Minimal value of the parameter, if applicable. Inclusive. For example,
         minimal commitment when purchasing Anthos is 0.01.
         Applicable to INT64 and DOUBLE parameter types.
         
        .google.cloud.channel.v1.Value min_value = 3;
        Specified by:
        hasMinValue in interface ParameterDefinitionOrBuilder
        Returns:
        Whether the minValue field is set.
      • getMinValue

        public Value getMinValue()
         Minimal value of the parameter, if applicable. Inclusive. For example,
         minimal commitment when purchasing Anthos is 0.01.
         Applicable to INT64 and DOUBLE parameter types.
         
        .google.cloud.channel.v1.Value min_value = 3;
        Specified by:
        getMinValue in interface ParameterDefinitionOrBuilder
        Returns:
        The minValue.
      • getMinValueOrBuilder

        public ValueOrBuilder getMinValueOrBuilder()
         Minimal value of the parameter, if applicable. Inclusive. For example,
         minimal commitment when purchasing Anthos is 0.01.
         Applicable to INT64 and DOUBLE parameter types.
         
        .google.cloud.channel.v1.Value min_value = 3;
        Specified by:
        getMinValueOrBuilder in interface ParameterDefinitionOrBuilder
      • hasMaxValue

        public boolean hasMaxValue()
         Maximum value of the parameter, if applicable. Inclusive. For example,
         maximum seats when purchasing Google Workspace Business Standard.
         Applicable to INT64 and DOUBLE parameter types.
         
        .google.cloud.channel.v1.Value max_value = 4;
        Specified by:
        hasMaxValue in interface ParameterDefinitionOrBuilder
        Returns:
        Whether the maxValue field is set.
      • getMaxValue

        public Value getMaxValue()
         Maximum value of the parameter, if applicable. Inclusive. For example,
         maximum seats when purchasing Google Workspace Business Standard.
         Applicable to INT64 and DOUBLE parameter types.
         
        .google.cloud.channel.v1.Value max_value = 4;
        Specified by:
        getMaxValue in interface ParameterDefinitionOrBuilder
        Returns:
        The maxValue.
      • getMaxValueOrBuilder

        public ValueOrBuilder getMaxValueOrBuilder()
         Maximum value of the parameter, if applicable. Inclusive. For example,
         maximum seats when purchasing Google Workspace Business Standard.
         Applicable to INT64 and DOUBLE parameter types.
         
        .google.cloud.channel.v1.Value max_value = 4;
        Specified by:
        getMaxValueOrBuilder in interface ParameterDefinitionOrBuilder
      • getAllowedValuesList

        public List<Value> getAllowedValuesList()
         If not empty, parameter values must be drawn from this list.
         For example, [us-west1, us-west2, ...]
         Applicable to STRING parameter type.
         
        repeated .google.cloud.channel.v1.Value allowed_values = 5;
        Specified by:
        getAllowedValuesList in interface ParameterDefinitionOrBuilder
      • getAllowedValuesOrBuilderList

        public List<? extends ValueOrBuilder> getAllowedValuesOrBuilderList()
         If not empty, parameter values must be drawn from this list.
         For example, [us-west1, us-west2, ...]
         Applicable to STRING parameter type.
         
        repeated .google.cloud.channel.v1.Value allowed_values = 5;
        Specified by:
        getAllowedValuesOrBuilderList in interface ParameterDefinitionOrBuilder
      • getAllowedValuesCount

        public int getAllowedValuesCount()
         If not empty, parameter values must be drawn from this list.
         For example, [us-west1, us-west2, ...]
         Applicable to STRING parameter type.
         
        repeated .google.cloud.channel.v1.Value allowed_values = 5;
        Specified by:
        getAllowedValuesCount in interface ParameterDefinitionOrBuilder
      • getAllowedValues

        public Value getAllowedValues​(int index)
         If not empty, parameter values must be drawn from this list.
         For example, [us-west1, us-west2, ...]
         Applicable to STRING parameter type.
         
        repeated .google.cloud.channel.v1.Value allowed_values = 5;
        Specified by:
        getAllowedValues in interface ParameterDefinitionOrBuilder
      • getAllowedValuesOrBuilder

        public ValueOrBuilder getAllowedValuesOrBuilder​(int index)
         If not empty, parameter values must be drawn from this list.
         For example, [us-west1, us-west2, ...]
         Applicable to STRING parameter type.
         
        repeated .google.cloud.channel.v1.Value allowed_values = 5;
        Specified by:
        getAllowedValuesOrBuilder in interface ParameterDefinitionOrBuilder
      • getOptional

        public boolean getOptional()
         If set to true, parameter is optional to purchase this Offer.
         
        bool optional = 6;
        Specified by:
        getOptional in interface ParameterDefinitionOrBuilder
        Returns:
        The optional.
      • 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 ParameterDefinition parseFrom​(ByteBuffer data)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

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

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

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

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

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

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

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

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

        public com.google.protobuf.Parser<ParameterDefinition> 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 ParameterDefinition getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder