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.ListLinksPagedResponse
ConfigClient. 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.ListLinksPage
ConfigClient.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 ListLinksRequest
ListLinksRequest.Builder. build()
ListLinksRequest
ListLinksRequest.Builder. buildPartial()
static ListLinksRequest
ListLinksRequest. getDefaultInstance()
ListLinksRequest
ListLinksRequest.Builder. getDefaultInstanceForType()
ListLinksRequest
ListLinksRequest. getDefaultInstanceForType()
static ListLinksRequest
ListLinksRequest. parseDelimitedFrom(InputStream input)
static ListLinksRequest
ListLinksRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListLinksRequest
ListLinksRequest. parseFrom(byte[] data)
static ListLinksRequest
ListLinksRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListLinksRequest
ListLinksRequest. parseFrom(com.google.protobuf.ByteString data)
static ListLinksRequest
ListLinksRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListLinksRequest
ListLinksRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListLinksRequest
ListLinksRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListLinksRequest
ListLinksRequest. parseFrom(InputStream input)
static ListLinksRequest
ListLinksRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListLinksRequest
ListLinksRequest. parseFrom(ByteBuffer data)
static ListLinksRequest
ListLinksRequest. 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 void
ConfigServiceV2Grpc.AsyncService. listLinks(ListLinksRequest request, io.grpc.stub.StreamObserver<ListLinksResponse> responseObserver)
Lists links.ListLinksResponse
ConfigServiceV2Grpc.ConfigServiceV2BlockingStub. listLinks(ListLinksRequest request)
Lists links.com.google.common.util.concurrent.ListenableFuture<ListLinksResponse>
ConfigServiceV2Grpc.ConfigServiceV2FutureStub. listLinks(ListLinksRequest request)
Lists links.void
ConfigServiceV2Grpc.ConfigServiceV2Stub. listLinks(ListLinksRequest request, io.grpc.stub.StreamObserver<ListLinksResponse> responseObserver)
Lists links.ListLinksRequest.Builder
ListLinksRequest.Builder. mergeFrom(ListLinksRequest other)
static ListLinksRequest.Builder
ListLinksRequest. newBuilder(ListLinksRequest prototype)
-