@Generated(value="by gapic-generator-java") public class LogViewName extends Object implements com.google.api.resourcenames.ResourceName
Modifier and Type | Class and Description |
---|---|
static class |
LogViewName.BillingAccountLocationBucketViewBuilder
Builder for
billingAccounts/{billing_account}/locations/{location}/buckets/{bucket}/views/{view}.
|
static class |
LogViewName.Builder
Builder for projects/{project}/locations/{location}/buckets/{bucket}/views/{view}.
|
static class |
LogViewName.FolderLocationBucketViewBuilder
Builder for folders/{folder}/locations/{location}/buckets/{bucket}/views/{view}.
|
static class |
LogViewName.OrganizationLocationBucketViewBuilder
Builder for organizations/{organization}/locations/{location}/buckets/{bucket}/views/{view}.
|
Modifier | Constructor and Description |
---|---|
protected |
LogViewName()
Deprecated.
|
@Deprecated protected LogViewName()
public String getProject()
public String getLocation()
public String getBucket()
public String getView()
public String getOrganization()
public String getFolder()
public String getBillingAccount()
public static LogViewName.Builder newBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static LogViewName.Builder newProjectLocationBucketViewBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static LogViewName.OrganizationLocationBucketViewBuilder newOrganizationLocationBucketViewBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static LogViewName.FolderLocationBucketViewBuilder newFolderLocationBucketViewBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static LogViewName.BillingAccountLocationBucketViewBuilder newBillingAccountLocationBucketViewBuilder()
public LogViewName.Builder toBuilder()
public static LogViewName of(String project, String location, String bucket, String view)
@BetaApi(value="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)
@BetaApi(value="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)
@BetaApi(value="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)
@BetaApi(value="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)
@BetaApi(value="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)
@BetaApi(value="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)
@BetaApi(value="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)
@BetaApi(value="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)
public static LogViewName parse(String formattedString)
public static List<LogViewName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<LogViewName> values)
public static boolean isParsableFrom(String formattedString)
public Map<String,String> getFieldValuesMap()
getFieldValuesMap
in interface com.google.api.resourcenames.ResourceName
public String getFieldValue(String fieldName)
getFieldValue
in interface com.google.api.resourcenames.ResourceName
Copyright © 2023 Google LLC. All rights reserved.