Uses of Class
com.google.logging.v2.ListBucketsRequest
-
Packages that use ListBucketsRequest Package Description com.google.cloud.logging.v2 A client to Cloud Logging APIcom.google.cloud.logging.v2.stub com.google.logging.v2 -
-
Uses of ListBucketsRequest in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 that return types with arguments of type ListBucketsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListBucketsRequest,ListBucketsResponse>ConfigClient. listBucketsCallable()Lists log buckets.com.google.api.gax.rpc.UnaryCallable<ListBucketsRequest,ConfigClient.ListBucketsPagedResponse>ConfigClient. listBucketsPagedCallable()Lists log buckets.com.google.api.gax.rpc.PagedCallSettings.Builder<ListBucketsRequest,ListBucketsResponse,ConfigClient.ListBucketsPagedResponse>ConfigSettings.Builder. listBucketsSettings()Returns the builder for the settings used for calls to listBuckets.com.google.api.gax.rpc.PagedCallSettings<ListBucketsRequest,ListBucketsResponse,ConfigClient.ListBucketsPagedResponse>ConfigSettings. listBucketsSettings()Returns the object with the settings used for calls to listBuckets.Methods in com.google.cloud.logging.v2 with parameters of type ListBucketsRequest Modifier and Type Method Description ConfigClient.ListBucketsPagedResponseConfigClient. listBuckets(ListBucketsRequest request)Lists log buckets.Method parameters in com.google.cloud.logging.v2 with type arguments of type ListBucketsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<ConfigClient.ListBucketsPagedResponse>ConfigClient.ListBucketsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListBucketsRequest,ListBucketsResponse,LogBucket> context, com.google.api.core.ApiFuture<ListBucketsResponse> futureResponse)protected ConfigClient.ListBucketsPageConfigClient.ListBucketsPage. createPage(com.google.api.gax.rpc.PageContext<ListBucketsRequest,ListBucketsResponse,LogBucket> context, ListBucketsResponse response)com.google.api.core.ApiFuture<ConfigClient.ListBucketsPage>ConfigClient.ListBucketsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListBucketsRequest,ListBucketsResponse,LogBucket> context, com.google.api.core.ApiFuture<ListBucketsResponse> futureResponse) -
Uses of ListBucketsRequest in com.google.cloud.logging.v2.stub
Methods in com.google.cloud.logging.v2.stub that return types with arguments of type ListBucketsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListBucketsRequest,ListBucketsResponse>ConfigServiceV2Stub. listBucketsCallable()com.google.api.gax.rpc.UnaryCallable<ListBucketsRequest,ListBucketsResponse>GrpcConfigServiceV2Stub. listBucketsCallable()com.google.api.gax.rpc.UnaryCallable<ListBucketsRequest,ConfigClient.ListBucketsPagedResponse>ConfigServiceV2Stub. listBucketsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListBucketsRequest,ConfigClient.ListBucketsPagedResponse>GrpcConfigServiceV2Stub. listBucketsPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListBucketsRequest,ListBucketsResponse,ConfigClient.ListBucketsPagedResponse>ConfigServiceV2StubSettings.Builder. listBucketsSettings()Returns the builder for the settings used for calls to listBuckets.com.google.api.gax.rpc.PagedCallSettings<ListBucketsRequest,ListBucketsResponse,ConfigClient.ListBucketsPagedResponse>ConfigServiceV2StubSettings. listBucketsSettings()Returns the object with the settings used for calls to listBuckets. -
Uses of ListBucketsRequest in com.google.logging.v2
Methods in com.google.logging.v2 that return ListBucketsRequest Modifier and Type Method Description ListBucketsRequestListBucketsRequest.Builder. build()ListBucketsRequestListBucketsRequest.Builder. buildPartial()static ListBucketsRequestListBucketsRequest. getDefaultInstance()ListBucketsRequestListBucketsRequest.Builder. getDefaultInstanceForType()ListBucketsRequestListBucketsRequest. getDefaultInstanceForType()static ListBucketsRequestListBucketsRequest. parseDelimitedFrom(InputStream input)static ListBucketsRequestListBucketsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListBucketsRequestListBucketsRequest. parseFrom(byte[] data)static ListBucketsRequestListBucketsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListBucketsRequestListBucketsRequest. parseFrom(com.google.protobuf.ByteString data)static ListBucketsRequestListBucketsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListBucketsRequestListBucketsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListBucketsRequestListBucketsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListBucketsRequestListBucketsRequest. parseFrom(InputStream input)static ListBucketsRequestListBucketsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListBucketsRequestListBucketsRequest. parseFrom(ByteBuffer data)static ListBucketsRequestListBucketsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.logging.v2 that return types with arguments of type ListBucketsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListBucketsRequest,ListBucketsResponse>ConfigServiceV2Grpc. getListBucketsMethod()com.google.protobuf.Parser<ListBucketsRequest>ListBucketsRequest. getParserForType()static com.google.protobuf.Parser<ListBucketsRequest>ListBucketsRequest. parser()Methods in com.google.logging.v2 with parameters of type ListBucketsRequest Modifier and Type Method Description default voidConfigServiceV2Grpc.AsyncService. listBuckets(ListBucketsRequest request, io.grpc.stub.StreamObserver<ListBucketsResponse> responseObserver)Lists log buckets.ListBucketsResponseConfigServiceV2Grpc.ConfigServiceV2BlockingStub. listBuckets(ListBucketsRequest request)Lists log buckets.com.google.common.util.concurrent.ListenableFuture<ListBucketsResponse>ConfigServiceV2Grpc.ConfigServiceV2FutureStub. listBuckets(ListBucketsRequest request)Lists log buckets.voidConfigServiceV2Grpc.ConfigServiceV2Stub. listBuckets(ListBucketsRequest request, io.grpc.stub.StreamObserver<ListBucketsResponse> responseObserver)Lists log buckets.ListBucketsRequest.BuilderListBucketsRequest.Builder. mergeFrom(ListBucketsRequest other)static ListBucketsRequest.BuilderListBucketsRequest. newBuilder(ListBucketsRequest prototype)
-