Package com.google.logging.v2
Class LogViewName
java.lang.Object
com.google.logging.v2.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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for billingAccounts/{billing_account}/locations/{location}/buckets/{bucket}/views/{view}.static classBuilder for projects/{project}/locations/{location}/buckets/{bucket}/views/{view}.static classBuilder for folders/{folder}/locations/{location}/buckets/{bucket}/views/{view}.static classBuilder for organizations/{organization}/locations/{location}/buckets/{bucket}/views/{view}. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic Stringstatic StringformatBillingAccountLocationBucketViewName(String billingAccount, String location, String bucket, String view) static StringformatFolderLocationBucketViewName(String folder, String location, String bucket, String view) static StringformatOrganizationLocationBucketViewName(String organization, String location, String bucket, String view) static StringformatProjectLocationBucketViewName(String project, String location, String bucket, String view) getFieldValue(String fieldName) getView()inthashCode()static booleanisParsableFrom(String formattedString) static LogViewName.Builderstatic LogViewName.Builderstatic LogViewNamestatic LogViewNameofBillingAccountLocationBucketViewName(String billingAccount, String location, String bucket, String view) static LogViewNameofFolderLocationBucketViewName(String folder, String location, String bucket, String view) static LogViewNameofOrganizationLocationBucketViewName(String organization, String location, String bucket, String view) static LogViewNameofProjectLocationBucketViewName(String project, String location, String bucket, String view) static LogViewNamestatic List<LogViewName>toString()toStringList(List<LogViewName> values)
-
Constructor Details
-
LogViewName
Deprecated.
-
-
Method Details
-
getProject
-
getLocation
-
getBucket
-
getView
-
getOrganization
-
getFolder
-
getBillingAccount
-
newBuilder
-
newProjectLocationBucketViewBuilder
-
newOrganizationLocationBucketViewBuilder
public static LogViewName.OrganizationLocationBucketViewBuilder newOrganizationLocationBucketViewBuilder() -
newFolderLocationBucketViewBuilder
-
newBillingAccountLocationBucketViewBuilder
public static LogViewName.BillingAccountLocationBucketViewBuilder newBillingAccountLocationBucketViewBuilder() -
toBuilder
-
of
-
ofProjectLocationBucketViewName
public static LogViewName ofProjectLocationBucketViewName(String project, String location, String bucket, String view) -
ofOrganizationLocationBucketViewName
public static LogViewName ofOrganizationLocationBucketViewName(String organization, String location, String bucket, String view) -
ofFolderLocationBucketViewName
public static LogViewName ofFolderLocationBucketViewName(String folder, String location, String bucket, String view) -
ofBillingAccountLocationBucketViewName
public static LogViewName ofBillingAccountLocationBucketViewName(String billingAccount, String location, String bucket, String view) -
format
-
formatProjectLocationBucketViewName
-
formatOrganizationLocationBucketViewName
-
formatFolderLocationBucketViewName
-
formatBillingAccountLocationBucketViewName
-
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()
-