Uses of Class
com.google.logging.v2.CopyLogEntriesResponse
-
Packages that use CopyLogEntriesResponse Package Description com.google.cloud.logging.v2 A client to Cloud Logging APIcom.google.cloud.logging.v2.stub com.google.logging.v2 -
-
Uses of CopyLogEntriesResponse in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 that return types with arguments of type CopyLogEntriesResponse Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<CopyLogEntriesResponse,CopyLogEntriesMetadata>ConfigClient. copyLogEntriesAsync(CopyLogEntriesRequest request)Copies a set of log entries from a log bucket to a Cloud Storage bucket.com.google.api.gax.rpc.OperationCallable<CopyLogEntriesRequest,CopyLogEntriesResponse,CopyLogEntriesMetadata>ConfigClient. copyLogEntriesOperationCallable()Copies a set of log entries from a log bucket to a Cloud Storage bucket.com.google.api.gax.rpc.OperationCallSettings.Builder<CopyLogEntriesRequest,CopyLogEntriesResponse,CopyLogEntriesMetadata>ConfigSettings.Builder. copyLogEntriesOperationSettings()Returns the builder for the settings used for calls to copyLogEntries.com.google.api.gax.rpc.OperationCallSettings<CopyLogEntriesRequest,CopyLogEntriesResponse,CopyLogEntriesMetadata>ConfigSettings. copyLogEntriesOperationSettings()Returns the object with the settings used for calls to copyLogEntries. -
Uses of CopyLogEntriesResponse in com.google.cloud.logging.v2.stub
Methods in com.google.cloud.logging.v2.stub that return types with arguments of type CopyLogEntriesResponse Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<CopyLogEntriesRequest,CopyLogEntriesResponse,CopyLogEntriesMetadata>ConfigServiceV2Stub. copyLogEntriesOperationCallable()com.google.api.gax.rpc.OperationCallable<CopyLogEntriesRequest,CopyLogEntriesResponse,CopyLogEntriesMetadata>GrpcConfigServiceV2Stub. copyLogEntriesOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<CopyLogEntriesRequest,CopyLogEntriesResponse,CopyLogEntriesMetadata>ConfigServiceV2StubSettings.Builder. copyLogEntriesOperationSettings()Returns the builder for the settings used for calls to copyLogEntries.com.google.api.gax.rpc.OperationCallSettings<CopyLogEntriesRequest,CopyLogEntriesResponse,CopyLogEntriesMetadata>ConfigServiceV2StubSettings. copyLogEntriesOperationSettings()Returns the object with the settings used for calls to copyLogEntries. -
Uses of CopyLogEntriesResponse in com.google.logging.v2
Methods in com.google.logging.v2 that return CopyLogEntriesResponse Modifier and Type Method Description CopyLogEntriesResponseCopyLogEntriesResponse.Builder. build()CopyLogEntriesResponseCopyLogEntriesResponse.Builder. buildPartial()static CopyLogEntriesResponseCopyLogEntriesResponse. getDefaultInstance()CopyLogEntriesResponseCopyLogEntriesResponse.Builder. getDefaultInstanceForType()CopyLogEntriesResponseCopyLogEntriesResponse. getDefaultInstanceForType()static CopyLogEntriesResponseCopyLogEntriesResponse. parseDelimitedFrom(InputStream input)static CopyLogEntriesResponseCopyLogEntriesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CopyLogEntriesResponseCopyLogEntriesResponse. parseFrom(byte[] data)static CopyLogEntriesResponseCopyLogEntriesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CopyLogEntriesResponseCopyLogEntriesResponse. parseFrom(com.google.protobuf.ByteString data)static CopyLogEntriesResponseCopyLogEntriesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CopyLogEntriesResponseCopyLogEntriesResponse. parseFrom(com.google.protobuf.CodedInputStream input)static CopyLogEntriesResponseCopyLogEntriesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CopyLogEntriesResponseCopyLogEntriesResponse. parseFrom(InputStream input)static CopyLogEntriesResponseCopyLogEntriesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CopyLogEntriesResponseCopyLogEntriesResponse. parseFrom(ByteBuffer data)static CopyLogEntriesResponseCopyLogEntriesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.logging.v2 that return types with arguments of type CopyLogEntriesResponse Modifier and Type Method Description com.google.protobuf.Parser<CopyLogEntriesResponse>CopyLogEntriesResponse. getParserForType()static com.google.protobuf.Parser<CopyLogEntriesResponse>CopyLogEntriesResponse. parser()Methods in com.google.logging.v2 with parameters of type CopyLogEntriesResponse Modifier and Type Method Description CopyLogEntriesResponse.BuilderCopyLogEntriesResponse.Builder. mergeFrom(CopyLogEntriesResponse other)static CopyLogEntriesResponse.BuilderCopyLogEntriesResponse. newBuilder(CopyLogEntriesResponse prototype)
-