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