Package | Description |
---|---|
com.google.cloud.logging.v2 |
A client to Cloud Logging API
|
com.google.logging.v2 |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
LogBucketName |
LogBucketName.Builder.build() |
LogBucketName |
LogBucketName.OrganizationLocationBucketBuilder.build() |
LogBucketName |
LogBucketName.FolderLocationBucketBuilder.build() |
LogBucketName |
LogBucketName.BillingAccountLocationBucketBuilder.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) |
Modifier and Type | Method and Description |
---|---|
static List<LogBucketName> |
LogBucketName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
static List<String> |
LogBucketName.toStringList(List<LogBucketName> values) |
Copyright © 2023 Google LLC. All rights reserved.