Interface Common.NamedEntityUpdateRequestOrBuilder

    • Method Detail

      • getResourceTypeValue

        int getResourceTypeValue()
         Resource type of the metadata to update
         +required
         
        .flyteidl.core.ResourceType resource_type = 1;
        Returns:
        The enum numeric value on the wire for resourceType.
      • getResourceType

        IdentifierOuterClass.ResourceType getResourceType()
         Resource type of the metadata to update
         +required
         
        .flyteidl.core.ResourceType resource_type = 1;
        Returns:
        The resourceType.
      • hasId

        boolean hasId()
         Identifier of the metadata to update
         +required
         
        .flyteidl.admin.NamedEntityIdentifier id = 2;
        Returns:
        Whether the id field is set.
      • getId

        Common.NamedEntityIdentifier getId()
         Identifier of the metadata to update
         +required
         
        .flyteidl.admin.NamedEntityIdentifier id = 2;
        Returns:
        The id.
      • hasMetadata

        boolean hasMetadata()
         Metadata object to set as the new value
         +required
         
        .flyteidl.admin.NamedEntityMetadata metadata = 3;
        Returns:
        Whether the metadata field is set.
      • getMetadata

        Common.NamedEntityMetadata getMetadata()
         Metadata object to set as the new value
         +required
         
        .flyteidl.admin.NamedEntityMetadata metadata = 3;
        Returns:
        The metadata.
      • getMetadataOrBuilder

        Common.NamedEntityMetadataOrBuilder getMetadataOrBuilder()
         Metadata object to set as the new value
         +required
         
        .flyteidl.admin.NamedEntityMetadata metadata = 3;