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