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