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

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

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

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

        public Service.GatewayEndpointBinding.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<Service.GatewayEndpointBinding.Builder>
      • isInitialized

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

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

        public Service.GatewayEndpointBinding.Builder setEndpointId​(java.lang.String value)
         ID of the endpoint this binding references
         
        optional string endpoint_id = 1;
        Parameters:
        value - The endpointId to set.
        Returns:
        This builder for chaining.
      • clearEndpointId

        public Service.GatewayEndpointBinding.Builder clearEndpointId()
         ID of the endpoint this binding references
         
        optional string endpoint_id = 1;
        Returns:
        This builder for chaining.
      • setEndpointIdBytes

        public Service.GatewayEndpointBinding.Builder setEndpointIdBytes​(com.google.protobuf.ByteString value)
         ID of the endpoint this binding references
         
        optional string endpoint_id = 1;
        Parameters:
        value - The bytes for endpointId to set.
        Returns:
        This builder for chaining.
      • setResourceType

        public Service.GatewayEndpointBinding.Builder setResourceType​(java.lang.String value)
         Type of MLflow resource (e.g., "scorer_job")
         
        optional string resource_type = 2;
        Parameters:
        value - The resourceType to set.
        Returns:
        This builder for chaining.
      • clearResourceType

        public Service.GatewayEndpointBinding.Builder clearResourceType()
         Type of MLflow resource (e.g., "scorer_job")
         
        optional string resource_type = 2;
        Returns:
        This builder for chaining.
      • setResourceTypeBytes

        public Service.GatewayEndpointBinding.Builder setResourceTypeBytes​(com.google.protobuf.ByteString value)
         Type of MLflow resource (e.g., "scorer_job")
         
        optional string resource_type = 2;
        Parameters:
        value - The bytes for resourceType to set.
        Returns:
        This builder for chaining.
      • setResourceId

        public Service.GatewayEndpointBinding.Builder setResourceId​(java.lang.String value)
         ID of the specific resource instance
         
        optional string resource_id = 3;
        Parameters:
        value - The resourceId to set.
        Returns:
        This builder for chaining.
      • setResourceIdBytes

        public Service.GatewayEndpointBinding.Builder setResourceIdBytes​(com.google.protobuf.ByteString value)
         ID of the specific resource instance
         
        optional string resource_id = 3;
        Parameters:
        value - The bytes for resourceId to set.
        Returns:
        This builder for chaining.
      • hasCreatedAt

        public boolean hasCreatedAt()
         Timestamp (milliseconds since epoch) when the binding was created
         
        optional int64 created_at = 4;
        Specified by:
        hasCreatedAt in interface Service.GatewayEndpointBindingOrBuilder
        Returns:
        Whether the createdAt field is set.
      • setCreatedAt

        public Service.GatewayEndpointBinding.Builder setCreatedAt​(long value)
         Timestamp (milliseconds since epoch) when the binding was created
         
        optional int64 created_at = 4;
        Parameters:
        value - The createdAt to set.
        Returns:
        This builder for chaining.
      • clearCreatedAt

        public Service.GatewayEndpointBinding.Builder clearCreatedAt()
         Timestamp (milliseconds since epoch) when the binding was created
         
        optional int64 created_at = 4;
        Returns:
        This builder for chaining.
      • hasLastUpdatedAt

        public boolean hasLastUpdatedAt()
         Timestamp (milliseconds since epoch) when the binding was last updated
         
        optional int64 last_updated_at = 5;
        Specified by:
        hasLastUpdatedAt in interface Service.GatewayEndpointBindingOrBuilder
        Returns:
        Whether the lastUpdatedAt field is set.
      • setLastUpdatedAt

        public Service.GatewayEndpointBinding.Builder setLastUpdatedAt​(long value)
         Timestamp (milliseconds since epoch) when the binding was last updated
         
        optional int64 last_updated_at = 5;
        Parameters:
        value - The lastUpdatedAt to set.
        Returns:
        This builder for chaining.
      • clearLastUpdatedAt

        public Service.GatewayEndpointBinding.Builder clearLastUpdatedAt()
         Timestamp (milliseconds since epoch) when the binding was last updated
         
        optional int64 last_updated_at = 5;
        Returns:
        This builder for chaining.
      • setCreatedBy

        public Service.GatewayEndpointBinding.Builder setCreatedBy​(java.lang.String value)
         User ID who created the binding
         
        optional string created_by = 6;
        Parameters:
        value - The createdBy to set.
        Returns:
        This builder for chaining.
      • setCreatedByBytes

        public Service.GatewayEndpointBinding.Builder setCreatedByBytes​(com.google.protobuf.ByteString value)
         User ID who created the binding
         
        optional string created_by = 6;
        Parameters:
        value - The bytes for createdBy to set.
        Returns:
        This builder for chaining.
      • setLastUpdatedBy

        public Service.GatewayEndpointBinding.Builder setLastUpdatedBy​(java.lang.String value)
         User ID who last updated the binding
         
        optional string last_updated_by = 7;
        Parameters:
        value - The lastUpdatedBy to set.
        Returns:
        This builder for chaining.
      • clearLastUpdatedBy

        public Service.GatewayEndpointBinding.Builder clearLastUpdatedBy()
         User ID who last updated the binding
         
        optional string last_updated_by = 7;
        Returns:
        This builder for chaining.
      • setLastUpdatedByBytes

        public Service.GatewayEndpointBinding.Builder setLastUpdatedByBytes​(com.google.protobuf.ByteString value)
         User ID who last updated the binding
         
        optional string last_updated_by = 7;
        Parameters:
        value - The bytes for lastUpdatedBy to set.
        Returns:
        This builder for chaining.