Interface RawOutputOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RawOutput, RawOutput.Builder

@Generated public interface RawOutputOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getRawOutput(int index)
    Output only.
    com.google.protobuf.ByteString
    getRawOutputBytes(int index)
    Output only.
    int
    Output only.
    Output only.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getRawOutputList

      List<String> getRawOutputList()
       Output only. Raw output string.
       
      repeated string raw_output = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      A list containing the rawOutput.
    • getRawOutputCount

      int getRawOutputCount()
       Output only. Raw output string.
       
      repeated string raw_output = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The count of rawOutput.
    • getRawOutput

      String getRawOutput(int index)
       Output only. Raw output string.
       
      repeated string raw_output = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      index - The index of the element to return.
      Returns:
      The rawOutput at the given index.
    • getRawOutputBytes

      com.google.protobuf.ByteString getRawOutputBytes(int index)
       Output only. Raw output string.
       
      repeated string raw_output = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the rawOutput at the given index.