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
-
newOrganizationLocationBucketBuilder
public static LogBucketName.OrganizationLocationBucketBuilder newOrganizationLocationBucketBuilder() -
newFolderLocationBucketBuilder
-
newBillingAccountLocationBucketBuilder
public static LogBucketName.BillingAccountLocationBucketBuilder newBillingAccountLocationBucketBuilder() -
toBuilder
-
of
-
ofProjectLocationBucketName
public static LogBucketName ofProjectLocationBucketName(String project, String location, String bucket) -
ofOrganizationLocationBucketName
public static LogBucketName ofOrganizationLocationBucketName(String organization, String location, String bucket) -
ofFolderLocationBucketName
public static LogBucketName ofFolderLocationBucketName(String folder, String location, String bucket) -
ofBillingAccountLocationBucketName
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()
-