Class ApprovalRequestName

  • All Implemented Interfaces:
    com.google.api.resourcenames.ResourceName

    @Generated("by gapic-generator-java")
    public class ApprovalRequestName
    extends Object
    implements com.google.api.resourcenames.ResourceName
    • Constructor Detail

      • ApprovalRequestName

        @Deprecated
        protected ApprovalRequestName()
        Deprecated.
    • Method Detail

      • getProject

        public String getProject()
      • getApprovalRequest

        public String getApprovalRequest()
      • getFolder

        public String getFolder()
      • getOrganization

        public String getOrganization()
      • newProjectApprovalRequestBuilder

        @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
        public static ApprovalRequestName.Builder newProjectApprovalRequestBuilder()
      • ofProjectApprovalRequestName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static ApprovalRequestName ofProjectApprovalRequestName​(String project,
                                                                       String approvalRequest)
      • ofFolderApprovalRequestName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static ApprovalRequestName ofFolderApprovalRequestName​(String folder,
                                                                      String approvalRequest)
      • ofOrganizationApprovalRequestName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static ApprovalRequestName ofOrganizationApprovalRequestName​(String organization,
                                                                            String approvalRequest)
      • formatProjectApprovalRequestName

        @BetaApi("The static format methods are not stable yet and may be changed in the future.")
        public static String formatProjectApprovalRequestName​(String project,
                                                              String approvalRequest)
      • formatFolderApprovalRequestName

        @BetaApi("The static format methods are not stable yet and may be changed in the future.")
        public static String formatFolderApprovalRequestName​(String folder,
                                                             String approvalRequest)
      • formatOrganizationApprovalRequestName

        @BetaApi("The static format methods are not stable yet and may be changed in the future.")
        public static String formatOrganizationApprovalRequestName​(String organization,
                                                                   String approvalRequest)
      • isParsableFrom

        public static boolean isParsableFrom​(String formattedString)
      • getFieldValuesMap

        public Map<String,​String> getFieldValuesMap()
        Specified by:
        getFieldValuesMap in interface com.google.api.resourcenames.ResourceName
      • getFieldValue

        public String getFieldValue​(String fieldName)
        Specified by:
        getFieldValue in interface com.google.api.resourcenames.ResourceName
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object