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.rpc.UnaryCallable<CreateViewRequest,LogView> |
ConfigClient.createViewCallable()
Creates a view over log entries in a log bucket.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateViewRequest,LogView> |
ConfigSettings.createViewSettings()
Returns the object with the settings used for calls to createView.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateViewRequest,LogView> |
ConfigSettings.Builder.createViewSettings()
Returns the builder for the settings used for calls to createView.
|
Modifier and Type | Method and Description |
---|---|
LogView |
ConfigClient.createView(CreateViewRequest request)
Creates a view over log entries in a log bucket.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<CreateViewRequest,LogView> |
GrpcConfigServiceV2Stub.createViewCallable() |
com.google.api.gax.rpc.UnaryCallable<CreateViewRequest,LogView> |
ConfigServiceV2Stub.createViewCallable() |
com.google.api.gax.rpc.UnaryCallSettings<CreateViewRequest,LogView> |
ConfigServiceV2StubSettings.createViewSettings()
Returns the object with the settings used for calls to createView.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateViewRequest,LogView> |
ConfigServiceV2StubSettings.Builder.createViewSettings()
Returns the builder for the settings used for calls to createView.
|
Modifier and Type | Method and Description |
---|---|
CreateViewRequest |
CreateViewRequest.Builder.build() |
CreateViewRequest |
CreateViewRequest.Builder.buildPartial() |
static CreateViewRequest |
CreateViewRequest.getDefaultInstance() |
CreateViewRequest |
CreateViewRequest.getDefaultInstanceForType() |
CreateViewRequest |
CreateViewRequest.Builder.getDefaultInstanceForType() |
static CreateViewRequest |
CreateViewRequest.parseDelimitedFrom(InputStream input) |
static CreateViewRequest |
CreateViewRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateViewRequest |
CreateViewRequest.parseFrom(byte[] data) |
static CreateViewRequest |
CreateViewRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateViewRequest |
CreateViewRequest.parseFrom(ByteBuffer data) |
static CreateViewRequest |
CreateViewRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateViewRequest |
CreateViewRequest.parseFrom(com.google.protobuf.ByteString data) |
static CreateViewRequest |
CreateViewRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateViewRequest |
CreateViewRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static CreateViewRequest |
CreateViewRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateViewRequest |
CreateViewRequest.parseFrom(InputStream input) |
static CreateViewRequest |
CreateViewRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<CreateViewRequest,LogView> |
ConfigServiceV2Grpc.getCreateViewMethod() |
com.google.protobuf.Parser<CreateViewRequest> |
CreateViewRequest.getParserForType() |
static com.google.protobuf.Parser<CreateViewRequest> |
CreateViewRequest.parser() |
Modifier and Type | Method and Description |
---|---|
LogView |
ConfigServiceV2Grpc.ConfigServiceV2BlockingStub.createView(CreateViewRequest request)
Creates a view over log entries in a log bucket.
|
com.google.common.util.concurrent.ListenableFuture<LogView> |
ConfigServiceV2Grpc.ConfigServiceV2FutureStub.createView(CreateViewRequest request)
Creates a view over log entries in a log bucket.
|
default void |
ConfigServiceV2Grpc.AsyncService.createView(CreateViewRequest request,
StreamObserver<LogView> responseObserver)
Creates a view over log entries in a log bucket.
|
void |
ConfigServiceV2Grpc.ConfigServiceV2Stub.createView(CreateViewRequest request,
StreamObserver<LogView> responseObserver)
Creates a view over log entries in a log bucket.
|
CreateViewRequest.Builder |
CreateViewRequest.Builder.mergeFrom(CreateViewRequest other) |
static CreateViewRequest.Builder |
CreateViewRequest.newBuilder(CreateViewRequest prototype) |
Copyright © 2023 Google LLC. All rights reserved.