Interface ConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Config,Config.Builder
public interface ConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionResponse data as a data source.Response data as a data source.booleanResponse data as a data source.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasResponse
boolean hasResponse()Response data as a data source.
.envoy.api.v2.core.DataSource response = 1;- Returns:
- Whether the response field is set.
-
getResponse
DataSource getResponse()Response data as a data source.
.envoy.api.v2.core.DataSource response = 1;- Returns:
- The response.
-
getResponseOrBuilder
DataSourceOrBuilder getResponseOrBuilder()Response data as a data source.
.envoy.api.v2.core.DataSource response = 1;
-