Uses of Class
com.google.logging.v2.DeleteViewRequest
-
Packages that use DeleteViewRequest Package Description com.google.cloud.logging.v2 A client to Cloud Logging APIcom.google.cloud.logging.v2.stub com.google.logging.v2 -
-
Uses of DeleteViewRequest in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 that return types with arguments of type DeleteViewRequest Modifier and Type Method 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.Builder<DeleteViewRequest,com.google.protobuf.Empty>
ConfigSettings.Builder. deleteViewSettings()
Returns the builder for the settings used for calls to deleteView.com.google.api.gax.rpc.UnaryCallSettings<DeleteViewRequest,com.google.protobuf.Empty>
ConfigSettings. deleteViewSettings()
Returns the object with the settings used for calls to deleteView.Methods in com.google.cloud.logging.v2 with parameters of type DeleteViewRequest Modifier and Type Method Description void
ConfigClient. deleteView(DeleteViewRequest request)
Deletes a view on a log bucket. -
Uses of DeleteViewRequest in com.google.cloud.logging.v2.stub
Methods in com.google.cloud.logging.v2.stub that return types with arguments of type DeleteViewRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteViewRequest,com.google.protobuf.Empty>
ConfigServiceV2Stub. deleteViewCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteViewRequest,com.google.protobuf.Empty>
GrpcConfigServiceV2Stub. deleteViewCallable()
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.com.google.api.gax.rpc.UnaryCallSettings<DeleteViewRequest,com.google.protobuf.Empty>
ConfigServiceV2StubSettings. deleteViewSettings()
Returns the object with the settings used for calls to deleteView. -
Uses of DeleteViewRequest in com.google.logging.v2
Methods in com.google.logging.v2 that return DeleteViewRequest Modifier and Type Method Description DeleteViewRequest
DeleteViewRequest.Builder. build()
DeleteViewRequest
DeleteViewRequest.Builder. buildPartial()
static DeleteViewRequest
DeleteViewRequest. getDefaultInstance()
DeleteViewRequest
DeleteViewRequest.Builder. getDefaultInstanceForType()
DeleteViewRequest
DeleteViewRequest. 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(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)
static DeleteViewRequest
DeleteViewRequest. parseFrom(ByteBuffer data)
static DeleteViewRequest
DeleteViewRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.logging.v2 that return types with arguments of type DeleteViewRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<DeleteViewRequest,com.google.protobuf.Empty>
ConfigServiceV2Grpc. getDeleteViewMethod()
com.google.protobuf.Parser<DeleteViewRequest>
DeleteViewRequest. getParserForType()
static com.google.protobuf.Parser<DeleteViewRequest>
DeleteViewRequest. parser()
Methods in com.google.logging.v2 with parameters of type DeleteViewRequest Modifier and Type Method Description default void
ConfigServiceV2Grpc.AsyncService. deleteView(DeleteViewRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes a view on a log bucket.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.void
ConfigServiceV2Grpc.ConfigServiceV2Stub. deleteView(DeleteViewRequest request, io.grpc.stub.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)
-