Interface Service.GatewayEndpointBindingOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getCreatedAt()
      Timestamp (milliseconds since epoch) when the binding was created
      java.lang.String getCreatedBy()
      User ID who created the binding
      com.google.protobuf.ByteString getCreatedByBytes()
      User ID who created the binding
      java.lang.String getEndpointId()
      ID of the endpoint this binding references
      com.google.protobuf.ByteString getEndpointIdBytes()
      ID of the endpoint this binding references
      long getLastUpdatedAt()
      Timestamp (milliseconds since epoch) when the binding was last updated
      java.lang.String getLastUpdatedBy()
      User ID who last updated the binding
      com.google.protobuf.ByteString getLastUpdatedByBytes()
      User ID who last updated the binding
      java.lang.String getResourceId()
      ID of the specific resource instance
      com.google.protobuf.ByteString getResourceIdBytes()
      ID of the specific resource instance
      java.lang.String getResourceType()
      Type of MLflow resource (e.g., "scorer_job")
      com.google.protobuf.ByteString getResourceTypeBytes()
      Type of MLflow resource (e.g., "scorer_job")
      boolean hasCreatedAt()
      Timestamp (milliseconds since epoch) when the binding was created
      boolean hasCreatedBy()
      User ID who created the binding
      boolean hasEndpointId()
      ID of the endpoint this binding references
      boolean hasLastUpdatedAt()
      Timestamp (milliseconds since epoch) when the binding was last updated
      boolean hasLastUpdatedBy()
      User ID who last updated the binding
      boolean hasResourceId()
      ID of the specific resource instance
      boolean hasResourceType()
      Type of MLflow resource (e.g., "scorer_job")
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasEndpointId

        boolean hasEndpointId()
         ID of the endpoint this binding references
         
        optional string endpoint_id = 1;
        Returns:
        Whether the endpointId field is set.
      • getEndpointId

        java.lang.String getEndpointId()
         ID of the endpoint this binding references
         
        optional string endpoint_id = 1;
        Returns:
        The endpointId.
      • getEndpointIdBytes

        com.google.protobuf.ByteString getEndpointIdBytes()
         ID of the endpoint this binding references
         
        optional string endpoint_id = 1;
        Returns:
        The bytes for endpointId.
      • hasResourceType

        boolean hasResourceType()
         Type of MLflow resource (e.g., "scorer_job")
         
        optional string resource_type = 2;
        Returns:
        Whether the resourceType field is set.
      • getResourceType

        java.lang.String getResourceType()
         Type of MLflow resource (e.g., "scorer_job")
         
        optional string resource_type = 2;
        Returns:
        The resourceType.
      • getResourceTypeBytes

        com.google.protobuf.ByteString getResourceTypeBytes()
         Type of MLflow resource (e.g., "scorer_job")
         
        optional string resource_type = 2;
        Returns:
        The bytes for resourceType.
      • hasResourceId

        boolean hasResourceId()
         ID of the specific resource instance
         
        optional string resource_id = 3;
        Returns:
        Whether the resourceId field is set.
      • getResourceId

        java.lang.String getResourceId()
         ID of the specific resource instance
         
        optional string resource_id = 3;
        Returns:
        The resourceId.
      • getResourceIdBytes

        com.google.protobuf.ByteString getResourceIdBytes()
         ID of the specific resource instance
         
        optional string resource_id = 3;
        Returns:
        The bytes for resourceId.
      • hasCreatedAt

        boolean hasCreatedAt()
         Timestamp (milliseconds since epoch) when the binding was created
         
        optional int64 created_at = 4;
        Returns:
        Whether the createdAt field is set.
      • getCreatedAt

        long getCreatedAt()
         Timestamp (milliseconds since epoch) when the binding was created
         
        optional int64 created_at = 4;
        Returns:
        The createdAt.
      • hasLastUpdatedAt

        boolean hasLastUpdatedAt()
         Timestamp (milliseconds since epoch) when the binding was last updated
         
        optional int64 last_updated_at = 5;
        Returns:
        Whether the lastUpdatedAt field is set.
      • getLastUpdatedAt

        long getLastUpdatedAt()
         Timestamp (milliseconds since epoch) when the binding was last updated
         
        optional int64 last_updated_at = 5;
        Returns:
        The lastUpdatedAt.
      • hasCreatedBy

        boolean hasCreatedBy()
         User ID who created the binding
         
        optional string created_by = 6;
        Returns:
        Whether the createdBy field is set.
      • getCreatedBy

        java.lang.String getCreatedBy()
         User ID who created the binding
         
        optional string created_by = 6;
        Returns:
        The createdBy.
      • getCreatedByBytes

        com.google.protobuf.ByteString getCreatedByBytes()
         User ID who created the binding
         
        optional string created_by = 6;
        Returns:
        The bytes for createdBy.
      • hasLastUpdatedBy

        boolean hasLastUpdatedBy()
         User ID who last updated the binding
         
        optional string last_updated_by = 7;
        Returns:
        Whether the lastUpdatedBy field is set.
      • getLastUpdatedBy

        java.lang.String getLastUpdatedBy()
         User ID who last updated the binding
         
        optional string last_updated_by = 7;
        Returns:
        The lastUpdatedBy.
      • getLastUpdatedByBytes

        com.google.protobuf.ByteString getLastUpdatedByBytes()
         User ID who last updated the binding
         
        optional string last_updated_by = 7;
        Returns:
        The bytes for lastUpdatedBy.