Uses of Class
com.google.logging.v2.ListBucketsResponse
-
Packages that use ListBucketsResponse Package Description com.google.cloud.logging.v2 A client to Cloud Logging APIcom.google.cloud.logging.v2.stub com.google.logging.v2 -
-
Uses of ListBucketsResponse in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 that return types with arguments of type ListBucketsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListBucketsRequest,ListBucketsResponse>ConfigClient. listBucketsCallable()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 ListBucketsResponse Modifier and Type Method Description protected ConfigClient.ListBucketsPageConfigClient.ListBucketsPage. createPage(com.google.api.gax.rpc.PageContext<ListBucketsRequest,ListBucketsResponse,LogBucket> context, ListBucketsResponse response)Method parameters in com.google.cloud.logging.v2 with type arguments of type ListBucketsResponse 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)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)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 ListBucketsResponse in com.google.cloud.logging.v2.stub
Methods in com.google.cloud.logging.v2.stub that return types with arguments of type ListBucketsResponse 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.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 ListBucketsResponse in com.google.logging.v2
Methods in com.google.logging.v2 that return ListBucketsResponse Modifier and Type Method Description ListBucketsResponseListBucketsResponse.Builder. build()ListBucketsResponseListBucketsResponse.Builder. buildPartial()static ListBucketsResponseListBucketsResponse. getDefaultInstance()ListBucketsResponseListBucketsResponse.Builder. getDefaultInstanceForType()ListBucketsResponseListBucketsResponse. getDefaultInstanceForType()ListBucketsResponseConfigServiceV2Grpc.ConfigServiceV2BlockingStub. listBuckets(ListBucketsRequest request)Lists log buckets.static ListBucketsResponseListBucketsResponse. parseDelimitedFrom(InputStream input)static ListBucketsResponseListBucketsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListBucketsResponseListBucketsResponse. parseFrom(byte[] data)static ListBucketsResponseListBucketsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListBucketsResponseListBucketsResponse. parseFrom(com.google.protobuf.ByteString data)static ListBucketsResponseListBucketsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListBucketsResponseListBucketsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListBucketsResponseListBucketsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListBucketsResponseListBucketsResponse. parseFrom(InputStream input)static ListBucketsResponseListBucketsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListBucketsResponseListBucketsResponse. parseFrom(ByteBuffer data)static ListBucketsResponseListBucketsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.logging.v2 that return types with arguments of type ListBucketsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListBucketsRequest,ListBucketsResponse>ConfigServiceV2Grpc. getListBucketsMethod()com.google.protobuf.Parser<ListBucketsResponse>ListBucketsResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<ListBucketsResponse>ConfigServiceV2Grpc.ConfigServiceV2FutureStub. listBuckets(ListBucketsRequest request)Lists log buckets.static com.google.protobuf.Parser<ListBucketsResponse>ListBucketsResponse. parser()Methods in com.google.logging.v2 with parameters of type ListBucketsResponse Modifier and Type Method Description ListBucketsResponse.BuilderListBucketsResponse.Builder. mergeFrom(ListBucketsResponse other)static ListBucketsResponse.BuilderListBucketsResponse. newBuilder(ListBucketsResponse prototype)Method parameters in com.google.logging.v2 with type arguments of type ListBucketsResponse Modifier and Type Method Description default voidConfigServiceV2Grpc.AsyncService. listBuckets(ListBucketsRequest request, io.grpc.stub.StreamObserver<ListBucketsResponse> responseObserver)Lists log buckets.voidConfigServiceV2Grpc.ConfigServiceV2Stub. listBuckets(ListBucketsRequest request, io.grpc.stub.StreamObserver<ListBucketsResponse> responseObserver)Lists log buckets.
-