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 Classes Modifier and Type Class 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}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
LogViewName()
Deprecated.
-
Method Summary
-
-
-
Constructor Detail
-
LogViewName
@Deprecated protected LogViewName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getBucket
public String getBucket()
-
getView
public String getView()
-
getOrganization
public String getOrganization()
-
getFolder
public String getFolder()
-
getBillingAccount
public String getBillingAccount()
-
newBuilder
public static LogViewName.Builder newBuilder()
-
newProjectLocationBucketViewBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static LogViewName.Builder newProjectLocationBucketViewBuilder()
-
newOrganizationLocationBucketViewBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static LogViewName.OrganizationLocationBucketViewBuilder newOrganizationLocationBucketViewBuilder()
-
newFolderLocationBucketViewBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static LogViewName.FolderLocationBucketViewBuilder newFolderLocationBucketViewBuilder()
-
newBillingAccountLocationBucketViewBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static LogViewName.BillingAccountLocationBucketViewBuilder newBillingAccountLocationBucketViewBuilder()
-
toBuilder
public LogViewName.Builder toBuilder()
-
of
public static LogViewName of(String project, String location, String bucket, String view)
-
ofProjectLocationBucketViewName
@BetaApi("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)
-
ofOrganizationLocationBucketViewName
@BetaApi("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)
-
ofFolderLocationBucketViewName
@BetaApi("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)
-
ofBillingAccountLocationBucketViewName
@BetaApi("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)
-
formatProjectLocationBucketViewName
@BetaApi("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)
-
formatOrganizationLocationBucketViewName
@BetaApi("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)
-
formatFolderLocationBucketViewName
@BetaApi("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)
-
formatBillingAccountLocationBucketViewName
@BetaApi("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)
-
parse
public static LogViewName parse(String formattedString)
-
parseList
public static List<LogViewName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<LogViewName> values)
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
- Specified by:
getFieldValuesMap
in interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValue
in interfacecom.google.api.resourcenames.ResourceName
-
-