Uses of Class
com.google.logging.v2.ListLinksRequest
-
Packages that use ListLinksRequest Package Description com.google.cloud.logging.v2 A client to Cloud Logging APIcom.google.cloud.logging.v2.stub com.google.logging.v2 -
-
Uses of ListLinksRequest in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 that return types with arguments of type ListLinksRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListLinksRequest,ListLinksResponse>ConfigClient. listLinksCallable()Lists links.com.google.api.gax.rpc.UnaryCallable<ListLinksRequest,ConfigClient.ListLinksPagedResponse>ConfigClient. listLinksPagedCallable()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 ListLinksRequest Modifier and Type Method Description ConfigClient.ListLinksPagedResponseConfigClient. listLinks(ListLinksRequest request)Lists links.Method parameters in com.google.cloud.logging.v2 with type arguments of type ListLinksRequest 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)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) -
Uses of ListLinksRequest in com.google.cloud.logging.v2.stub
Methods in com.google.cloud.logging.v2.stub that return types with arguments of type ListLinksRequest 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.UnaryCallable<ListLinksRequest,ConfigClient.ListLinksPagedResponse>ConfigServiceV2Stub. listLinksPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListLinksRequest,ConfigClient.ListLinksPagedResponse>GrpcConfigServiceV2Stub. listLinksPagedCallable()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 ListLinksRequest in com.google.logging.v2
Methods in com.google.logging.v2 that return ListLinksRequest Modifier and Type Method Description ListLinksRequestListLinksRequest.Builder. build()ListLinksRequestListLinksRequest.Builder. buildPartial()static ListLinksRequestListLinksRequest. getDefaultInstance()ListLinksRequestListLinksRequest.Builder. getDefaultInstanceForType()ListLinksRequestListLinksRequest. getDefaultInstanceForType()static ListLinksRequestListLinksRequest. parseDelimitedFrom(InputStream input)static ListLinksRequestListLinksRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLinksRequestListLinksRequest. parseFrom(byte[] data)static ListLinksRequestListLinksRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLinksRequestListLinksRequest. parseFrom(com.google.protobuf.ByteString data)static ListLinksRequestListLinksRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLinksRequestListLinksRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListLinksRequestListLinksRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLinksRequestListLinksRequest. parseFrom(InputStream input)static ListLinksRequestListLinksRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLinksRequestListLinksRequest. parseFrom(ByteBuffer data)static ListLinksRequestListLinksRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.logging.v2 that return types with arguments of type ListLinksRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListLinksRequest,ListLinksResponse>ConfigServiceV2Grpc. getListLinksMethod()com.google.protobuf.Parser<ListLinksRequest>ListLinksRequest. getParserForType()static com.google.protobuf.Parser<ListLinksRequest>ListLinksRequest. parser()Methods in com.google.logging.v2 with parameters of type ListLinksRequest Modifier and Type Method Description default voidConfigServiceV2Grpc.AsyncService. listLinks(ListLinksRequest request, io.grpc.stub.StreamObserver<ListLinksResponse> responseObserver)Lists links.ListLinksResponseConfigServiceV2Grpc.ConfigServiceV2BlockingStub. listLinks(ListLinksRequest request)Lists links.com.google.common.util.concurrent.ListenableFuture<ListLinksResponse>ConfigServiceV2Grpc.ConfigServiceV2FutureStub. listLinks(ListLinksRequest request)Lists links.voidConfigServiceV2Grpc.ConfigServiceV2Stub. listLinks(ListLinksRequest request, io.grpc.stub.StreamObserver<ListLinksResponse> responseObserver)Lists links.ListLinksRequest.BuilderListLinksRequest.Builder. mergeFrom(ListLinksRequest other)static ListLinksRequest.BuilderListLinksRequest. newBuilder(ListLinksRequest prototype)
-