Interface CustomOutputFormatConfigOrBuilder

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

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

    Modifier and Type
    Method
    Description
     
    boolean
    Optional.
    boolean
    Optional.

    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

    • hasReturnRawOutput

      boolean hasReturnRawOutput()
       Optional. Whether to return raw output.
       
      bool return_raw_output = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the returnRawOutput field is set.
    • getReturnRawOutput

      boolean getReturnRawOutput()
       Optional. Whether to return raw output.
       
      bool return_raw_output = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The returnRawOutput.
    • getCustomOutputFormatConfigCase