public interface CustomOutputFormatConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCustomOutputFormatConfigCase()
public abstract CustomOutputFormatConfig.CustomOutputFormatConfigCase getCustomOutputFormatConfigCase()
Returns | |
---|---|
Type | Description |
CustomOutputFormatConfig.CustomOutputFormatConfigCase |
getReturnRawOutput()
public abstract boolean getReturnRawOutput()
Optional. Whether to return raw output.
bool return_raw_output = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
The returnRawOutput. |
hasReturnRawOutput()
public abstract boolean hasReturnRawOutput()
Optional. Whether to return raw output.
bool return_raw_output = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the returnRawOutput field is set. |