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.ListLogsPagedResponseLoggingClient. 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.ListLogsPageLoggingClient.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 ListLogsRequestListLogsRequest.Builder. build()ListLogsRequestListLogsRequest.Builder. buildPartial()static ListLogsRequestListLogsRequest. getDefaultInstance()ListLogsRequestListLogsRequest.Builder. getDefaultInstanceForType()ListLogsRequestListLogsRequest. getDefaultInstanceForType()static ListLogsRequestListLogsRequest. parseDelimitedFrom(InputStream input)static ListLogsRequestListLogsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLogsRequestListLogsRequest. parseFrom(byte[] data)static ListLogsRequestListLogsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLogsRequestListLogsRequest. parseFrom(com.google.protobuf.ByteString data)static ListLogsRequestListLogsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLogsRequestListLogsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListLogsRequestListLogsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLogsRequestListLogsRequest. parseFrom(InputStream input)static ListLogsRequestListLogsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLogsRequestListLogsRequest. parseFrom(ByteBuffer data)static ListLogsRequestListLogsRequest. 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 voidLoggingServiceV2Grpc.AsyncService. listLogs(ListLogsRequest request, io.grpc.stub.StreamObserver<ListLogsResponse> responseObserver)Lists the logs in projects, organizations, folders, or billing accounts.ListLogsResponseLoggingServiceV2Grpc.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.voidLoggingServiceV2Grpc.LoggingServiceV2Stub. listLogs(ListLogsRequest request, io.grpc.stub.StreamObserver<ListLogsResponse> responseObserver)Lists the logs in projects, organizations, folders, or billing accounts.ListLogsRequest.BuilderListLogsRequest.Builder. mergeFrom(ListLogsRequest other)static ListLogsRequest.BuilderListLogsRequest. newBuilder(ListLogsRequest prototype)
-