Class LogBucketName

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

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

      • LogBucketName

        @Deprecated
        protected LogBucketName()
        Deprecated.
    • Method Detail

      • getProject

        public String getProject()
      • getLocation

        public String getLocation()
      • getBucket

        public String getBucket()
      • getOrganization

        public String getOrganization()
      • getFolder

        public String getFolder()
      • getBillingAccount

        public String getBillingAccount()
      • newProjectLocationBucketBuilder

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

        @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
        public static LogBucketName.FolderLocationBucketBuilder newFolderLocationBucketBuilder()
      • ofProjectLocationBucketName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static LogBucketName ofProjectLocationBucketName​(String project,
                                                                String location,
                                                                String bucket)
      • ofOrganizationLocationBucketName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static LogBucketName ofOrganizationLocationBucketName​(String organization,
                                                                     String location,
                                                                     String bucket)
      • ofFolderLocationBucketName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static LogBucketName ofFolderLocationBucketName​(String folder,
                                                               String location,
                                                               String bucket)
      • ofBillingAccountLocationBucketName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static LogBucketName ofBillingAccountLocationBucketName​(String billingAccount,
                                                                       String location,
                                                                       String bucket)
      • formatProjectLocationBucketName

        @BetaApi("The static format methods are not stable yet and may be changed in the future.")
        public static String formatProjectLocationBucketName​(String project,
                                                             String location,
                                                             String bucket)
      • formatOrganizationLocationBucketName

        @BetaApi("The static format methods are not stable yet and may be changed in the future.")
        public static String formatOrganizationLocationBucketName​(String organization,
                                                                  String location,
                                                                  String bucket)
      • formatFolderLocationBucketName

        @BetaApi("The static format methods are not stable yet and may be changed in the future.")
        public static String formatFolderLocationBucketName​(String folder,
                                                            String location,
                                                            String bucket)
      • formatBillingAccountLocationBucketName

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