public virtual grpc::AsyncUnaryCall <global::Yandex.Cloud.Vpc.V1.SecurityGroup> GetAsync(global::Yandex.Cloud.Vpc.V1.GetSecurityGroupRequest request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(GetAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
 public virtual grpc::AsyncUnaryCall <global::Yandex.Cloud.Vpc.V1.SecurityGroup> GetAsync(global::Yandex.Cloud.Vpc.V1.GetSecurityGroupRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_Get, null, options, request));
 }
 public virtual global::Yandex.Cloud.Vpc.V1.SecurityGroup Get(global::Yandex.Cloud.Vpc.V1.GetSecurityGroupRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_Get, null, options, request));
 }