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