Uses of Class
com.google.logging.v2.ListLogsRequest
-
Packages that use ListLogsRequest 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 ListLogsRequest in com.google.cloud.logging.spi.v2
Methods in com.google.cloud.logging.spi.v2 with parameters of type ListLogsRequest Modifier and Type Method Description com.google.api.core.ApiFuture<ListLogsResponse>
GrpcLoggingRpc. listLogs(ListLogsRequest request)
default com.google.api.core.ApiFuture<ListLogsResponse>
LoggingRpc. listLogs(ListLogsRequest request)
Sends a request to list the log names in a project. -
Uses of ListLogsRequest in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 that return types with arguments of type ListLogsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListLogsRequest,ListLogsResponse>
LoggingClient. listLogsCallable()
Lists the logs in projects, organizations, folders, or billing accounts.com.google.api.gax.rpc.UnaryCallable<ListLogsRequest,LoggingClient.ListLogsPagedResponse>
LoggingClient. listLogsPagedCallable()
Lists the logs in projects, organizations, folders, or billing accounts.com.google.api.gax.rpc.PagedCallSettings.Builder<ListLogsRequest,ListLogsResponse,LoggingClient.ListLogsPagedResponse>
LoggingSettings.Builder. listLogsSettings()
Returns the builder for the settings used for calls to listLogs.com.google.api.gax.rpc.PagedCallSettings<ListLogsRequest,ListLogsResponse,LoggingClient.ListLogsPagedResponse>
LoggingSettings. listLogsSettings()
Returns the object with the settings used for calls to listLogs.Methods in com.google.cloud.logging.v2 with parameters of type ListLogsRequest Modifier and Type Method Description LoggingClient.ListLogsPagedResponse
LoggingClient. listLogs(ListLogsRequest request)
Lists the logs in projects, organizations, folders, or billing accounts.Method parameters in com.google.cloud.logging.v2 with type arguments of type ListLogsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<LoggingClient.ListLogsPagedResponse>
LoggingClient.ListLogsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListLogsRequest,ListLogsResponse,String> context, com.google.api.core.ApiFuture<ListLogsResponse> futureResponse)
protected LoggingClient.ListLogsPage
LoggingClient.ListLogsPage. createPage(com.google.api.gax.rpc.PageContext<ListLogsRequest,ListLogsResponse,String> context, ListLogsResponse response)
com.google.api.core.ApiFuture<LoggingClient.ListLogsPage>
LoggingClient.ListLogsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListLogsRequest,ListLogsResponse,String> context, com.google.api.core.ApiFuture<ListLogsResponse> futureResponse)
-
Uses of ListLogsRequest in com.google.cloud.logging.v2.stub
Methods in com.google.cloud.logging.v2.stub that return types with arguments of type ListLogsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListLogsRequest,ListLogsResponse>
GrpcLoggingServiceV2Stub. listLogsCallable()
com.google.api.gax.rpc.UnaryCallable<ListLogsRequest,ListLogsResponse>
LoggingServiceV2Stub. listLogsCallable()
com.google.api.gax.rpc.UnaryCallable<ListLogsRequest,LoggingClient.ListLogsPagedResponse>
GrpcLoggingServiceV2Stub. listLogsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListLogsRequest,LoggingClient.ListLogsPagedResponse>
LoggingServiceV2Stub. listLogsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListLogsRequest,ListLogsResponse,LoggingClient.ListLogsPagedResponse>
LoggingServiceV2StubSettings.Builder. listLogsSettings()
Returns the builder for the settings used for calls to listLogs.com.google.api.gax.rpc.PagedCallSettings<ListLogsRequest,ListLogsResponse,LoggingClient.ListLogsPagedResponse>
LoggingServiceV2StubSettings. listLogsSettings()
Returns the object with the settings used for calls to listLogs. -
Uses of ListLogsRequest in com.google.logging.v2
Methods in com.google.logging.v2 that return ListLogsRequest Modifier and Type Method Description ListLogsRequest
ListLogsRequest.Builder. build()
ListLogsRequest
ListLogsRequest.Builder. buildPartial()
static ListLogsRequest
ListLogsRequest. getDefaultInstance()
ListLogsRequest
ListLogsRequest.Builder. getDefaultInstanceForType()
ListLogsRequest
ListLogsRequest. getDefaultInstanceForType()
static ListLogsRequest
ListLogsRequest. parseDelimitedFrom(InputStream input)
static ListLogsRequest
ListLogsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListLogsRequest
ListLogsRequest. parseFrom(byte[] data)
static ListLogsRequest
ListLogsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListLogsRequest
ListLogsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListLogsRequest
ListLogsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListLogsRequest
ListLogsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListLogsRequest
ListLogsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListLogsRequest
ListLogsRequest. parseFrom(InputStream input)
static ListLogsRequest
ListLogsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListLogsRequest
ListLogsRequest. parseFrom(ByteBuffer data)
static ListLogsRequest
ListLogsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.logging.v2 that return types with arguments of type ListLogsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListLogsRequest,ListLogsResponse>
LoggingServiceV2Grpc. getListLogsMethod()
com.google.protobuf.Parser<ListLogsRequest>
ListLogsRequest. getParserForType()
static com.google.protobuf.Parser<ListLogsRequest>
ListLogsRequest. parser()
Methods in com.google.logging.v2 with parameters of type ListLogsRequest Modifier and Type Method Description default void
LoggingServiceV2Grpc.AsyncService. listLogs(ListLogsRequest request, io.grpc.stub.StreamObserver<ListLogsResponse> responseObserver)
Lists the logs in projects, organizations, folders, or billing accounts.ListLogsResponse
LoggingServiceV2Grpc.LoggingServiceV2BlockingStub. listLogs(ListLogsRequest request)
Lists the logs in projects, organizations, folders, or billing accounts.com.google.common.util.concurrent.ListenableFuture<ListLogsResponse>
LoggingServiceV2Grpc.LoggingServiceV2FutureStub. listLogs(ListLogsRequest request)
Lists the logs in projects, organizations, folders, or billing accounts.void
LoggingServiceV2Grpc.LoggingServiceV2Stub. listLogs(ListLogsRequest request, io.grpc.stub.StreamObserver<ListLogsResponse> responseObserver)
Lists the logs in projects, organizations, folders, or billing accounts.ListLogsRequest.Builder
ListLogsRequest.Builder. mergeFrom(ListLogsRequest other)
static ListLogsRequest.Builder
ListLogsRequest. newBuilder(ListLogsRequest prototype)
-