Uses of Class
com.google.logging.v2.LogBucketName
-
Packages that use LogBucketName Package Description com.google.cloud.logging.v2 A client to Cloud Logging APIcom.google.logging.v2 -
-
Uses of LogBucketName in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 with parameters of type LogBucketName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Link,LinkMetadata>ConfigClient. createLinkAsync(LogBucketName parent, Link link, String linkId)Asynchronously creates a linked dataset in BigQuery which makes it possible to use BigQuery to read the logs stored in the log bucket.ConfigClient.ListLinksPagedResponseConfigClient. listLinks(LogBucketName parent)Lists links. -
Uses of LogBucketName in com.google.logging.v2
Methods in com.google.logging.v2 that return LogBucketName Modifier and Type Method Description LogBucketNameLogBucketName.BillingAccountLocationBucketBuilder. build()LogBucketNameLogBucketName.Builder. build()LogBucketNameLogBucketName.FolderLocationBucketBuilder. build()LogBucketNameLogBucketName.OrganizationLocationBucketBuilder. build()static LogBucketNameLogBucketName. of(String project, String location, String bucket)static LogBucketNameLogBucketName. ofBillingAccountLocationBucketName(String billingAccount, String location, String bucket)static LogBucketNameLogBucketName. ofFolderLocationBucketName(String folder, String location, String bucket)static LogBucketNameLogBucketName. ofOrganizationLocationBucketName(String organization, String location, String bucket)static LogBucketNameLogBucketName. ofProjectLocationBucketName(String project, String location, String bucket)static LogBucketNameLogBucketName. parse(String formattedString)Methods in com.google.logging.v2 that return types with arguments of type LogBucketName Modifier and Type Method Description static List<LogBucketName>LogBucketName. parseList(List<String> formattedStrings)Method parameters in com.google.logging.v2 with type arguments of type LogBucketName Modifier and Type Method Description static List<String>LogBucketName. toStringList(List<LogBucketName> values)
-