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 |
---|---|
Link |
ConfigClient.getLink(GetLinkRequest request)
Gets a link.
|
Link |
ConfigClient.getLink(LinkName name)
Gets a link.
|
Link |
ConfigClient.getLink(String name)
Gets a link.
|
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.rpc.UnaryCallable<GetLinkRequest,Link> |
ConfigClient.getLinkCallable()
Gets a link.
|
com.google.api.gax.rpc.UnaryCallSettings<GetLinkRequest,Link> |
ConfigSettings.getLinkSettings()
Returns the object with the settings used for calls to getLink.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetLinkRequest,Link> |
ConfigSettings.Builder.getLinkSettings()
Returns the builder for the settings used for calls to getLink.
|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static com.google.api.core.ApiFuture<ConfigClient.ListLinksPagedResponse> |
ConfigClient.ListLinksPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListLinksRequest,ListLinksResponse,Link> context,
com.google.api.core.ApiFuture<ListLinksResponse> futureResponse) |
protected ConfigClient.ListLinksPage |
ConfigClient.ListLinksPage.createPage(com.google.api.gax.rpc.PageContext<ListLinksRequest,ListLinksResponse,Link> context,
ListLinksResponse response) |
com.google.api.core.ApiFuture<ConfigClient.ListLinksPage> |
ConfigClient.ListLinksPage.createPageAsync(com.google.api.gax.rpc.PageContext<ListLinksRequest,ListLinksResponse,Link> context,
com.google.api.core.ApiFuture<ListLinksResponse> futureResponse) |
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.UnaryCallable<GetLinkRequest,Link> |
GrpcConfigServiceV2Stub.getLinkCallable() |
com.google.api.gax.rpc.UnaryCallable<GetLinkRequest,Link> |
ConfigServiceV2Stub.getLinkCallable() |
com.google.api.gax.rpc.UnaryCallSettings<GetLinkRequest,Link> |
ConfigServiceV2StubSettings.getLinkSettings()
Returns the object with the settings used for calls to getLink.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetLinkRequest,Link> |
ConfigServiceV2StubSettings.Builder.getLinkSettings()
Returns the builder for the settings used for calls to getLink.
|
Modifier and Type | Method and Description |
---|---|
Link |
Link.Builder.build() |
Link |
Link.Builder.buildPartial() |
static Link |
Link.getDefaultInstance() |
Link |
Link.getDefaultInstanceForType() |
Link |
Link.Builder.getDefaultInstanceForType() |
Link |
CreateLinkRequest.getLink()
Required.
|
Link |
CreateLinkRequest.Builder.getLink()
Required.
|
Link |
CreateLinkRequestOrBuilder.getLink()
Required.
|
Link |
ConfigServiceV2Grpc.ConfigServiceV2BlockingStub.getLink(GetLinkRequest request)
Gets a link.
|
Link |
ListLinksResponseOrBuilder.getLinks(int index)
A list of links.
|
Link |
ListLinksResponse.getLinks(int index)
A list of links.
|
Link |
ListLinksResponse.Builder.getLinks(int index)
A list of links.
|
static Link |
Link.parseDelimitedFrom(InputStream input) |
static Link |
Link.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Link |
Link.parseFrom(byte[] data) |
static Link |
Link.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Link |
Link.parseFrom(ByteBuffer data) |
static Link |
Link.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Link |
Link.parseFrom(com.google.protobuf.ByteString data) |
static Link |
Link.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Link |
Link.parseFrom(com.google.protobuf.CodedInputStream input) |
static Link |
Link.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Link |
Link.parseFrom(InputStream input) |
static Link |
Link.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<GetLinkRequest,Link> |
ConfigServiceV2Grpc.getGetLinkMethod() |
com.google.common.util.concurrent.ListenableFuture<Link> |
ConfigServiceV2Grpc.ConfigServiceV2FutureStub.getLink(GetLinkRequest request)
Gets a link.
|
List<Link> |
ListLinksResponseOrBuilder.getLinksList()
A list of links.
|
List<Link> |
ListLinksResponse.getLinksList()
A list of links.
|
List<Link> |
ListLinksResponse.Builder.getLinksList()
A list of links.
|
com.google.protobuf.Parser<Link> |
Link.getParserForType() |
static com.google.protobuf.Parser<Link> |
Link.parser() |
Modifier and Type | Method and Description |
---|---|
ListLinksResponse.Builder |
ListLinksResponse.Builder.addLinks(int index,
Link value)
A list of links.
|
ListLinksResponse.Builder |
ListLinksResponse.Builder.addLinks(Link value)
A list of links.
|
Link.Builder |
Link.Builder.mergeFrom(Link other) |
CreateLinkRequest.Builder |
CreateLinkRequest.Builder.mergeLink(Link value)
Required.
|
static Link.Builder |
Link.newBuilder(Link prototype) |
CreateLinkRequest.Builder |
CreateLinkRequest.Builder.setLink(Link value)
Required.
|
ListLinksResponse.Builder |
ListLinksResponse.Builder.setLinks(int index,
Link value)
A list of links.
|
Modifier and Type | Method and Description |
---|---|
ListLinksResponse.Builder |
ListLinksResponse.Builder.addAllLinks(Iterable<? extends Link> values)
A list of links.
|
default void |
ConfigServiceV2Grpc.AsyncService.getLink(GetLinkRequest request,
StreamObserver<Link> responseObserver)
Gets a link.
|
void |
ConfigServiceV2Grpc.ConfigServiceV2Stub.getLink(GetLinkRequest request,
StreamObserver<Link> responseObserver)
Gets a link.
|
Copyright © 2023 Google LLC. All rights reserved.