public static interface Parameter.ValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
double |
getDoubleValue()
Represents a double value.
|
long |
getInt64Value()
Represents an int64 value.
|
Parameter.Value.KindCase |
getKindCase() |
String |
getStringValue()
Represents a string value.
|
com.google.protobuf.ByteString |
getStringValueBytes()
Represents a string value.
|
boolean |
hasDoubleValue()
Represents a double value.
|
boolean |
hasInt64Value()
Represents an int64 value.
|
boolean |
hasStringValue()
Represents a string value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasInt64Value()
Represents an int64 value.
int64 int64_value = 3;long getInt64Value()
Represents an int64 value.
int64 int64_value = 3;boolean hasStringValue()
Represents a string value.
string string_value = 4;String getStringValue()
Represents a string value.
string string_value = 4;com.google.protobuf.ByteString getStringValueBytes()
Represents a string value.
string string_value = 4;boolean hasDoubleValue()
Represents a double value.
double double_value = 5;double getDoubleValue()
Represents a double value.
double double_value = 5;Parameter.Value.KindCase getKindCase()
Copyright © 2023 Google LLC. All rights reserved.