Interface ParameterOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Parameter, Parameter.Builder

    public interface ParameterOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getName()
      Name of the parameter.
      com.google.protobuf.ByteString getNameBytes()
      Name of the parameter.
      Parameter.Value getValue()
      Value of parameter.
      Parameter.ValueOrBuilder getValueOrBuilder()
      Value of parameter.
      boolean hasValue()
      Value of parameter.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getName

        String getName()
         Name of the parameter.
         
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Name of the parameter.
         
        string name = 1;
        Returns:
        The bytes for name.
      • hasValue

        boolean hasValue()
         Value of parameter.
         
        .google.cloud.commerce.consumer.procurement.v1.Parameter.Value value = 2;
        Returns:
        Whether the value field is set.
      • getValue

        Parameter.Value getValue()
         Value of parameter.
         
        .google.cloud.commerce.consumer.procurement.v1.Parameter.Value value = 2;
        Returns:
        The value.
      • getValueOrBuilder

        Parameter.ValueOrBuilder getValueOrBuilder()
         Value of parameter.
         
        .google.cloud.commerce.consumer.procurement.v1.Parameter.Value value = 2;