public interface LabelValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBoolValue()
A bool label value.
|
long |
getInt64Value()
An int64 label value.
|
String |
getStringValue()
A string label value.
|
com.google.protobuf.ByteString |
getStringValueBytes()
A string label value.
|
LabelValue.ValueCase |
getValueCase() |
boolean |
hasBoolValue()
A bool label value.
|
boolean |
hasInt64Value()
An int64 label value.
|
boolean |
hasStringValue()
A string label value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasBoolValue()
A bool label value.
bool bool_value = 1;boolean getBoolValue()
A bool label value.
bool bool_value = 1;boolean hasInt64Value()
An int64 label value.
int64 int64_value = 2;long getInt64Value()
An int64 label value.
int64 int64_value = 2;boolean hasStringValue()
A string label value.
string string_value = 3;String getStringValue()
A string label value.
string string_value = 3;com.google.protobuf.ByteString getStringValueBytes()
A string label value.
string string_value = 3;LabelValue.ValueCase getValueCase()
Copyright © 2024 Google LLC. All rights reserved.