Package inference
Interface GrpcService.TraceSettingRequest.SettingValueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GrpcService.TraceSettingRequest.SettingValue,GrpcService.TraceSettingRequest.SettingValue.Builder
- Enclosing class:
GrpcService.TraceSettingRequest
public static interface GrpcService.TraceSettingRequest.SettingValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetValue(int index) @@ @@ ..com.google.protobuf.ByteStringgetValueBytes(int index) @@ @@ ..int@@ @@ ..@@ @@ ..Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getValueList
@@ @@ .. cpp:var:: string value (repeated) @@ @@ The value. @@
repeated string value = 1;- Returns:
- A list containing the value.
-
getValueCount
int getValueCount()@@ @@ .. cpp:var:: string value (repeated) @@ @@ The value. @@
repeated string value = 1;- Returns:
- The count of value.
-
getValue
@@ @@ .. cpp:var:: string value (repeated) @@ @@ The value. @@
repeated string value = 1;- Parameters:
index- The index of the element to return.- Returns:
- The value at the given index.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes(int index) @@ @@ .. cpp:var:: string value (repeated) @@ @@ The value. @@
repeated string value = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the value at the given index.
-