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
Modifier and TypeMethodDescriptionA custom error message to display for remote codec server errors.A custom error message to display for remote codec server errors.The codec server endpoint.com.google.protobuf.ByteStringThe codec server endpoint.booleanWhether to include cross-origin credentials.booleanWhether to pass the user access token with your endpoint.booleanA custom error message to display for remote codec server errors.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
-
getEndpoint
-
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;
-