Uses of Class
com.google.logging.v2.ListLinksResponse
-
Packages that use ListLinksResponse Package Description com.google.cloud.logging.v2 A client to Cloud Logging APIcom.google.cloud.logging.v2.stub com.google.logging.v2 -
-
Uses of ListLinksResponse in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 that return types with arguments of type ListLinksResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListLinksRequest,ListLinksResponse>ConfigClient. listLinksCallable()Lists links.com.google.api.gax.rpc.PagedCallSettings.Builder<ListLinksRequest,ListLinksResponse,ConfigClient.ListLinksPagedResponse>ConfigSettings.Builder. listLinksSettings()Returns the builder for the settings used for calls to listLinks.com.google.api.gax.rpc.PagedCallSettings<ListLinksRequest,ListLinksResponse,ConfigClient.ListLinksPagedResponse>ConfigSettings. listLinksSettings()Returns the object with the settings used for calls to listLinks.Methods in com.google.cloud.logging.v2 with parameters of type ListLinksResponse Modifier and Type Method Description protected ConfigClient.ListLinksPageConfigClient.ListLinksPage. createPage(com.google.api.gax.rpc.PageContext<ListLinksRequest,ListLinksResponse,Link> context, ListLinksResponse response)Method parameters in com.google.cloud.logging.v2 with type arguments of type ListLinksResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<ConfigClient.ListLinksPagedResponse>ConfigClient.ListLinksPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListLinksRequest,ListLinksResponse,Link> context, com.google.api.core.ApiFuture<ListLinksResponse> futureResponse)static com.google.api.core.ApiFuture<ConfigClient.ListLinksPagedResponse>ConfigClient.ListLinksPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListLinksRequest,ListLinksResponse,Link> context, com.google.api.core.ApiFuture<ListLinksResponse> futureResponse)protected ConfigClient.ListLinksPageConfigClient.ListLinksPage. createPage(com.google.api.gax.rpc.PageContext<ListLinksRequest,ListLinksResponse,Link> context, ListLinksResponse response)com.google.api.core.ApiFuture<ConfigClient.ListLinksPage>ConfigClient.ListLinksPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListLinksRequest,ListLinksResponse,Link> context, com.google.api.core.ApiFuture<ListLinksResponse> futureResponse)com.google.api.core.ApiFuture<ConfigClient.ListLinksPage>ConfigClient.ListLinksPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListLinksRequest,ListLinksResponse,Link> context, com.google.api.core.ApiFuture<ListLinksResponse> futureResponse) -
Uses of ListLinksResponse in com.google.cloud.logging.v2.stub
Methods in com.google.cloud.logging.v2.stub that return types with arguments of type ListLinksResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListLinksRequest,ListLinksResponse>ConfigServiceV2Stub. listLinksCallable()com.google.api.gax.rpc.UnaryCallable<ListLinksRequest,ListLinksResponse>GrpcConfigServiceV2Stub. listLinksCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListLinksRequest,ListLinksResponse,ConfigClient.ListLinksPagedResponse>ConfigServiceV2StubSettings.Builder. listLinksSettings()Returns the builder for the settings used for calls to listLinks.com.google.api.gax.rpc.PagedCallSettings<ListLinksRequest,ListLinksResponse,ConfigClient.ListLinksPagedResponse>ConfigServiceV2StubSettings. listLinksSettings()Returns the object with the settings used for calls to listLinks. -
Uses of ListLinksResponse in com.google.logging.v2
Methods in com.google.logging.v2 that return ListLinksResponse Modifier and Type Method Description ListLinksResponseListLinksResponse.Builder. build()ListLinksResponseListLinksResponse.Builder. buildPartial()static ListLinksResponseListLinksResponse. getDefaultInstance()ListLinksResponseListLinksResponse.Builder. getDefaultInstanceForType()ListLinksResponseListLinksResponse. getDefaultInstanceForType()ListLinksResponseConfigServiceV2Grpc.ConfigServiceV2BlockingStub. listLinks(ListLinksRequest request)Lists links.static ListLinksResponseListLinksResponse. parseDelimitedFrom(InputStream input)static ListLinksResponseListLinksResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLinksResponseListLinksResponse. parseFrom(byte[] data)static ListLinksResponseListLinksResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLinksResponseListLinksResponse. parseFrom(com.google.protobuf.ByteString data)static ListLinksResponseListLinksResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLinksResponseListLinksResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListLinksResponseListLinksResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLinksResponseListLinksResponse. parseFrom(InputStream input)static ListLinksResponseListLinksResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLinksResponseListLinksResponse. parseFrom(ByteBuffer data)static ListLinksResponseListLinksResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.logging.v2 that return types with arguments of type ListLinksResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListLinksRequest,ListLinksResponse>ConfigServiceV2Grpc. getListLinksMethod()com.google.protobuf.Parser<ListLinksResponse>ListLinksResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<ListLinksResponse>ConfigServiceV2Grpc.ConfigServiceV2FutureStub. listLinks(ListLinksRequest request)Lists links.static com.google.protobuf.Parser<ListLinksResponse>ListLinksResponse. parser()Methods in com.google.logging.v2 with parameters of type ListLinksResponse Modifier and Type Method Description ListLinksResponse.BuilderListLinksResponse.Builder. mergeFrom(ListLinksResponse other)static ListLinksResponse.BuilderListLinksResponse. newBuilder(ListLinksResponse prototype)Method parameters in com.google.logging.v2 with type arguments of type ListLinksResponse Modifier and Type Method Description default voidConfigServiceV2Grpc.AsyncService. listLinks(ListLinksRequest request, io.grpc.stub.StreamObserver<ListLinksResponse> responseObserver)Lists links.voidConfigServiceV2Grpc.ConfigServiceV2Stub. listLinks(ListLinksRequest request, io.grpc.stub.StreamObserver<ListLinksResponse> responseObserver)Lists links.
-