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 void
ConfigClient. 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 UndeleteBucketRequest
UndeleteBucketRequest.Builder. build()
UndeleteBucketRequest
UndeleteBucketRequest.Builder. buildPartial()
static UndeleteBucketRequest
UndeleteBucketRequest. getDefaultInstance()
UndeleteBucketRequest
UndeleteBucketRequest.Builder. getDefaultInstanceForType()
UndeleteBucketRequest
UndeleteBucketRequest. getDefaultInstanceForType()
static UndeleteBucketRequest
UndeleteBucketRequest. parseDelimitedFrom(InputStream input)
static UndeleteBucketRequest
UndeleteBucketRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeleteBucketRequest
UndeleteBucketRequest. parseFrom(byte[] data)
static UndeleteBucketRequest
UndeleteBucketRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeleteBucketRequest
UndeleteBucketRequest. parseFrom(com.google.protobuf.ByteString data)
static UndeleteBucketRequest
UndeleteBucketRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeleteBucketRequest
UndeleteBucketRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UndeleteBucketRequest
UndeleteBucketRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeleteBucketRequest
UndeleteBucketRequest. parseFrom(InputStream input)
static UndeleteBucketRequest
UndeleteBucketRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeleteBucketRequest
UndeleteBucketRequest. parseFrom(ByteBuffer data)
static UndeleteBucketRequest
UndeleteBucketRequest. 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.Builder
UndeleteBucketRequest.Builder. mergeFrom(UndeleteBucketRequest other)
static UndeleteBucketRequest.Builder
UndeleteBucketRequest. newBuilder(UndeleteBucketRequest prototype)
default void
ConfigServiceV2Grpc.AsyncService. undeleteBucket(UndeleteBucketRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Undeletes a log bucket.com.google.protobuf.Empty
ConfigServiceV2Grpc.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.void
ConfigServiceV2Grpc.ConfigServiceV2Stub. undeleteBucket(UndeleteBucketRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Undeletes a log bucket.
-