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