Uses of Class
com.google.logging.v2.LinkName
-
Packages that use LinkName Package Description com.google.cloud.logging.v2 A client to Cloud Logging APIcom.google.logging.v2 -
-
Uses of LinkName in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 with parameters of type LinkName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,LinkMetadata>
ConfigClient. deleteLinkAsync(LinkName name)
Deletes a link.Link
ConfigClient. getLink(LinkName name)
Gets a link. -
Uses of LinkName in com.google.logging.v2
Methods in com.google.logging.v2 that return LinkName Modifier and Type Method Description LinkName
LinkName.BillingAccountLocationBucketLinkBuilder. build()
LinkName
LinkName.Builder. build()
LinkName
LinkName.FolderLocationBucketLinkBuilder. build()
LinkName
LinkName.OrganizationLocationBucketLinkBuilder. build()
static LinkName
LinkName. of(String project, String location, String bucket, String link)
static LinkName
LinkName. ofBillingAccountLocationBucketLinkName(String billingAccount, String location, String bucket, String link)
static LinkName
LinkName. ofFolderLocationBucketLinkName(String folder, String location, String bucket, String link)
static LinkName
LinkName. ofOrganizationLocationBucketLinkName(String organization, String location, String bucket, String link)
static LinkName
LinkName. ofProjectLocationBucketLinkName(String project, String location, String bucket, String link)
static LinkName
LinkName. parse(String formattedString)
Methods in com.google.logging.v2 that return types with arguments of type LinkName Modifier and Type Method Description static List<LinkName>
LinkName. parseList(List<String> formattedStrings)
Method parameters in com.google.logging.v2 with type arguments of type LinkName Modifier and Type Method Description static List<String>
LinkName. toStringList(List<LinkName> values)
-