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 CopyLogEntriesResponse
CopyLogEntriesResponse.Builder. build()
CopyLogEntriesResponse
CopyLogEntriesResponse.Builder. buildPartial()
static CopyLogEntriesResponse
CopyLogEntriesResponse. getDefaultInstance()
CopyLogEntriesResponse
CopyLogEntriesResponse.Builder. getDefaultInstanceForType()
CopyLogEntriesResponse
CopyLogEntriesResponse. getDefaultInstanceForType()
static CopyLogEntriesResponse
CopyLogEntriesResponse. parseDelimitedFrom(InputStream input)
static CopyLogEntriesResponse
CopyLogEntriesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CopyLogEntriesResponse
CopyLogEntriesResponse. parseFrom(byte[] data)
static CopyLogEntriesResponse
CopyLogEntriesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CopyLogEntriesResponse
CopyLogEntriesResponse. parseFrom(com.google.protobuf.ByteString data)
static CopyLogEntriesResponse
CopyLogEntriesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CopyLogEntriesResponse
CopyLogEntriesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static CopyLogEntriesResponse
CopyLogEntriesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CopyLogEntriesResponse
CopyLogEntriesResponse. parseFrom(InputStream input)
static CopyLogEntriesResponse
CopyLogEntriesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CopyLogEntriesResponse
CopyLogEntriesResponse. parseFrom(ByteBuffer data)
static CopyLogEntriesResponse
CopyLogEntriesResponse. 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.Builder
CopyLogEntriesResponse.Builder. mergeFrom(CopyLogEntriesResponse other)
static CopyLogEntriesResponse.Builder
CopyLogEntriesResponse. newBuilder(CopyLogEntriesResponse prototype)
-