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.ListSinksPage
ConfigClient.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.ListSinksPage
ConfigClient.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 ListSinksResponse
ListSinksResponse.Builder. build()
ListSinksResponse
ListSinksResponse.Builder. buildPartial()
static ListSinksResponse
ListSinksResponse. getDefaultInstance()
ListSinksResponse
ListSinksResponse.Builder. getDefaultInstanceForType()
ListSinksResponse
ListSinksResponse. getDefaultInstanceForType()
ListSinksResponse
ConfigServiceV2Grpc.ConfigServiceV2BlockingStub. listSinks(ListSinksRequest request)
Lists sinks.static ListSinksResponse
ListSinksResponse. parseDelimitedFrom(InputStream input)
static ListSinksResponse
ListSinksResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSinksResponse
ListSinksResponse. parseFrom(byte[] data)
static ListSinksResponse
ListSinksResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSinksResponse
ListSinksResponse. parseFrom(com.google.protobuf.ByteString data)
static ListSinksResponse
ListSinksResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSinksResponse
ListSinksResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListSinksResponse
ListSinksResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSinksResponse
ListSinksResponse. parseFrom(InputStream input)
static ListSinksResponse
ListSinksResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSinksResponse
ListSinksResponse. parseFrom(ByteBuffer data)
static ListSinksResponse
ListSinksResponse. 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.Builder
ListSinksResponse.Builder. mergeFrom(ListSinksResponse other)
static ListSinksResponse.Builder
ListSinksResponse. newBuilder(ListSinksResponse prototype)
Method parameters in com.google.logging.v2 with type arguments of type ListSinksResponse Modifier and Type Method Description default void
ConfigServiceV2Grpc.AsyncService. listSinks(ListSinksRequest request, io.grpc.stub.StreamObserver<ListSinksResponse> responseObserver)
Lists sinks.void
ConfigServiceV2Grpc.ConfigServiceV2Stub. listSinks(ListSinksRequest request, io.grpc.stub.StreamObserver<ListSinksResponse> responseObserver)
Lists sinks.
-