Uses of Class
com.google.logging.v2.DeleteLinkRequest
-
Packages that use DeleteLinkRequest Package Description com.google.cloud.logging.v2 A client to Cloud Logging APIcom.google.cloud.logging.v2.stub com.google.logging.v2 -
-
Uses of DeleteLinkRequest in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 that return types with arguments of type DeleteLinkRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteLinkRequest,com.google.longrunning.Operation>
ConfigClient. deleteLinkCallable()
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.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteLinkRequest,com.google.longrunning.Operation>
ConfigSettings.Builder. deleteLinkSettings()
Returns the builder for the settings used for calls to deleteLink.com.google.api.gax.rpc.UnaryCallSettings<DeleteLinkRequest,com.google.longrunning.Operation>
ConfigSettings. deleteLinkSettings()
Returns the object with the settings used for calls to deleteLink.Methods in com.google.cloud.logging.v2 with parameters of type DeleteLinkRequest Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,LinkMetadata>
ConfigClient. deleteLinkAsync(DeleteLinkRequest request)
Deletes a link. -
Uses of DeleteLinkRequest in com.google.cloud.logging.v2.stub
Methods in com.google.cloud.logging.v2.stub that return types with arguments of type DeleteLinkRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteLinkRequest,com.google.longrunning.Operation>
ConfigServiceV2Stub. deleteLinkCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteLinkRequest,com.google.longrunning.Operation>
GrpcConfigServiceV2Stub. deleteLinkCallable()
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.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteLinkRequest,com.google.longrunning.Operation>
ConfigServiceV2StubSettings.Builder. deleteLinkSettings()
Returns the builder for the settings used for calls to deleteLink.com.google.api.gax.rpc.UnaryCallSettings<DeleteLinkRequest,com.google.longrunning.Operation>
ConfigServiceV2StubSettings. deleteLinkSettings()
Returns the object with the settings used for calls to deleteLink. -
Uses of DeleteLinkRequest in com.google.logging.v2
Methods in com.google.logging.v2 that return DeleteLinkRequest Modifier and Type Method Description DeleteLinkRequest
DeleteLinkRequest.Builder. build()
DeleteLinkRequest
DeleteLinkRequest.Builder. buildPartial()
static DeleteLinkRequest
DeleteLinkRequest. getDefaultInstance()
DeleteLinkRequest
DeleteLinkRequest.Builder. getDefaultInstanceForType()
DeleteLinkRequest
DeleteLinkRequest. getDefaultInstanceForType()
DeleteLinkRequest
LinkMetadata.Builder. getDeleteLinkRequest()
DeleteLink RPC request.DeleteLinkRequest
LinkMetadata. getDeleteLinkRequest()
DeleteLink RPC request.DeleteLinkRequest
LinkMetadataOrBuilder. getDeleteLinkRequest()
DeleteLink RPC request.static DeleteLinkRequest
DeleteLinkRequest. parseDelimitedFrom(InputStream input)
static DeleteLinkRequest
DeleteLinkRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteLinkRequest
DeleteLinkRequest. parseFrom(byte[] data)
static DeleteLinkRequest
DeleteLinkRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteLinkRequest
DeleteLinkRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteLinkRequest
DeleteLinkRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteLinkRequest
DeleteLinkRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteLinkRequest
DeleteLinkRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteLinkRequest
DeleteLinkRequest. parseFrom(InputStream input)
static DeleteLinkRequest
DeleteLinkRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteLinkRequest
DeleteLinkRequest. parseFrom(ByteBuffer data)
static DeleteLinkRequest
DeleteLinkRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.logging.v2 that return types with arguments of type DeleteLinkRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<DeleteLinkRequest,com.google.longrunning.Operation>
ConfigServiceV2Grpc. getDeleteLinkMethod()
com.google.protobuf.Parser<DeleteLinkRequest>
DeleteLinkRequest. getParserForType()
static com.google.protobuf.Parser<DeleteLinkRequest>
DeleteLinkRequest. parser()
Methods in com.google.logging.v2 with parameters of type DeleteLinkRequest Modifier and Type Method Description default void
ConfigServiceV2Grpc.AsyncService. deleteLink(DeleteLinkRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Deletes a link.com.google.longrunning.Operation
ConfigServiceV2Grpc.ConfigServiceV2BlockingStub. deleteLink(DeleteLinkRequest request)
Deletes a link.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
ConfigServiceV2Grpc.ConfigServiceV2FutureStub. deleteLink(DeleteLinkRequest request)
Deletes a link.void
ConfigServiceV2Grpc.ConfigServiceV2Stub. deleteLink(DeleteLinkRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Deletes a link.LinkMetadata.Builder
LinkMetadata.Builder. mergeDeleteLinkRequest(DeleteLinkRequest value)
DeleteLink RPC request.DeleteLinkRequest.Builder
DeleteLinkRequest.Builder. mergeFrom(DeleteLinkRequest other)
static DeleteLinkRequest.Builder
DeleteLinkRequest. newBuilder(DeleteLinkRequest prototype)
LinkMetadata.Builder
LinkMetadata.Builder. setDeleteLinkRequest(DeleteLinkRequest value)
DeleteLink RPC request.
-