コード例 #1
0
 /// <summary>
 /// Creates a deployment.
 ///
 /// The returned operation result is of type `deployment` upon successful creation.
 /// </summary>
 /// <param name="request">The request to send to the server.</param>
 /// <param name="options">The options for the call.</param>
 /// <returns>The call object.</returns>
 public virtual grpc::AsyncUnaryCall <global::Google.LongRunning.Operation> CreateDeploymentAsync(global::Improbable.SpatialOS.Deployment.V1Alpha1.CreateDeploymentRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_CreateDeployment, null, options, request));
 }
コード例 #2
0
 /// <summary>
 /// Creates, updates, or removes Keyword Plan campaigns. Operation statuses are
 /// returned.
 /// </summary>
 /// <param name="request">The request to send to the server.</param>
 /// <param name="options">The options for the call.</param>
 /// <returns>The call object.</returns>
 public virtual grpc::AsyncUnaryCall <global::Google.Ads.GoogleAds.V4.Services.MutateKeywordPlanCampaignsResponse> MutateKeywordPlanCampaignsAsync(global::Google.Ads.GoogleAds.V4.Services.MutateKeywordPlanCampaignsRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_MutateKeywordPlanCampaigns, null, options, request));
 }
コード例 #3
0
 /// <summary>
 /// Returns the requested mobile device constant in full detail.
 /// </summary>
 /// <param name="request">The request to send to the server.</param>
 /// <param name="options">The options for the call.</param>
 /// <returns>The call object.</returns>
 public virtual grpc::AsyncUnaryCall <global::Google.Ads.GoogleAds.V6.Resources.MobileDeviceConstant> GetMobileDeviceConstantAsync(global::Google.Ads.GoogleAds.V6.Services.GetMobileDeviceConstantRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_GetMobileDeviceConstant, null, options, request));
 }
コード例 #4
0
 /// <summary>
 /// List used addresses in specified subnet.
 /// </summary>
 /// <param name="request">The request to send to the server.</param>
 /// <param name="options">The options for the call.</param>
 /// <returns>The call object.</returns>
 public virtual grpc::AsyncUnaryCall <global::Yandex.Cloud.Vpc.V1.ListUsedAddressesResponse> ListUsedAddressesAsync(global::Yandex.Cloud.Vpc.V1.ListUsedAddressesRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_ListUsedAddresses, null, options, request));
 }
コード例 #5
0
 /// <summary>
 /// Creates, updates, or removes shared sets. Operation statuses are returned.
 /// </summary>
 /// <param name="request">The request to send to the server.</param>
 /// <param name="options">The options for the call.</param>
 /// <returns>The call object.</returns>
 public virtual grpc::AsyncUnaryCall <global::Google.Ads.GoogleAds.V1.Services.MutateSharedSetsResponse> MutateSharedSetsAsync(global::Google.Ads.GoogleAds.V1.Services.MutateSharedSetsRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_MutateSharedSets, null, options, request));
 }
コード例 #6
0
 /// <summary>
 /// Returns the specified Subnet resource.
 ///
 /// To get the list of available Subnet resources, make a [List] request.
 /// </summary>
 /// <param name="request">The request to send to the server.</param>
 /// <param name="options">The options for the call.</param>
 /// <returns>The call object.</returns>
 public virtual grpc::AsyncUnaryCall <global::Yandex.Cloud.Vpc.V1.Subnet> GetAsync(global::Yandex.Cloud.Vpc.V1.GetSubnetRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_Get, null, options, request));
 }
コード例 #7
0
 /// <summary>
 /// List operations for the specified subnet.
 /// </summary>
 /// <param name="request">The request to send to the server.</param>
 /// <param name="options">The options for the call.</param>
 /// <returns>The response received from the server.</returns>
 public virtual global::Yandex.Cloud.Vpc.V1.ListSubnetOperationsResponse ListOperations(global::Yandex.Cloud.Vpc.V1.ListSubnetOperationsRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_ListOperations, null, options, request));
 }
コード例 #8
0
 /// <summary>
 /// Get the specified group.
 /// </summary>
 /// <param name="request">The request to send to the server.</param>
 /// <param name="options">The options for the call.</param>
 /// <returns>The response received from the server.</returns>
 public virtual global::Google.Cloud.ErrorReporting.V1Beta1.ErrorGroup GetGroup(global::Google.Cloud.ErrorReporting.V1Beta1.GetGroupRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_GetGroup, null, options, request));
 }
コード例 #9
0
 /// <summary>
 /// Replace the data for the specified group.
 /// Fails if the group does not exist.
 /// </summary>
 /// <param name="request">The request to send to the server.</param>
 /// <param name="options">The options for the call.</param>
 /// <returns>The call object.</returns>
 public virtual grpc::AsyncUnaryCall <global::Google.Cloud.ErrorReporting.V1Beta1.ErrorGroup> UpdateGroupAsync(global::Google.Cloud.ErrorReporting.V1Beta1.UpdateGroupRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_UpdateGroup, null, options, request));
 }
コード例 #10
0
 /// <summary>
 /// Creates or removes feed mappings. Operation statuses are
 /// returned.
 /// </summary>
 /// <param name="request">The request to send to the server.</param>
 /// <param name="options">The options for the call.</param>
 /// <returns>The response received from the server.</returns>
 public virtual global::Google.Ads.GoogleAds.V3.Services.MutateFeedMappingsResponse MutateFeedMappings(global::Google.Ads.GoogleAds.V3.Services.MutateFeedMappingsRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_MutateFeedMappings, null, options, request));
 }
コード例 #11
0
 /// <summary>
 /// After invoking handle, the first message sent will always be a CrdtInit message, containing the entity ID, and,
 /// if it exists or is available, the current state of the entity. After that, one or more commands may be sent,
 /// as well as deltas as they arrive, and the entire state if either the entity is created, or the proxy wishes the
 /// user function to replace its entire state.
 ///
 /// The user function must respond with one reply per command in. They do not necessarily have to be sent in the same
 /// order that the commands were sent, the command ID is used to correlate commands to replies.
 /// </summary>
 /// <param name="options">The options for the call.</param>
 /// <returns>The call object.</returns>
 public virtual grpc::AsyncDuplexStreamingCall <global::Cloudstate.Crdt.CrdtStreamIn, global::Cloudstate.Crdt.CrdtStreamOut> handle(grpc::CallOptions options)
 {
     return(CallInvoker.AsyncDuplexStreamingCall(__Method_handle, null, options));
 }
コード例 #12
0
 /// <summary>
 /// Returns the requested feed mapping in full detail.
 /// </summary>
 /// <param name="request">The request to send to the server.</param>
 /// <param name="options">The options for the call.</param>
 /// <returns>The call object.</returns>
 public virtual grpc::AsyncUnaryCall <global::Google.Ads.GoogleAds.V3.Resources.FeedMapping> GetFeedMappingAsync(global::Google.Ads.GoogleAds.V3.Services.GetFeedMappingRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_GetFeedMapping, null, options, request));
 }
コード例 #13
0
 /// <summary>
 /// Stops a running deployment.
 /// </summary>
 /// <param name="request">The request to send to the server.</param>
 /// <param name="options">The options for the call.</param>
 /// <returns>The call object.</returns>
 public virtual grpc::AsyncUnaryCall <global::Improbable.SpatialOS.Deployment.V1Alpha1.StopDeploymentResponse> StopDeploymentAsync(global::Improbable.SpatialOS.Deployment.V1Alpha1.StopDeploymentRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_StopDeployment, null, options, request));
 }
コード例 #14
0
 /// <summary>
 /// Updates a deployment as identified by the deployment's `id`.
 /// </summary>
 /// <param name="request">The request to send to the server.</param>
 /// <param name="options">The options for the call.</param>
 /// <returns>The response received from the server.</returns>
 public virtual global::Improbable.SpatialOS.Deployment.V1Alpha1.UpdateDeploymentResponse UpdateDeployment(global::Improbable.SpatialOS.Deployment.V1Alpha1.UpdateDeploymentRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_UpdateDeployment, null, options, request));
 }
 /// <summary>
 /// Returns the requested paid organic search term view in full detail.
 /// </summary>
 /// <param name="request">The request to send to the server.</param>
 /// <param name="options">The options for the call.</param>
 /// <returns>The call object.</returns>
 public virtual grpc::AsyncUnaryCall <global::Google.Ads.GoogleAds.V4.Resources.PaidOrganicSearchTermView> GetPaidOrganicSearchTermViewAsync(global::Google.Ads.GoogleAds.V4.Services.GetPaidOrganicSearchTermViewRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_GetPaidOrganicSearchTermView, null, options, request));
 }
コード例 #16
0
 public virtual grpc::AsyncUnaryCall <global::GrpcService.Protos.AddCommentResponse> AddCommentAsync(global::GrpcService.Protos.AddCommentRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_AddComment, null, options, request));
 }
コード例 #17
0
 /// <summary>
 /// Returns the specified Subnet resource.
 ///
 /// To get the list of available Subnet resources, make a [List] request.
 /// </summary>
 /// <param name="request">The request to send to the server.</param>
 /// <param name="options">The options for the call.</param>
 /// <returns>The response received from the server.</returns>
 public virtual global::Yandex.Cloud.Vpc.V1.Subnet Get(global::Yandex.Cloud.Vpc.V1.GetSubnetRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_Get, null, options, request));
 }
コード例 #18
0
 public virtual global::GrpcService.Protos.UpdateCommentResponse UpdateComment(global::GrpcService.Protos.UpdateCommentRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_UpdateComment, null, options, request));
 }
コード例 #19
0
 /// <summary>
 /// Deletes the specified subnet.
 /// </summary>
 /// <param name="request">The request to send to the server.</param>
 /// <param name="options">The options for the call.</param>
 /// <returns>The response received from the server.</returns>
 public virtual global::Yandex.Cloud.Operation.Operation Delete(global::Yandex.Cloud.Vpc.V1.DeleteSubnetRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_Delete, null, options, request));
 }
コード例 #20
0
 /// <summary>
 /// Returns the requested user location view in full detail.
 /// </summary>
 /// <param name="request">The request to send to the server.</param>
 /// <param name="options">The options for the call.</param>
 /// <returns>The call object.</returns>
 public virtual grpc::AsyncUnaryCall <global::Google.Ads.GoogleAds.V2.Resources.UserLocationView> GetUserLocationViewAsync(global::Google.Ads.GoogleAds.V2.Services.GetUserLocationViewRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_GetUserLocationView, null, options, request));
 }
コード例 #21
0
 /// <summary>
 /// Move subnet to another folder.
 /// </summary>
 /// <param name="request">The request to send to the server.</param>
 /// <param name="options">The options for the call.</param>
 /// <returns>The call object.</returns>
 public virtual grpc::AsyncUnaryCall <global::Yandex.Cloud.Operation.Operation> MoveAsync(global::Yandex.Cloud.Vpc.V1.MoveSubnetRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_Move, null, options, request));
 }
コード例 #22
0
 public virtual global::Protocol.ChatAck SendChat(global::Protocol.ChatReq request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_SendChat, null, options, request));
 }
コード例 #23
0
 /// <summary>
 /// Returns the requested shared set in full detail.
 /// </summary>
 /// <param name="request">The request to send to the server.</param>
 /// <param name="options">The options for the call.</param>
 /// <returns>The call object.</returns>
 public virtual grpc::AsyncUnaryCall <global::Google.Ads.GoogleAds.V1.Resources.SharedSet> GetSharedSetAsync(global::Google.Ads.GoogleAds.V1.Services.GetSharedSetRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_GetSharedSet, null, options, request));
 }
コード例 #24
0
 public virtual grpc::AsyncUnaryCall <global::Protocol.ChatAck> SendChatAsync(global::Protocol.ChatReq request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_SendChat, null, options, request));
 }
コード例 #25
0
 /// <summary>
 /// Returns the requested Keyword Plan campaign in full detail.
 /// </summary>
 /// <param name="request">The request to send to the server.</param>
 /// <param name="options">The options for the call.</param>
 /// <returns>The call object.</returns>
 public virtual grpc::AsyncUnaryCall <global::Google.Ads.GoogleAds.V4.Resources.KeywordPlanCampaign> GetKeywordPlanCampaignAsync(global::Google.Ads.GoogleAds.V4.Services.GetKeywordPlanCampaignRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_GetKeywordPlanCampaign, null, options, request));
 }
コード例 #26
0
 /// <summary>
 /// Processes the given conversion adjustments.
 /// </summary>
 /// <param name="request">The request to send to the server.</param>
 /// <param name="options">The options for the call.</param>
 /// <returns>The call object.</returns>
 public virtual grpc::AsyncUnaryCall <global::Google.Ads.GoogleAds.V4.Services.UploadConversionAdjustmentsResponse> UploadConversionAdjustmentsAsync(global::Google.Ads.GoogleAds.V4.Services.UploadConversionAdjustmentsRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_UploadConversionAdjustments, null, options, request));
 }
コード例 #27
0
 /// <summary>
 /// Run image detection and annotation for a batch of images.
 /// </summary>
 /// <param name="request">The request to send to the server.</param>
 /// <param name="options">The options for the call.</param>
 /// <returns>The call object.</returns>
 public virtual grpc::AsyncUnaryCall <global::Google.Cloud.Vision.V1.BatchAnnotateImagesResponse> BatchAnnotateImagesAsync(global::Google.Cloud.Vision.V1.BatchAnnotateImagesRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_BatchAnnotateImages, null, options, request));
 }
コード例 #28
0
 /// <summary>
 /// Run image detection and annotation for a batch of images.
 /// </summary>
 /// <param name="request">The request to send to the server.</param>
 /// <param name="options">The options for the call.</param>
 /// <returns>The response received from the server.</returns>
 public virtual global::Google.Cloud.Vision.V1P1Beta1.BatchAnnotateImagesResponse BatchAnnotateImages(global::Google.Cloud.Vision.V1P1Beta1.BatchAnnotateImagesRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_BatchAnnotateImages, null, options, request));
 }
コード例 #29
0
 /// <summary>
 /// Returns the requested feed item targets in full detail.
 /// </summary>
 /// <param name="request">The request to send to the server.</param>
 /// <param name="options">The options for the call.</param>
 /// <returns>The response received from the server.</returns>
 public virtual global::Google.Ads.GoogleAds.V3.Resources.FeedItemTarget GetFeedItemTarget(global::Google.Ads.GoogleAds.V3.Services.GetFeedItemTargetRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_GetFeedItemTarget, null, options, request));
 }
コード例 #30
0
 /// <summary>
 /// Updates an SSH public key and returns the profile information. This method
 /// supports patch semantics.
 /// </summary>
 /// <param name="request">The request to send to the server.</param>
 /// <param name="options">The options for the call.</param>
 /// <returns>The call object.</returns>
 public virtual grpc::AsyncUnaryCall <global::Google.Cloud.OsLogin.Common.SshPublicKey> UpdateSshPublicKeyAsync(global::Google.Cloud.OsLogin.V1Beta.UpdateSshPublicKeyRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_UpdateSshPublicKey, null, options, request));
 }