Class LogViewName

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

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

      • LogViewName

        @Deprecated
        protected LogViewName()
        Deprecated.
    • Method Detail

      • getProject

        public String getProject()
      • getLocation

        public String getLocation()
      • getBucket

        public String getBucket()
      • getView

        public String getView()
      • getOrganization

        public String getOrganization()
      • getFolder

        public String getFolder()
      • getBillingAccount

        public String getBillingAccount()
      • newProjectLocationBucketViewBuilder

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

        @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
        public static LogViewName.FolderLocationBucketViewBuilder newFolderLocationBucketViewBuilder()
      • ofProjectLocationBucketViewName

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

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

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

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

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

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

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

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