public class LogBucketName implements ResourceName
Inheritance
Object >
LogBucketName
Implements
com.google.api.resourcenames.ResourceName
Static Methods
public static String format(String project, String location, String bucket)
public static String formatBillingAccountLocationBucketName(String billingAccount, String location, String bucket)
public static String formatFolderLocationBucketName(String folder, String location, String bucket)
public static String formatOrganizationLocationBucketName(String organization, String location, String bucket)
public static String formatProjectLocationBucketName(String project, String location, String bucket)
isParsableFrom(String formattedString)
public static boolean isParsableFrom(String formattedString)
Parameter |
---|
Name | Description |
formattedString | String
|
newBillingAccountLocationBucketBuilder()
public static LogBucketName.BillingAccountLocationBucketBuilder newBillingAccountLocationBucketBuilder()
newBuilder()
public static LogBucketName.Builder newBuilder()
newFolderLocationBucketBuilder()
public static LogBucketName.FolderLocationBucketBuilder newFolderLocationBucketBuilder()
newOrganizationLocationBucketBuilder()
public static LogBucketName.OrganizationLocationBucketBuilder newOrganizationLocationBucketBuilder()
newProjectLocationBucketBuilder()
public static LogBucketName.Builder newProjectLocationBucketBuilder()
of(String project, String location, String bucket)
public static LogBucketName of(String project, String location, String bucket)
ofBillingAccountLocationBucketName(String billingAccount, String location, String bucket)
public static LogBucketName ofBillingAccountLocationBucketName(String billingAccount, String location, String bucket)
ofFolderLocationBucketName(String folder, String location, String bucket)
public static LogBucketName ofFolderLocationBucketName(String folder, String location, String bucket)
ofOrganizationLocationBucketName(String organization, String location, String bucket)
public static LogBucketName ofOrganizationLocationBucketName(String organization, String location, String bucket)
ofProjectLocationBucketName(String project, String location, String bucket)
public static LogBucketName ofProjectLocationBucketName(String project, String location, String bucket)
parse(String formattedString)
public static LogBucketName parse(String formattedString)
Parameter |
---|
Name | Description |
formattedString | String
|
parseList(List<String> formattedStrings)
public static List<LogBucketName> parseList(List<String> formattedStrings)
Parameter |
---|
Name | Description |
formattedStrings | List<String>
|
toStringList(List<LogBucketName> values)
public static List<String> toStringList(List<LogBucketName> values)
Constructors
LogBucketName()
protected LogBucketName()
Methods
equals(Object o)
public boolean equals(Object o)
Parameter |
---|
Name | Description |
o | Object
|
Overrides
getBillingAccount()
public String getBillingAccount()
getBucket()
public String getBucket()
getFieldValue(String fieldName)
public String getFieldValue(String fieldName)
Parameter |
---|
Name | Description |
fieldName | String
|
getFieldValuesMap()
public Map<String,String> getFieldValuesMap()
getFolder()
public String getFolder()
getLocation()
public String getLocation()
getOrganization()
public String getOrganization()
getProject()
public String getProject()
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
toBuilder()
public LogBucketName.Builder toBuilder()
toString()
Overrides