Uses of Class
com.google.logging.v2.ListSinksResponse
-
Packages that use ListSinksResponse 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 ListSinksResponse in com.google.cloud.logging.spi.v2
Methods in com.google.cloud.logging.spi.v2 that return types with arguments of type ListSinksResponse 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 ListSinksResponse in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 that return types with arguments of type ListSinksResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListSinksRequest,ListSinksResponse>ConfigClient. listSinksCallable()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 ListSinksResponse Modifier and Type Method Description protected ConfigClient.ListSinksPageConfigClient.ListSinksPage. createPage(com.google.api.gax.rpc.PageContext<ListSinksRequest,ListSinksResponse,LogSink> context, ListSinksResponse response)Method parameters in com.google.cloud.logging.v2 with type arguments of type ListSinksResponse 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)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)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 ListSinksResponse in com.google.cloud.logging.v2.stub
Methods in com.google.cloud.logging.v2.stub that return types with arguments of type ListSinksResponse 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.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 ListSinksResponse in com.google.logging.v2
Methods in com.google.logging.v2 that return ListSinksResponse Modifier and Type Method Description ListSinksResponseListSinksResponse.Builder. build()ListSinksResponseListSinksResponse.Builder. buildPartial()static ListSinksResponseListSinksResponse. getDefaultInstance()ListSinksResponseListSinksResponse.Builder. getDefaultInstanceForType()ListSinksResponseListSinksResponse. getDefaultInstanceForType()ListSinksResponseConfigServiceV2Grpc.ConfigServiceV2BlockingStub. listSinks(ListSinksRequest request)Lists sinks.static ListSinksResponseListSinksResponse. parseDelimitedFrom(InputStream input)static ListSinksResponseListSinksResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSinksResponseListSinksResponse. parseFrom(byte[] data)static ListSinksResponseListSinksResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSinksResponseListSinksResponse. parseFrom(com.google.protobuf.ByteString data)static ListSinksResponseListSinksResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSinksResponseListSinksResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListSinksResponseListSinksResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSinksResponseListSinksResponse. parseFrom(InputStream input)static ListSinksResponseListSinksResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSinksResponseListSinksResponse. parseFrom(ByteBuffer data)static ListSinksResponseListSinksResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.logging.v2 that return types with arguments of type ListSinksResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListSinksRequest,ListSinksResponse>ConfigServiceV2Grpc. getListSinksMethod()com.google.protobuf.Parser<ListSinksResponse>ListSinksResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<ListSinksResponse>ConfigServiceV2Grpc.ConfigServiceV2FutureStub. listSinks(ListSinksRequest request)Lists sinks.static com.google.protobuf.Parser<ListSinksResponse>ListSinksResponse. parser()Methods in com.google.logging.v2 with parameters of type ListSinksResponse Modifier and Type Method Description ListSinksResponse.BuilderListSinksResponse.Builder. mergeFrom(ListSinksResponse other)static ListSinksResponse.BuilderListSinksResponse. newBuilder(ListSinksResponse prototype)Method parameters in com.google.logging.v2 with type arguments of type ListSinksResponse Modifier and Type Method Description default voidConfigServiceV2Grpc.AsyncService. listSinks(ListSinksRequest request, io.grpc.stub.StreamObserver<ListSinksResponse> responseObserver)Lists sinks.voidConfigServiceV2Grpc.ConfigServiceV2Stub. listSinks(ListSinksRequest request, io.grpc.stub.StreamObserver<ListSinksResponse> responseObserver)Lists sinks.
-