public virtual global::System.Threading.Tasks.Task <global::HOLMS.Types.Supply.Snapshot.LodgingSnapshotRequestResponse> LodgingSnapshotFromTagsMergedWithoutProperty(global::HOLMS.Types.Supply.RPC.SupplySnapshotSvcSnapshotWithoutPropertyTagsReq request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }
 public virtual grpc::AsyncUnaryCall <global::HOLMS.Types.Supply.Snapshot.LodgingSnapshotRequestResponse> LodgingSnapshotFromTagsMergedWithoutPropertyAsync(global::HOLMS.Types.Supply.RPC.SupplySnapshotSvcSnapshotWithoutPropertyTagsReq request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_LodgingSnapshotFromTagsMergedWithoutProperty, null, options, request));
 }
 public virtual global::HOLMS.Types.Supply.Snapshot.LodgingQuantitySnapshotRequestResponse LodgingQuantitySnapshotWithoutPropertyFromTagsStrict(global::HOLMS.Types.Supply.RPC.SupplySnapshotSvcSnapshotWithoutPropertyTagsReq request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_LodgingQuantitySnapshotWithoutPropertyFromTagsStrict, null, options, request));
 }
 public virtual grpc::AsyncUnaryCall <global::HOLMS.Types.Supply.Snapshot.LodgingSnapshotRequestResponse> LodgingSnapshotFromTagsMergedWithoutPropertyAsync(global::HOLMS.Types.Supply.RPC.SupplySnapshotSvcSnapshotWithoutPropertyTagsReq request, grpc::Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(LodgingSnapshotFromTagsMergedWithoutPropertyAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
 public virtual global::HOLMS.Types.Supply.Snapshot.LodgingQuantitySnapshotRequestResponse LodgingQuantitySnapshotWithoutPropertyFromTagsStrict(global::HOLMS.Types.Supply.RPC.SupplySnapshotSvcSnapshotWithoutPropertyTagsReq request, grpc::Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(LodgingQuantitySnapshotWithoutPropertyFromTagsStrict(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }