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.ListLinksPagedResponse
ConfigClient. 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 LogBucketName
LogBucketName.BillingAccountLocationBucketBuilder. build()
LogBucketName
LogBucketName.Builder. build()
LogBucketName
LogBucketName.FolderLocationBucketBuilder. build()
LogBucketName
LogBucketName.OrganizationLocationBucketBuilder. build()
static LogBucketName
LogBucketName. of(String project, String location, String bucket)
static LogBucketName
LogBucketName. ofBillingAccountLocationBucketName(String billingAccount, String location, String bucket)
static LogBucketName
LogBucketName. ofFolderLocationBucketName(String folder, String location, String bucket)
static LogBucketName
LogBucketName. ofOrganizationLocationBucketName(String organization, String location, String bucket)
static LogBucketName
LogBucketName. ofProjectLocationBucketName(String project, String location, String bucket)
static LogBucketName
LogBucketName. 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)
-