Uses of Class
com.google.logging.v2.ListSinksRequest
-
Packages that use ListSinksRequest Package Description com.google.cloud.logging.spi.v2 com.google.cloud.logging.v2 A client to Cloud Logging APIcom.google.cloud.logging.v2.stub com.google.logging.v2 -
-
Uses of ListSinksRequest in com.google.cloud.logging.spi.v2
Methods in com.google.cloud.logging.spi.v2 with parameters of type ListSinksRequest Modifier and Type Method Description com.google.api.core.ApiFuture<ListSinksResponse>GrpcLoggingRpc. list(ListSinksRequest request)com.google.api.core.ApiFuture<ListSinksResponse>LoggingRpc. list(ListSinksRequest request)Sends a request to list the sinks in a project. -
Uses of ListSinksRequest in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 that return types with arguments of type ListSinksRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListSinksRequest,ListSinksResponse>ConfigClient. listSinksCallable()Lists sinks.com.google.api.gax.rpc.UnaryCallable<ListSinksRequest,ConfigClient.ListSinksPagedResponse>ConfigClient. listSinksPagedCallable()Lists sinks.com.google.api.gax.rpc.PagedCallSettings.Builder<ListSinksRequest,ListSinksResponse,ConfigClient.ListSinksPagedResponse>ConfigSettings.Builder. listSinksSettings()Returns the builder for the settings used for calls to listSinks.com.google.api.gax.rpc.PagedCallSettings<ListSinksRequest,ListSinksResponse,ConfigClient.ListSinksPagedResponse>ConfigSettings. listSinksSettings()Returns the object with the settings used for calls to listSinks.Methods in com.google.cloud.logging.v2 with parameters of type ListSinksRequest Modifier and Type Method Description ConfigClient.ListSinksPagedResponseConfigClient. listSinks(ListSinksRequest request)Lists sinks.Method parameters in com.google.cloud.logging.v2 with type arguments of type ListSinksRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<ConfigClient.ListSinksPagedResponse>ConfigClient.ListSinksPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListSinksRequest,ListSinksResponse,LogSink> context, com.google.api.core.ApiFuture<ListSinksResponse> futureResponse)protected ConfigClient.ListSinksPageConfigClient.ListSinksPage. createPage(com.google.api.gax.rpc.PageContext<ListSinksRequest,ListSinksResponse,LogSink> context, ListSinksResponse response)com.google.api.core.ApiFuture<ConfigClient.ListSinksPage>ConfigClient.ListSinksPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListSinksRequest,ListSinksResponse,LogSink> context, com.google.api.core.ApiFuture<ListSinksResponse> futureResponse) -
Uses of ListSinksRequest in com.google.cloud.logging.v2.stub
Methods in com.google.cloud.logging.v2.stub that return types with arguments of type ListSinksRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListSinksRequest,ListSinksResponse>ConfigServiceV2Stub. listSinksCallable()com.google.api.gax.rpc.UnaryCallable<ListSinksRequest,ListSinksResponse>GrpcConfigServiceV2Stub. listSinksCallable()com.google.api.gax.rpc.UnaryCallable<ListSinksRequest,ConfigClient.ListSinksPagedResponse>ConfigServiceV2Stub. listSinksPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListSinksRequest,ConfigClient.ListSinksPagedResponse>GrpcConfigServiceV2Stub. listSinksPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListSinksRequest,ListSinksResponse,ConfigClient.ListSinksPagedResponse>ConfigServiceV2StubSettings.Builder. listSinksSettings()Returns the builder for the settings used for calls to listSinks.com.google.api.gax.rpc.PagedCallSettings<ListSinksRequest,ListSinksResponse,ConfigClient.ListSinksPagedResponse>ConfigServiceV2StubSettings. listSinksSettings()Returns the object with the settings used for calls to listSinks. -
Uses of ListSinksRequest in com.google.logging.v2
Methods in com.google.logging.v2 that return ListSinksRequest Modifier and Type Method Description ListSinksRequestListSinksRequest.Builder. build()ListSinksRequestListSinksRequest.Builder. buildPartial()static ListSinksRequestListSinksRequest. getDefaultInstance()ListSinksRequestListSinksRequest.Builder. getDefaultInstanceForType()ListSinksRequestListSinksRequest. getDefaultInstanceForType()static ListSinksRequestListSinksRequest. parseDelimitedFrom(InputStream input)static ListSinksRequestListSinksRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSinksRequestListSinksRequest. parseFrom(byte[] data)static ListSinksRequestListSinksRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSinksRequestListSinksRequest. parseFrom(com.google.protobuf.ByteString data)static ListSinksRequestListSinksRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSinksRequestListSinksRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListSinksRequestListSinksRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSinksRequestListSinksRequest. parseFrom(InputStream input)static ListSinksRequestListSinksRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSinksRequestListSinksRequest. parseFrom(ByteBuffer data)static ListSinksRequestListSinksRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.logging.v2 that return types with arguments of type ListSinksRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListSinksRequest,ListSinksResponse>ConfigServiceV2Grpc. getListSinksMethod()com.google.protobuf.Parser<ListSinksRequest>ListSinksRequest. getParserForType()static com.google.protobuf.Parser<ListSinksRequest>ListSinksRequest. parser()Methods in com.google.logging.v2 with parameters of type ListSinksRequest Modifier and Type Method Description default voidConfigServiceV2Grpc.AsyncService. listSinks(ListSinksRequest request, io.grpc.stub.StreamObserver<ListSinksResponse> responseObserver)Lists sinks.ListSinksResponseConfigServiceV2Grpc.ConfigServiceV2BlockingStub. listSinks(ListSinksRequest request)Lists sinks.com.google.common.util.concurrent.ListenableFuture<ListSinksResponse>ConfigServiceV2Grpc.ConfigServiceV2FutureStub. listSinks(ListSinksRequest request)Lists sinks.voidConfigServiceV2Grpc.ConfigServiceV2Stub. listSinks(ListSinksRequest request, io.grpc.stub.StreamObserver<ListSinksResponse> responseObserver)Lists sinks.ListSinksRequest.BuilderListSinksRequest.Builder. mergeFrom(ListSinksRequest other)static ListSinksRequest.BuilderListSinksRequest. newBuilder(ListSinksRequest prototype)
-