Uses of Class
com.google.logging.v2.LinkMetadata
-
Packages that use LinkMetadata Package Description com.google.cloud.logging.v2 A client to Cloud Logging APIcom.google.cloud.logging.v2.stub com.google.logging.v2 -
-
Uses of LinkMetadata in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 that return types with arguments of type LinkMetadata Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Link,LinkMetadata>ConfigClient. createLinkAsync(CreateLinkRequest request)Asynchronously creates a linked dataset in BigQuery which makes it possible to use BigQuery to read the logs stored in the log bucket.com.google.api.gax.longrunning.OperationFuture<Link,LinkMetadata>ConfigClient. createLinkAsync(LogBucketName parent, Link link, String linkId)Asynchronously creates a linked dataset in BigQuery which makes it possible to use BigQuery to read the logs stored in the log bucket.com.google.api.gax.longrunning.OperationFuture<Link,LinkMetadata>ConfigClient. createLinkAsync(String parent, Link link, String linkId)Asynchronously creates a linked dataset in BigQuery which makes it possible to use BigQuery to read the logs stored in the log bucket.com.google.api.gax.rpc.OperationCallable<CreateLinkRequest,Link,LinkMetadata>ConfigClient. createLinkOperationCallable()Asynchronously creates a linked dataset in BigQuery which makes it possible to use BigQuery to read the logs stored in the log bucket.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateLinkRequest,Link,LinkMetadata>ConfigSettings.Builder. createLinkOperationSettings()Returns the builder for the settings used for calls to createLink.com.google.api.gax.rpc.OperationCallSettings<CreateLinkRequest,Link,LinkMetadata>ConfigSettings. createLinkOperationSettings()Returns the object with the settings used for calls to createLink.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,LinkMetadata>ConfigClient. deleteLinkAsync(DeleteLinkRequest request)Deletes a link.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,LinkMetadata>ConfigClient. deleteLinkAsync(LinkName name)Deletes a link.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,LinkMetadata>ConfigClient. deleteLinkAsync(String name)Deletes a link.com.google.api.gax.rpc.OperationCallable<DeleteLinkRequest,com.google.protobuf.Empty,LinkMetadata>ConfigClient. deleteLinkOperationCallable()Deletes a link.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteLinkRequest,com.google.protobuf.Empty,LinkMetadata>ConfigSettings.Builder. deleteLinkOperationSettings()Returns the builder for the settings used for calls to deleteLink.com.google.api.gax.rpc.OperationCallSettings<DeleteLinkRequest,com.google.protobuf.Empty,LinkMetadata>ConfigSettings. deleteLinkOperationSettings()Returns the object with the settings used for calls to deleteLink. -
Uses of LinkMetadata in com.google.cloud.logging.v2.stub
Methods in com.google.cloud.logging.v2.stub that return types with arguments of type LinkMetadata Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<CreateLinkRequest,Link,LinkMetadata>ConfigServiceV2Stub. createLinkOperationCallable()com.google.api.gax.rpc.OperationCallable<CreateLinkRequest,Link,LinkMetadata>GrpcConfigServiceV2Stub. createLinkOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<CreateLinkRequest,Link,LinkMetadata>ConfigServiceV2StubSettings.Builder. createLinkOperationSettings()Returns the builder for the settings used for calls to createLink.com.google.api.gax.rpc.OperationCallSettings<CreateLinkRequest,Link,LinkMetadata>ConfigServiceV2StubSettings. createLinkOperationSettings()Returns the object with the settings used for calls to createLink.com.google.api.gax.rpc.OperationCallable<DeleteLinkRequest,com.google.protobuf.Empty,LinkMetadata>ConfigServiceV2Stub. deleteLinkOperationCallable()com.google.api.gax.rpc.OperationCallable<DeleteLinkRequest,com.google.protobuf.Empty,LinkMetadata>GrpcConfigServiceV2Stub. deleteLinkOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteLinkRequest,com.google.protobuf.Empty,LinkMetadata>ConfigServiceV2StubSettings.Builder. deleteLinkOperationSettings()Returns the builder for the settings used for calls to deleteLink.com.google.api.gax.rpc.OperationCallSettings<DeleteLinkRequest,com.google.protobuf.Empty,LinkMetadata>ConfigServiceV2StubSettings. deleteLinkOperationSettings()Returns the object with the settings used for calls to deleteLink. -
Uses of LinkMetadata in com.google.logging.v2
Methods in com.google.logging.v2 that return LinkMetadata Modifier and Type Method Description LinkMetadataLinkMetadata.Builder. build()LinkMetadataLinkMetadata.Builder. buildPartial()static LinkMetadataLinkMetadata. getDefaultInstance()LinkMetadataLinkMetadata.Builder. getDefaultInstanceForType()LinkMetadataLinkMetadata. getDefaultInstanceForType()static LinkMetadataLinkMetadata. parseDelimitedFrom(InputStream input)static LinkMetadataLinkMetadata. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LinkMetadataLinkMetadata. parseFrom(byte[] data)static LinkMetadataLinkMetadata. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LinkMetadataLinkMetadata. parseFrom(com.google.protobuf.ByteString data)static LinkMetadataLinkMetadata. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LinkMetadataLinkMetadata. parseFrom(com.google.protobuf.CodedInputStream input)static LinkMetadataLinkMetadata. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LinkMetadataLinkMetadata. parseFrom(InputStream input)static LinkMetadataLinkMetadata. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LinkMetadataLinkMetadata. parseFrom(ByteBuffer data)static LinkMetadataLinkMetadata. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.logging.v2 that return types with arguments of type LinkMetadata Modifier and Type Method Description com.google.protobuf.Parser<LinkMetadata>LinkMetadata. getParserForType()static com.google.protobuf.Parser<LinkMetadata>LinkMetadata. parser()Methods in com.google.logging.v2 with parameters of type LinkMetadata Modifier and Type Method Description LinkMetadata.BuilderLinkMetadata.Builder. mergeFrom(LinkMetadata other)static LinkMetadata.BuilderLinkMetadata. newBuilder(LinkMetadata prototype)
-