Package | Description |
---|---|
com.google.cloud.logging.v2 |
A client to Cloud Logging API
|
com.google.cloud.logging.v2.stub | |
com.google.logging.v2 |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.longrunning.OperationFuture<Link,LinkMetadata> |
ConfigClient.createLinkAsync(CreateLinkRequest request)
Asynchronously creates a linked dataset in BigQuery which makes it possible to use BigQuery to
read the logs stored in the log bucket.
|
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.
|
com.google.api.gax.longrunning.OperationFuture<Link,LinkMetadata> |
ConfigClient.createLinkAsync(String 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.
|
com.google.api.gax.rpc.OperationCallable<CreateLinkRequest,Link,LinkMetadata> |
ConfigClient.createLinkOperationCallable()
Asynchronously creates a linked dataset in BigQuery which makes it possible to use BigQuery to
read the logs stored in the log bucket.
|
com.google.api.gax.rpc.OperationCallSettings<CreateLinkRequest,Link,LinkMetadata> |
ConfigSettings.createLinkOperationSettings()
Returns the object with the settings used for calls to createLink.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateLinkRequest,Link,LinkMetadata> |
ConfigSettings.Builder.createLinkOperationSettings()
Returns the builder for the settings used for calls to createLink.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,LinkMetadata> |
ConfigClient.deleteLinkAsync(DeleteLinkRequest request)
Deletes a link.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,LinkMetadata> |
ConfigClient.deleteLinkAsync(LinkName name)
Deletes a link.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,LinkMetadata> |
ConfigClient.deleteLinkAsync(String name)
Deletes a link.
|
com.google.api.gax.rpc.OperationCallable<DeleteLinkRequest,com.google.protobuf.Empty,LinkMetadata> |
ConfigClient.deleteLinkOperationCallable()
Deletes a link.
|
com.google.api.gax.rpc.OperationCallSettings<DeleteLinkRequest,com.google.protobuf.Empty,LinkMetadata> |
ConfigSettings.deleteLinkOperationSettings()
Returns the object with the settings used for calls to deleteLink.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteLinkRequest,com.google.protobuf.Empty,LinkMetadata> |
ConfigSettings.Builder.deleteLinkOperationSettings()
Returns the builder for the settings used for calls to deleteLink.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.OperationCallable<CreateLinkRequest,Link,LinkMetadata> |
GrpcConfigServiceV2Stub.createLinkOperationCallable() |
com.google.api.gax.rpc.OperationCallable<CreateLinkRequest,Link,LinkMetadata> |
ConfigServiceV2Stub.createLinkOperationCallable() |
com.google.api.gax.rpc.OperationCallSettings<CreateLinkRequest,Link,LinkMetadata> |
ConfigServiceV2StubSettings.createLinkOperationSettings()
Returns the object with the settings used for calls to createLink.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateLinkRequest,Link,LinkMetadata> |
ConfigServiceV2StubSettings.Builder.createLinkOperationSettings()
Returns the builder for the settings used for calls to createLink.
|
com.google.api.gax.rpc.OperationCallable<DeleteLinkRequest,com.google.protobuf.Empty,LinkMetadata> |
GrpcConfigServiceV2Stub.deleteLinkOperationCallable() |
com.google.api.gax.rpc.OperationCallable<DeleteLinkRequest,com.google.protobuf.Empty,LinkMetadata> |
ConfigServiceV2Stub.deleteLinkOperationCallable() |
com.google.api.gax.rpc.OperationCallSettings<DeleteLinkRequest,com.google.protobuf.Empty,LinkMetadata> |
ConfigServiceV2StubSettings.deleteLinkOperationSettings()
Returns the object with the settings used for calls to deleteLink.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteLinkRequest,com.google.protobuf.Empty,LinkMetadata> |
ConfigServiceV2StubSettings.Builder.deleteLinkOperationSettings()
Returns the builder for the settings used for calls to deleteLink.
|
Modifier and Type | Method and Description |
---|---|
LinkMetadata |
LinkMetadata.Builder.build() |
LinkMetadata |
LinkMetadata.Builder.buildPartial() |
static LinkMetadata |
LinkMetadata.getDefaultInstance() |
LinkMetadata |
LinkMetadata.getDefaultInstanceForType() |
LinkMetadata |
LinkMetadata.Builder.getDefaultInstanceForType() |
static LinkMetadata |
LinkMetadata.parseDelimitedFrom(InputStream input) |
static LinkMetadata |
LinkMetadata.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LinkMetadata |
LinkMetadata.parseFrom(byte[] data) |
static LinkMetadata |
LinkMetadata.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LinkMetadata |
LinkMetadata.parseFrom(ByteBuffer data) |
static LinkMetadata |
LinkMetadata.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LinkMetadata |
LinkMetadata.parseFrom(com.google.protobuf.ByteString data) |
static LinkMetadata |
LinkMetadata.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LinkMetadata |
LinkMetadata.parseFrom(com.google.protobuf.CodedInputStream input) |
static LinkMetadata |
LinkMetadata.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LinkMetadata |
LinkMetadata.parseFrom(InputStream input) |
static LinkMetadata |
LinkMetadata.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<LinkMetadata> |
LinkMetadata.getParserForType() |
static com.google.protobuf.Parser<LinkMetadata> |
LinkMetadata.parser() |
Modifier and Type | Method and Description |
---|---|
LinkMetadata.Builder |
LinkMetadata.Builder.mergeFrom(LinkMetadata other) |
static LinkMetadata.Builder |
LinkMetadata.newBuilder(LinkMetadata prototype) |
Copyright © 2023 Google LLC. All rights reserved.