public interface RawOutputOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getRawOutput(int index)
Output only.
|
com.google.protobuf.ByteString |
getRawOutputBytes(int index)
Output only.
|
int |
getRawOutputCount()
Output only.
|
List<String> |
getRawOutputList()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getRawOutputList()
Output only. Raw output string.
repeated string raw_output = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];int getRawOutputCount()
Output only. Raw output string.
repeated string raw_output = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];String getRawOutput(int index)
Output only. Raw output string.
repeated string raw_output = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];index - The index of the element to return.com.google.protobuf.ByteString getRawOutputBytes(int index)
Output only. Raw output string.
repeated string raw_output = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.