Interface ProjectDomainAttributesOuterClass.ProjectDomainAttributesDeleteRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDomain()
      Unique domain id which this set of attributes references.
      com.google.protobuf.ByteString getDomainBytes()
      Unique domain id which this set of attributes references.
      java.lang.String getProject()
      Unique project id which this set of attributes references.
      com.google.protobuf.ByteString getProjectBytes()
      Unique project id which this set of attributes references.
      MatchableResourceOuterClass.MatchableResource getResourceType()
      .flyteidl.admin.MatchableResource resource_type = 3;
      int getResourceTypeValue()
      .flyteidl.admin.MatchableResource resource_type = 3;
      • 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

      • getProject

        java.lang.String getProject()
         Unique project id which this set of attributes references.
         
        string project = 1;
        Returns:
        The project.
      • getProjectBytes

        com.google.protobuf.ByteString getProjectBytes()
         Unique project id which this set of attributes references.
         
        string project = 1;
        Returns:
        The bytes for project.
      • getDomain

        java.lang.String getDomain()
         Unique domain id which this set of attributes references.
         
        string domain = 2;
        Returns:
        The domain.
      • getDomainBytes

        com.google.protobuf.ByteString getDomainBytes()
         Unique domain id which this set of attributes references.
         
        string domain = 2;
        Returns:
        The bytes for domain.
      • getResourceTypeValue

        int getResourceTypeValue()
        .flyteidl.admin.MatchableResource resource_type = 3;
        Returns:
        The enum numeric value on the wire for resourceType.