Uses of Class
com.google.cloud.channel.v1.Value
-
Packages that use Value Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of Value in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return Value Modifier and Type Method Description ValueValue.Builder. build()ValueValue.Builder. buildPartial()ValueParameterDefinition.Builder. getAllowedValues(int index)If not empty, parameter values must be drawn from this list.ValueParameterDefinition. getAllowedValues(int index)If not empty, parameter values must be drawn from this list.ValueParameterDefinitionOrBuilder. getAllowedValues(int index)If not empty, parameter values must be drawn from this list.static ValueValue. getDefaultInstance()ValueValue.Builder. getDefaultInstanceForType()ValueValue. getDefaultInstanceForType()ValueParameterDefinition.Builder. getMaxValue()Maximum value of the parameter, if applicable.ValueParameterDefinition. getMaxValue()Maximum value of the parameter, if applicable.ValueParameterDefinitionOrBuilder. getMaxValue()Maximum value of the parameter, if applicable.ValueParameterDefinition.Builder. getMinValue()Minimal value of the parameter, if applicable.ValueParameterDefinition. getMinValue()Minimal value of the parameter, if applicable.ValueParameterDefinitionOrBuilder. getMinValue()Minimal value of the parameter, if applicable.ValueParameter.Builder. getValue()Value of the parameter.ValueParameter. getValue()Value of the parameter.ValueParameterOrBuilder. getValue()Value of the parameter.static ValueValue. parseDelimitedFrom(InputStream input)static ValueValue. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValueValue. parseFrom(byte[] data)static ValueValue. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValueValue. parseFrom(com.google.protobuf.ByteString data)static ValueValue. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValueValue. parseFrom(com.google.protobuf.CodedInputStream input)static ValueValue. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValueValue. parseFrom(InputStream input)static ValueValue. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValueValue. parseFrom(ByteBuffer data)static ValueValue. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.channel.v1 that return types with arguments of type Value Modifier and Type Method Description List<Value>ParameterDefinition.Builder. getAllowedValuesList()If not empty, parameter values must be drawn from this list.List<Value>ParameterDefinition. getAllowedValuesList()If not empty, parameter values must be drawn from this list.List<Value>ParameterDefinitionOrBuilder. getAllowedValuesList()If not empty, parameter values must be drawn from this list.com.google.protobuf.Parser<Value>Value. getParserForType()static com.google.protobuf.Parser<Value>Value. parser()Methods in com.google.cloud.channel.v1 with parameters of type Value Modifier and Type Method Description ParameterDefinition.BuilderParameterDefinition.Builder. addAllowedValues(int index, Value value)If not empty, parameter values must be drawn from this list.ParameterDefinition.BuilderParameterDefinition.Builder. addAllowedValues(Value value)If not empty, parameter values must be drawn from this list.Value.BuilderValue.Builder. mergeFrom(Value other)ParameterDefinition.BuilderParameterDefinition.Builder. mergeMaxValue(Value value)Maximum value of the parameter, if applicable.ParameterDefinition.BuilderParameterDefinition.Builder. mergeMinValue(Value value)Minimal value of the parameter, if applicable.Parameter.BuilderParameter.Builder. mergeValue(Value value)Value of the parameter.static Value.BuilderValue. newBuilder(Value prototype)ParameterDefinition.BuilderParameterDefinition.Builder. setAllowedValues(int index, Value value)If not empty, parameter values must be drawn from this list.ParameterDefinition.BuilderParameterDefinition.Builder. setMaxValue(Value value)Maximum value of the parameter, if applicable.ParameterDefinition.BuilderParameterDefinition.Builder. setMinValue(Value value)Minimal value of the parameter, if applicable.Parameter.BuilderParameter.Builder. setValue(Value value)Value of the parameter.Method parameters in com.google.cloud.channel.v1 with type arguments of type Value Modifier and Type Method Description ParameterDefinition.BuilderParameterDefinition.Builder. addAllAllowedValues(Iterable<? extends Value> values)If not empty, parameter values must be drawn from this list.
-