Class LogName

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

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

    • Method Detail

      • getProject

        public String getProject()
      • getLog

        public String getLog()
      • getOrganization

        public String getOrganization()
      • getFolder

        public String getFolder()
      • getBillingAccount

        public String getBillingAccount()
      • newProjectLogBuilder

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

        @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
        public static LogName.OrganizationLogBuilder newOrganizationLogBuilder()
      • newFolderLogBuilder

        @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
        public static LogName.FolderLogBuilder newFolderLogBuilder()
      • newBillingAccountLogBuilder

        @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
        public static LogName.BillingAccountLogBuilder newBillingAccountLogBuilder()
      • ofProjectLogName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static LogName ofProjectLogName​(String project,
                                               String log)
      • ofOrganizationLogName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static LogName ofOrganizationLogName​(String organization,
                                                    String log)
      • ofFolderLogName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static LogName ofFolderLogName​(String folder,
                                              String log)
      • ofBillingAccountLogName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static LogName ofBillingAccountLogName​(String billingAccount,
                                                      String log)
      • formatProjectLogName

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

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

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

        @BetaApi("The static format methods are not stable yet and may be changed in the future.")
        public static String formatBillingAccountLogName​(String billingAccount,
                                                         String log)
      • parse

        public static LogName parse​(String formattedString)
      • 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