Uses of Class
com.google.logging.v2.CopyLogEntriesMetadata
-
Packages that use CopyLogEntriesMetadata Package Description com.google.cloud.logging.v2 A client to Cloud Logging APIcom.google.cloud.logging.v2.stub com.google.logging.v2 -
-
Uses of CopyLogEntriesMetadata in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 that return types with arguments of type CopyLogEntriesMetadata 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 CopyLogEntriesMetadata in com.google.cloud.logging.v2.stub
Methods in com.google.cloud.logging.v2.stub that return types with arguments of type CopyLogEntriesMetadata 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 CopyLogEntriesMetadata in com.google.logging.v2
Methods in com.google.logging.v2 that return CopyLogEntriesMetadata Modifier and Type Method Description CopyLogEntriesMetadataCopyLogEntriesMetadata.Builder. build()CopyLogEntriesMetadataCopyLogEntriesMetadata.Builder. buildPartial()static CopyLogEntriesMetadataCopyLogEntriesMetadata. getDefaultInstance()CopyLogEntriesMetadataCopyLogEntriesMetadata.Builder. getDefaultInstanceForType()CopyLogEntriesMetadataCopyLogEntriesMetadata. getDefaultInstanceForType()static CopyLogEntriesMetadataCopyLogEntriesMetadata. parseDelimitedFrom(InputStream input)static CopyLogEntriesMetadataCopyLogEntriesMetadata. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CopyLogEntriesMetadataCopyLogEntriesMetadata. parseFrom(byte[] data)static CopyLogEntriesMetadataCopyLogEntriesMetadata. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CopyLogEntriesMetadataCopyLogEntriesMetadata. parseFrom(com.google.protobuf.ByteString data)static CopyLogEntriesMetadataCopyLogEntriesMetadata. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CopyLogEntriesMetadataCopyLogEntriesMetadata. parseFrom(com.google.protobuf.CodedInputStream input)static CopyLogEntriesMetadataCopyLogEntriesMetadata. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CopyLogEntriesMetadataCopyLogEntriesMetadata. parseFrom(InputStream input)static CopyLogEntriesMetadataCopyLogEntriesMetadata. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CopyLogEntriesMetadataCopyLogEntriesMetadata. parseFrom(ByteBuffer data)static CopyLogEntriesMetadataCopyLogEntriesMetadata. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.logging.v2 that return types with arguments of type CopyLogEntriesMetadata Modifier and Type Method Description com.google.protobuf.Parser<CopyLogEntriesMetadata>CopyLogEntriesMetadata. getParserForType()static com.google.protobuf.Parser<CopyLogEntriesMetadata>CopyLogEntriesMetadata. parser()Methods in com.google.logging.v2 with parameters of type CopyLogEntriesMetadata Modifier and Type Method Description CopyLogEntriesMetadata.BuilderCopyLogEntriesMetadata.Builder. mergeFrom(CopyLogEntriesMetadata other)static CopyLogEntriesMetadata.BuilderCopyLogEntriesMetadata. newBuilder(CopyLogEntriesMetadata prototype)
-