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 voidConfigClient. 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 DeleteViewRequestDeleteViewRequest.Builder. build()DeleteViewRequestDeleteViewRequest.Builder. buildPartial()static DeleteViewRequestDeleteViewRequest. getDefaultInstance()DeleteViewRequestDeleteViewRequest.Builder. getDefaultInstanceForType()DeleteViewRequestDeleteViewRequest. getDefaultInstanceForType()static DeleteViewRequestDeleteViewRequest. parseDelimitedFrom(InputStream input)static DeleteViewRequestDeleteViewRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteViewRequestDeleteViewRequest. parseFrom(byte[] data)static DeleteViewRequestDeleteViewRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteViewRequestDeleteViewRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteViewRequestDeleteViewRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteViewRequestDeleteViewRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteViewRequestDeleteViewRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteViewRequestDeleteViewRequest. parseFrom(InputStream input)static DeleteViewRequestDeleteViewRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteViewRequestDeleteViewRequest. parseFrom(ByteBuffer data)static DeleteViewRequestDeleteViewRequest. 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 voidConfigServiceV2Grpc.AsyncService. deleteView(DeleteViewRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes a view on a log bucket.com.google.protobuf.EmptyConfigServiceV2Grpc.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.voidConfigServiceV2Grpc.ConfigServiceV2Stub. deleteView(DeleteViewRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes a view on a log bucket.DeleteViewRequest.BuilderDeleteViewRequest.Builder. mergeFrom(DeleteViewRequest other)static DeleteViewRequest.BuilderDeleteViewRequest. newBuilder(DeleteViewRequest prototype)
-