public interface ParameterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Name of the parameter.
string name = 1;com.google.protobuf.ByteString getNameBytes()
Name of the parameter.
string name = 1;boolean hasValue()
Value of parameter.
.google.cloud.commerce.consumer.procurement.v1.Parameter.Value value = 2;Parameter.Value getValue()
Value of parameter.
.google.cloud.commerce.consumer.procurement.v1.Parameter.Value value = 2;Parameter.ValueOrBuilder getValueOrBuilder()
Value of parameter.
.google.cloud.commerce.consumer.procurement.v1.Parameter.Value value = 2;Copyright © 2024 Google LLC. All rights reserved.