public interface RawOutputOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getRawOutput(int index)
public abstract String getRawOutput(int index)
Output only. Raw output string.
repeated string raw_output = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The rawOutput at the given index. |
getRawOutputBytes(int index)
public abstract ByteString getRawOutputBytes(int index)
Output only. Raw output string.
repeated string raw_output = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the rawOutput at the given index. |
getRawOutputCount()
public abstract int getRawOutputCount()
Output only. Raw output string.
repeated string raw_output = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The count of rawOutput. |
getRawOutputList()
public abstract List<String> getRawOutputList()
Output only. Raw output string.
repeated string raw_output = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the rawOutput. |