Class AddOrUpdateRemoteClusterRequest.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<AddOrUpdateRemoteClusterRequest.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<AddOrUpdateRemoteClusterRequest.Builder>
      • getDefaultInstanceForType

        public AddOrUpdateRemoteClusterRequest getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public AddOrUpdateRemoteClusterRequest build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public AddOrUpdateRemoteClusterRequest buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<AddOrUpdateRemoteClusterRequest.Builder>
      • mergeFrom

        public AddOrUpdateRemoteClusterRequest.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                          throws java.io.IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<AddOrUpdateRemoteClusterRequest.Builder>
        Throws:
        java.io.IOException
      • getFrontendAddress

        public java.lang.String getFrontendAddress()
         Frontend Address is a cross cluster accessible address for gRPC traffic. This field is required.
         
        string frontend_address = 1;
        Specified by:
        getFrontendAddress in interface AddOrUpdateRemoteClusterRequestOrBuilder
        Returns:
        The frontendAddress.
      • getFrontendAddressBytes

        public com.google.protobuf.ByteString getFrontendAddressBytes()
         Frontend Address is a cross cluster accessible address for gRPC traffic. This field is required.
         
        string frontend_address = 1;
        Specified by:
        getFrontendAddressBytes in interface AddOrUpdateRemoteClusterRequestOrBuilder
        Returns:
        The bytes for frontendAddress.
      • setFrontendAddress

        public AddOrUpdateRemoteClusterRequest.Builder setFrontendAddress​(java.lang.String value)
         Frontend Address is a cross cluster accessible address for gRPC traffic. This field is required.
         
        string frontend_address = 1;
        Parameters:
        value - The frontendAddress to set.
        Returns:
        This builder for chaining.
      • clearFrontendAddress

        public AddOrUpdateRemoteClusterRequest.Builder clearFrontendAddress()
         Frontend Address is a cross cluster accessible address for gRPC traffic. This field is required.
         
        string frontend_address = 1;
        Returns:
        This builder for chaining.
      • setFrontendAddressBytes

        public AddOrUpdateRemoteClusterRequest.Builder setFrontendAddressBytes​(com.google.protobuf.ByteString value)
         Frontend Address is a cross cluster accessible address for gRPC traffic. This field is required.
         
        string frontend_address = 1;
        Parameters:
        value - The bytes for frontendAddress to set.
        Returns:
        This builder for chaining.
      • setEnableRemoteClusterConnection

        public AddOrUpdateRemoteClusterRequest.Builder setEnableRemoteClusterConnection​(boolean value)
         Flag to enable / disable the cross cluster connection.
         
        bool enable_remote_cluster_connection = 2;
        Parameters:
        value - The enableRemoteClusterConnection to set.
        Returns:
        This builder for chaining.
      • clearEnableRemoteClusterConnection

        public AddOrUpdateRemoteClusterRequest.Builder clearEnableRemoteClusterConnection()
         Flag to enable / disable the cross cluster connection.
         
        bool enable_remote_cluster_connection = 2;
        Returns:
        This builder for chaining.
      • getFrontendHttpAddress

        public java.lang.String getFrontendHttpAddress()
         Frontend HTTP Address is a cross cluster accessible address for HTTP traffic. This field is optional. If not provided
          on update, the existing HTTP address will be removed.
         
        string frontend_http_address = 3;
        Specified by:
        getFrontendHttpAddress in interface AddOrUpdateRemoteClusterRequestOrBuilder
        Returns:
        The frontendHttpAddress.
      • getFrontendHttpAddressBytes

        public com.google.protobuf.ByteString getFrontendHttpAddressBytes()
         Frontend HTTP Address is a cross cluster accessible address for HTTP traffic. This field is optional. If not provided
          on update, the existing HTTP address will be removed.
         
        string frontend_http_address = 3;
        Specified by:
        getFrontendHttpAddressBytes in interface AddOrUpdateRemoteClusterRequestOrBuilder
        Returns:
        The bytes for frontendHttpAddress.
      • setFrontendHttpAddress

        public AddOrUpdateRemoteClusterRequest.Builder setFrontendHttpAddress​(java.lang.String value)
         Frontend HTTP Address is a cross cluster accessible address for HTTP traffic. This field is optional. If not provided
          on update, the existing HTTP address will be removed.
         
        string frontend_http_address = 3;
        Parameters:
        value - The frontendHttpAddress to set.
        Returns:
        This builder for chaining.
      • clearFrontendHttpAddress

        public AddOrUpdateRemoteClusterRequest.Builder clearFrontendHttpAddress()
         Frontend HTTP Address is a cross cluster accessible address for HTTP traffic. This field is optional. If not provided
          on update, the existing HTTP address will be removed.
         
        string frontend_http_address = 3;
        Returns:
        This builder for chaining.
      • setFrontendHttpAddressBytes

        public AddOrUpdateRemoteClusterRequest.Builder setFrontendHttpAddressBytes​(com.google.protobuf.ByteString value)
         Frontend HTTP Address is a cross cluster accessible address for HTTP traffic. This field is optional. If not provided
          on update, the existing HTTP address will be removed.
         
        string frontend_http_address = 3;
        Parameters:
        value - The bytes for frontendHttpAddress to set.
        Returns:
        This builder for chaining.