Class LogSinkName

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

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

      • LogSinkName

        @Deprecated
        protected LogSinkName()
        Deprecated.
    • Method Detail

      • getProject

        public String getProject()
      • getSink

        public String getSink()
      • getOrganization

        public String getOrganization()
      • getFolder

        public String getFolder()
      • getBillingAccount

        public String getBillingAccount()
      • newProjectSinkBuilder

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

        @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
        public static LogSinkName.OrganizationSinkBuilder newOrganizationSinkBuilder()
      • newFolderSinkBuilder

        @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
        public static LogSinkName.FolderSinkBuilder newFolderSinkBuilder()
      • newBillingAccountSinkBuilder

        @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
        public static LogSinkName.BillingAccountSinkBuilder newBillingAccountSinkBuilder()
      • ofProjectSinkName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static LogSinkName ofProjectSinkName​(String project,
                                                    String sink)
      • ofOrganizationSinkName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static LogSinkName ofOrganizationSinkName​(String organization,
                                                         String sink)
      • ofFolderSinkName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static LogSinkName ofFolderSinkName​(String folder,
                                                   String sink)
      • ofBillingAccountSinkName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static LogSinkName ofBillingAccountSinkName​(String billingAccount,
                                                           String sink)
      • formatProjectSinkName

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

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

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

        @BetaApi("The static format methods are not stable yet and may be changed in the future.")
        public static String formatBillingAccountSinkName​(String billingAccount,
                                                          String sink)
      • 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