Interface CodecServerSpecOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CodecServerSpec,CodecServerSpec.Builder
@Generated(value="protoc", comments="annotations:CodecServerSpecOrBuilder.java.pb.meta") public interface CodecServerSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetEndpoint()The codec server endpoint.com.google.protobuf.ByteStringgetEndpointBytes()The codec server endpoint.booleangetIncludeCrossOriginCredentials()Whether to include cross-origin credentials.booleangetPassAccessToken()Whether to pass the user access token with your endpoint.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getEndpoint
java.lang.String getEndpoint()
The codec server endpoint.
string endpoint = 1;- Returns:
- The endpoint.
-
getEndpointBytes
com.google.protobuf.ByteString getEndpointBytes()
The codec server endpoint.
string endpoint = 1;- Returns:
- The bytes for endpoint.
-
getPassAccessToken
boolean getPassAccessToken()
Whether to pass the user access token with your endpoint.
bool pass_access_token = 2;- Returns:
- The passAccessToken.
-
getIncludeCrossOriginCredentials
boolean getIncludeCrossOriginCredentials()
Whether to include cross-origin credentials.
bool include_cross_origin_credentials = 3;- Returns:
- The includeCrossOriginCredentials.
-
-