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 CodecServerSpec.CustomErrorMessagegetCustomErrorMessage()A custom error message to display for remote codec server errors.CodecServerSpec.CustomErrorMessageOrBuildergetCustomErrorMessageOrBuilder()A custom error message to display for remote codec server errors.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.booleanhasCustomErrorMessage()A custom error message to display for remote codec server errors.-
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.
-
hasCustomErrorMessage
boolean hasCustomErrorMessage()
A custom error message to display for remote codec server errors. temporal:versioning:min_version=v0.5.1
.temporal.api.cloud.namespace.v1.CodecServerSpec.CustomErrorMessage custom_error_message = 4;- Returns:
- Whether the customErrorMessage field is set.
-
getCustomErrorMessage
CodecServerSpec.CustomErrorMessage getCustomErrorMessage()
A custom error message to display for remote codec server errors. temporal:versioning:min_version=v0.5.1
.temporal.api.cloud.namespace.v1.CodecServerSpec.CustomErrorMessage custom_error_message = 4;- Returns:
- The customErrorMessage.
-
getCustomErrorMessageOrBuilder
CodecServerSpec.CustomErrorMessageOrBuilder getCustomErrorMessageOrBuilder()
A custom error message to display for remote codec server errors. temporal:versioning:min_version=v0.5.1
.temporal.api.cloud.namespace.v1.CodecServerSpec.CustomErrorMessage custom_error_message = 4;
-
-