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 Details

    • getEndpoint

      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;