Package com.google.logging.v2
Class LogBucketName
java.lang.Object
com.google.logging.v2.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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for billingAccounts/{billing_account}/locations/{location}/buckets/{bucket}.static classBuilder for projects/{project}/locations/{location}/buckets/{bucket}.static classBuilder for folders/{folder}/locations/{location}/buckets/{bucket}.static classBuilder for organizations/{organization}/locations/{location}/buckets/{bucket}. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic Stringstatic StringformatBillingAccountLocationBucketName(String billingAccount, String location, String bucket) static StringformatFolderLocationBucketName(String folder, String location, String bucket) static StringformatOrganizationLocationBucketName(String organization, String location, String bucket) static StringformatProjectLocationBucketName(String project, String location, String bucket) getFieldValue(String fieldName) inthashCode()static booleanisParsableFrom(String formattedString) static LogBucketName.Builderstatic LogBucketName.Builderstatic LogBucketNamestatic LogBucketNameofBillingAccountLocationBucketName(String billingAccount, String location, String bucket) static LogBucketNameofFolderLocationBucketName(String folder, String location, String bucket) static LogBucketNameofOrganizationLocationBucketName(String organization, String location, String bucket) static LogBucketNameofProjectLocationBucketName(String project, String location, String bucket) static LogBucketNamestatic List<LogBucketName>toString()toStringList(List<LogBucketName> values)
-
Constructor Details
-
LogBucketName
Deprecated.
-
-
Method Details
-
getProject
-
getLocation
-
getBucket
-
getOrganization
-
getFolder
-
getBillingAccount
-
newBuilder
-
newProjectLocationBucketBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static LogBucketName.Builder newProjectLocationBucketBuilder() -
newOrganizationLocationBucketBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static LogBucketName.OrganizationLocationBucketBuilder newOrganizationLocationBucketBuilder() -
newFolderLocationBucketBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static LogBucketName.FolderLocationBucketBuilder newFolderLocationBucketBuilder() -
newBillingAccountLocationBucketBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static LogBucketName.BillingAccountLocationBucketBuilder newBillingAccountLocationBucketBuilder() -
toBuilder
-
of
-
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) -
format
-
formatProjectLocationBucketName
-
formatOrganizationLocationBucketName
-
formatFolderLocationBucketName
-
formatBillingAccountLocationBucketName
-
parse
-
parseList
-
toStringList
-
isParsableFrom
-
getFieldValuesMap
- Specified by:
getFieldValuesMapin interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
- Specified by:
getFieldValuein interfacecom.google.api.resourcenames.ResourceName
-
toString
-
equals
-
hashCode
public int hashCode()
-