Class CreateNexusEndpointResponse.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<CreateNexusEndpointResponse.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<CreateNexusEndpointResponse.Builder>
      • getDefaultInstanceForType

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

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

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

        public CreateNexusEndpointResponse.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                    int index,
                                                                    java.lang.Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CreateNexusEndpointResponse.Builder>
      • addRepeatedField

        public CreateNexusEndpointResponse.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                    java.lang.Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CreateNexusEndpointResponse.Builder>
      • isInitialized

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

        public CreateNexusEndpointResponse.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<CreateNexusEndpointResponse.Builder>
        Throws:
        java.io.IOException
      • setEndpointId

        public CreateNexusEndpointResponse.Builder setEndpointId​(java.lang.String value)
         The id of the endpoint that was created.
         
        string endpoint_id = 1;
        Parameters:
        value - The endpointId to set.
        Returns:
        This builder for chaining.
      • clearEndpointId

        public CreateNexusEndpointResponse.Builder clearEndpointId()
         The id of the endpoint that was created.
         
        string endpoint_id = 1;
        Returns:
        This builder for chaining.
      • setEndpointIdBytes

        public CreateNexusEndpointResponse.Builder setEndpointIdBytes​(com.google.protobuf.ByteString value)
         The id of the endpoint that was created.
         
        string endpoint_id = 1;
        Parameters:
        value - The bytes for endpointId to set.
        Returns:
        This builder for chaining.
      • hasAsyncOperation

        public boolean hasAsyncOperation()
         The async operation.
         
        .temporal.api.cloud.operation.v1.AsyncOperation async_operation = 2;
        Specified by:
        hasAsyncOperation in interface CreateNexusEndpointResponseOrBuilder
        Returns:
        Whether the asyncOperation field is set.
      • clearAsyncOperation

        public CreateNexusEndpointResponse.Builder clearAsyncOperation()
         The async operation.
         
        .temporal.api.cloud.operation.v1.AsyncOperation async_operation = 2;
      • getAsyncOperationBuilder

        public AsyncOperation.Builder getAsyncOperationBuilder()
         The async operation.
         
        .temporal.api.cloud.operation.v1.AsyncOperation async_operation = 2;
      • mergeUnknownFields

        public final CreateNexusEndpointResponse.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CreateNexusEndpointResponse.Builder>