Uses of Class
com.google.logging.v2.ListLogsResponse
-
Packages that use ListLogsResponse 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 ListLogsResponse in com.google.cloud.logging.spi.v2
Methods in com.google.cloud.logging.spi.v2 that return types with arguments of type ListLogsResponse 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 ListLogsResponse in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 that return types with arguments of type ListLogsResponse 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.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 ListLogsResponse Modifier and Type Method Description protected LoggingClient.ListLogsPage
LoggingClient.ListLogsPage. createPage(com.google.api.gax.rpc.PageContext<ListLogsRequest,ListLogsResponse,String> context, ListLogsResponse response)
Method parameters in com.google.cloud.logging.v2 with type arguments of type ListLogsResponse 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)
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)
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 ListLogsResponse in com.google.cloud.logging.v2.stub
Methods in com.google.cloud.logging.v2.stub that return types with arguments of type ListLogsResponse 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.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 ListLogsResponse in com.google.logging.v2
Methods in com.google.logging.v2 that return ListLogsResponse Modifier and Type Method Description ListLogsResponse
ListLogsResponse.Builder. build()
ListLogsResponse
ListLogsResponse.Builder. buildPartial()
static ListLogsResponse
ListLogsResponse. getDefaultInstance()
ListLogsResponse
ListLogsResponse.Builder. getDefaultInstanceForType()
ListLogsResponse
ListLogsResponse. getDefaultInstanceForType()
ListLogsResponse
LoggingServiceV2Grpc.LoggingServiceV2BlockingStub. listLogs(ListLogsRequest request)
Lists the logs in projects, organizations, folders, or billing accounts.static ListLogsResponse
ListLogsResponse. parseDelimitedFrom(InputStream input)
static ListLogsResponse
ListLogsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListLogsResponse
ListLogsResponse. parseFrom(byte[] data)
static ListLogsResponse
ListLogsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListLogsResponse
ListLogsResponse. parseFrom(com.google.protobuf.ByteString data)
static ListLogsResponse
ListLogsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListLogsResponse
ListLogsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListLogsResponse
ListLogsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListLogsResponse
ListLogsResponse. parseFrom(InputStream input)
static ListLogsResponse
ListLogsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListLogsResponse
ListLogsResponse. parseFrom(ByteBuffer data)
static ListLogsResponse
ListLogsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.logging.v2 that return types with arguments of type ListLogsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListLogsRequest,ListLogsResponse>
LoggingServiceV2Grpc. getListLogsMethod()
com.google.protobuf.Parser<ListLogsResponse>
ListLogsResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListLogsResponse>
LoggingServiceV2Grpc.LoggingServiceV2FutureStub. listLogs(ListLogsRequest request)
Lists the logs in projects, organizations, folders, or billing accounts.static com.google.protobuf.Parser<ListLogsResponse>
ListLogsResponse. parser()
Methods in com.google.logging.v2 with parameters of type ListLogsResponse Modifier and Type Method Description ListLogsResponse.Builder
ListLogsResponse.Builder. mergeFrom(ListLogsResponse other)
static ListLogsResponse.Builder
ListLogsResponse. newBuilder(ListLogsResponse prototype)
Method parameters in com.google.logging.v2 with type arguments of type ListLogsResponse 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.void
LoggingServiceV2Grpc.LoggingServiceV2Stub. listLogs(ListLogsRequest request, io.grpc.stub.StreamObserver<ListLogsResponse> responseObserver)
Lists the logs in projects, organizations, folders, or billing accounts.
-