Uses of Class
com.google.logging.v2.DeleteBucketRequest
-
Packages that use DeleteBucketRequest Package Description com.google.cloud.logging.v2 A client to Cloud Logging APIcom.google.cloud.logging.v2.stub com.google.logging.v2 -
-
Uses of DeleteBucketRequest in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 that return types with arguments of type DeleteBucketRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteBucketRequest,com.google.protobuf.Empty>ConfigClient. deleteBucketCallable()Deletes a log bucket.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteBucketRequest,com.google.protobuf.Empty>ConfigSettings.Builder. deleteBucketSettings()Returns the builder for the settings used for calls to deleteBucket.com.google.api.gax.rpc.UnaryCallSettings<DeleteBucketRequest,com.google.protobuf.Empty>ConfigSettings. deleteBucketSettings()Returns the object with the settings used for calls to deleteBucket.Methods in com.google.cloud.logging.v2 with parameters of type DeleteBucketRequest Modifier and Type Method Description voidConfigClient. deleteBucket(DeleteBucketRequest request)Deletes a log bucket. -
Uses of DeleteBucketRequest in com.google.cloud.logging.v2.stub
Methods in com.google.cloud.logging.v2.stub that return types with arguments of type DeleteBucketRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteBucketRequest,com.google.protobuf.Empty>ConfigServiceV2Stub. deleteBucketCallable()com.google.api.gax.rpc.UnaryCallable<DeleteBucketRequest,com.google.protobuf.Empty>GrpcConfigServiceV2Stub. deleteBucketCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteBucketRequest,com.google.protobuf.Empty>ConfigServiceV2StubSettings.Builder. deleteBucketSettings()Returns the builder for the settings used for calls to deleteBucket.com.google.api.gax.rpc.UnaryCallSettings<DeleteBucketRequest,com.google.protobuf.Empty>ConfigServiceV2StubSettings. deleteBucketSettings()Returns the object with the settings used for calls to deleteBucket. -
Uses of DeleteBucketRequest in com.google.logging.v2
Methods in com.google.logging.v2 that return DeleteBucketRequest Modifier and Type Method Description DeleteBucketRequestDeleteBucketRequest.Builder. build()DeleteBucketRequestDeleteBucketRequest.Builder. buildPartial()static DeleteBucketRequestDeleteBucketRequest. getDefaultInstance()DeleteBucketRequestDeleteBucketRequest.Builder. getDefaultInstanceForType()DeleteBucketRequestDeleteBucketRequest. getDefaultInstanceForType()static DeleteBucketRequestDeleteBucketRequest. parseDelimitedFrom(InputStream input)static DeleteBucketRequestDeleteBucketRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteBucketRequestDeleteBucketRequest. parseFrom(byte[] data)static DeleteBucketRequestDeleteBucketRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteBucketRequestDeleteBucketRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteBucketRequestDeleteBucketRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteBucketRequestDeleteBucketRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteBucketRequestDeleteBucketRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteBucketRequestDeleteBucketRequest. parseFrom(InputStream input)static DeleteBucketRequestDeleteBucketRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteBucketRequestDeleteBucketRequest. parseFrom(ByteBuffer data)static DeleteBucketRequestDeleteBucketRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.logging.v2 that return types with arguments of type DeleteBucketRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<DeleteBucketRequest,com.google.protobuf.Empty>ConfigServiceV2Grpc. getDeleteBucketMethod()com.google.protobuf.Parser<DeleteBucketRequest>DeleteBucketRequest. getParserForType()static com.google.protobuf.Parser<DeleteBucketRequest>DeleteBucketRequest. parser()Methods in com.google.logging.v2 with parameters of type DeleteBucketRequest Modifier and Type Method Description default voidConfigServiceV2Grpc.AsyncService. deleteBucket(DeleteBucketRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes a log bucket.com.google.protobuf.EmptyConfigServiceV2Grpc.ConfigServiceV2BlockingStub. deleteBucket(DeleteBucketRequest request)Deletes a log bucket.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>ConfigServiceV2Grpc.ConfigServiceV2FutureStub. deleteBucket(DeleteBucketRequest request)Deletes a log bucket.voidConfigServiceV2Grpc.ConfigServiceV2Stub. deleteBucket(DeleteBucketRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes a log bucket.DeleteBucketRequest.BuilderDeleteBucketRequest.Builder. mergeFrom(DeleteBucketRequest other)static DeleteBucketRequest.BuilderDeleteBucketRequest. newBuilder(DeleteBucketRequest prototype)
-