Here are the examples of the csharp api Google.Api.Gax.GaxPreconditions.CheckNotNullOrEmpty(string, string) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.
683 Examples
19
View Source File : AdGroupCriterionLabelResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static AdGroupCriterionLabelName FromCustomerAdGroupCriterionLabel(string customerId, string adGroupId, string criterionId, string labelId) =>
new AdGroupCriterionLabelName(ResourceNameType.CustomerAdGroupCriterionLabel, customerId: gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), adGroupId: gax::GaxPreconditions.CheckNotNullOrEmpty(adGroupId, nameof(adGroupId)), criterionId: gax::GaxPreconditions.CheckNotNullOrEmpty(criterionId, nameof(criterionId)), labelId: gax::GaxPreconditions.CheckNotNullOrEmpty(labelId, nameof(labelId)));
19
View Source File : AdGroupCriterionResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static string FormatCustomerAdGroupCriterion(string customerId, string adGroupId, string criterionId) =>
s_customerAdGroupCriterion.Expand(gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), $"{(gax::GaxPreconditions.CheckNotNullOrEmpty(adGroupId, nameof(adGroupId)))}~{(gax::GaxPreconditions.CheckNotNullOrEmpty(criterionId, nameof(criterionId)))}");
19
View Source File : AdGroupCriterionSimulationResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static AdGroupCriterionSimulationName FromCustomerAdGroupCriterionTypeModificationMethodStartDateEndDate(string customerId, string adGroupId, string criterionId, string typeId, string modificationMethodId, string startDateId, string endDateId) =>
new AdGroupCriterionSimulationName(ResourceNameType.CustomerAdGroupCriterionTypeModificationMethodStartDateEndDate, customerId: gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), adGroupId: gax::GaxPreconditions.CheckNotNullOrEmpty(adGroupId, nameof(adGroupId)), criterionId: gax::GaxPreconditions.CheckNotNullOrEmpty(criterionId, nameof(criterionId)), typeId: gax::GaxPreconditions.CheckNotNullOrEmpty(typeId, nameof(typeId)), modificationMethodId: gax::GaxPreconditions.CheckNotNullOrEmpty(modificationMethodId, nameof(modificationMethodId)), startDateId: gax::GaxPreconditions.CheckNotNullOrEmpty(startDateId, nameof(startDateId)), endDateId: gax::GaxPreconditions.CheckNotNullOrEmpty(endDateId, nameof(endDateId)));
19
View Source File : AdGroupCriterionSimulationResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static string FormatCustomerAdGroupCriterionTypeModificationMethodStartDateEndDate(string customerId, string adGroupId, string criterionId, string typeId, string modificationMethodId, string startDateId, string endDateId) =>
s_customerAdGroupCriterionTypeModificationMethodStartDateEndDate.Expand(gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), $"{(gax::GaxPreconditions.CheckNotNullOrEmpty(adGroupId, nameof(adGroupId)))}~{(gax::GaxPreconditions.CheckNotNullOrEmpty(criterionId, nameof(criterionId)))}~{(gax::GaxPreconditions.CheckNotNullOrEmpty(typeId, nameof(typeId)))}~{(gax::GaxPreconditions.CheckNotNullOrEmpty(modificationMethodId, nameof(modificationMethodId)))}~{(gax::GaxPreconditions.CheckNotNullOrEmpty(startDateId, nameof(startDateId)))}~{(gax::GaxPreconditions.CheckNotNullOrEmpty(endDateId, nameof(endDateId)))}");
19
View Source File : AdGroupFeedResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static AdGroupFeedName FromCustomerAdGroupFeed(string customerId, string adGroupId, string feedId) =>
new AdGroupFeedName(ResourceNameType.CustomerAdGroupFeed, customerId: gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), adGroupId: gax::GaxPreconditions.CheckNotNullOrEmpty(adGroupId, nameof(adGroupId)), feedId: gax::GaxPreconditions.CheckNotNullOrEmpty(feedId, nameof(feedId)));
19
View Source File : AdGroupFeedResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static string FormatCustomerAdGroupFeed(string customerId, string adGroupId, string feedId) =>
s_customerAdGroupFeed.Expand(gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), $"{(gax::GaxPreconditions.CheckNotNullOrEmpty(adGroupId, nameof(adGroupId)))}~{(gax::GaxPreconditions.CheckNotNullOrEmpty(feedId, nameof(feedId)))}");
19
View Source File : AdGroupLabelResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static AdGroupLabelName FromCustomerAdGroupLabel(string customerId, string adGroupId, string labelId) =>
new AdGroupLabelName(ResourceNameType.CustomerAdGroupLabel, customerId: gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), adGroupId: gax::GaxPreconditions.CheckNotNullOrEmpty(adGroupId, nameof(adGroupId)), labelId: gax::GaxPreconditions.CheckNotNullOrEmpty(labelId, nameof(labelId)));
19
View Source File : BiddingStrategyResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static BiddingStrategyName FromCustomerBiddingStrategy(string customerId, string biddingStrategyId) =>
new BiddingStrategyName(ResourceNameType.CustomerBiddingStrategy, customerId: gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), biddingStrategyId: gax::GaxPreconditions.CheckNotNullOrEmpty(biddingStrategyId, nameof(biddingStrategyId)));
19
View Source File : BiddingStrategyResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static string FormatCustomerBiddingStrategy(string customerId, string biddingStrategyId) =>
s_customerBiddingStrategy.Expand(gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), gax::GaxPreconditions.CheckNotNullOrEmpty(biddingStrategyId, nameof(biddingStrategyId)));
19
View Source File : CampaignBudgetResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static CampaignBudgetName FromCustomerCampaignBudget(string customerId, string campaignBudgetId) =>
new CampaignBudgetName(ResourceNameType.CustomerCampaignBudget, customerId: gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), campaignBudgetId: gax::GaxPreconditions.CheckNotNullOrEmpty(campaignBudgetId, nameof(campaignBudgetId)));
19
View Source File : CampaignBudgetResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static string FormatCustomerCampaignBudget(string customerId, string campaignBudgetId) =>
s_customerCampaignBudget.Expand(gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), gax::GaxPreconditions.CheckNotNullOrEmpty(campaignBudgetId, nameof(campaignBudgetId)));
19
View Source File : CampaignFeedResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static CampaignFeedName FromCustomerCampaignFeed(string customerId, string campaignId, string feedId) =>
new CampaignFeedName(ResourceNameType.CustomerCampaignFeed, customerId: gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), campaignId: gax::GaxPreconditions.CheckNotNullOrEmpty(campaignId, nameof(campaignId)), feedId: gax::GaxPreconditions.CheckNotNullOrEmpty(feedId, nameof(feedId)));
19
View Source File : CampaignFeedResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static string FormatCustomerCampaignFeed(string customerId, string campaignId, string feedId) =>
s_customerCampaignFeed.Expand(gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), $"{(gax::GaxPreconditions.CheckNotNullOrEmpty(campaignId, nameof(campaignId)))}~{(gax::GaxPreconditions.CheckNotNullOrEmpty(feedId, nameof(feedId)))}");
19
View Source File : CampaignLabelResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static CampaignLabelName FromCustomerCampaignLabel(string customerId, string campaignId, string labelId) =>
new CampaignLabelName(ResourceNameType.CustomerCampaignLabel, customerId: gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), campaignId: gax::GaxPreconditions.CheckNotNullOrEmpty(campaignId, nameof(campaignId)), labelId: gax::GaxPreconditions.CheckNotNullOrEmpty(labelId, nameof(labelId)));
19
View Source File : CampaignLabelResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static string FormatCustomerCampaignLabel(string customerId, string campaignId, string labelId) =>
s_customerCampaignLabel.Expand(gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), $"{(gax::GaxPreconditions.CheckNotNullOrEmpty(campaignId, nameof(campaignId)))}~{(gax::GaxPreconditions.CheckNotNullOrEmpty(labelId, nameof(labelId)))}");
19
View Source File : CampaignResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static CampaignName FromCustomerCampaign(string customerId, string campaignId) =>
new CampaignName(ResourceNameType.CustomerCampaign, customerId: gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), campaignId: gax::GaxPreconditions.CheckNotNullOrEmpty(campaignId, nameof(campaignId)));
19
View Source File : CampaignResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static string FormatCustomerCampaign(string customerId, string campaignId) =>
s_customerCampaign.Expand(gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), gax::GaxPreconditions.CheckNotNullOrEmpty(campaignId, nameof(campaignId)));
19
View Source File : CampaignSharedSetResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static CampaignSharedSetName FromCustomerCampaignSharedSet(string customerId, string campaignId, string sharedSetId) =>
new CampaignSharedSetName(ResourceNameType.CustomerCampaignSharedSet, customerId: gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), campaignId: gax::GaxPreconditions.CheckNotNullOrEmpty(campaignId, nameof(campaignId)), sharedSetId: gax::GaxPreconditions.CheckNotNullOrEmpty(sharedSetId, nameof(sharedSetId)));
19
View Source File : CampaignSharedSetResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static string FormatCustomerCampaignSharedSet(string customerId, string campaignId, string sharedSetId) =>
s_customerCampaignSharedSet.Expand(gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), $"{(gax::GaxPreconditions.CheckNotNullOrEmpty(campaignId, nameof(campaignId)))}~{(gax::GaxPreconditions.CheckNotNullOrEmpty(sharedSetId, nameof(sharedSetId)))}");
19
View Source File : CampaignSimulationResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static CampaignSimulationName FromCustomerCampaignTypeModificationMethodStartDateEndDate(string customerId, string campaignId, string typeId, string modificationMethodId, string startDateId, string endDateId) =>
new CampaignSimulationName(ResourceNameType.CustomerCampaignTypeModificationMethodStartDateEndDate, customerId: gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), campaignId: gax::GaxPreconditions.CheckNotNullOrEmpty(campaignId, nameof(campaignId)), typeId: gax::GaxPreconditions.CheckNotNullOrEmpty(typeId, nameof(typeId)), modificationMethodId: gax::GaxPreconditions.CheckNotNullOrEmpty(modificationMethodId, nameof(modificationMethodId)), startDateId: gax::GaxPreconditions.CheckNotNullOrEmpty(startDateId, nameof(startDateId)), endDateId: gax::GaxPreconditions.CheckNotNullOrEmpty(endDateId, nameof(endDateId)));
19
View Source File : CampaignSimulationResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static string FormatCustomerCampaignTypeModificationMethodStartDateEndDate(string customerId, string campaignId, string typeId, string modificationMethodId, string startDateId, string endDateId) =>
s_customerCampaignTypeModificationMethodStartDateEndDate.Expand(gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), $"{(gax::GaxPreconditions.CheckNotNullOrEmpty(campaignId, nameof(campaignId)))}~{(gax::GaxPreconditions.CheckNotNullOrEmpty(typeId, nameof(typeId)))}~{(gax::GaxPreconditions.CheckNotNullOrEmpty(modificationMethodId, nameof(modificationMethodId)))}~{(gax::GaxPreconditions.CheckNotNullOrEmpty(startDateId, nameof(startDateId)))}~{(gax::GaxPreconditions.CheckNotNullOrEmpty(endDateId, nameof(endDateId)))}");
19
View Source File : CarrierConstantResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static CarrierConstantName FromCriterion(string criterionId) =>
new CarrierConstantName(ResourceNameType.Criterion, criterionId: gax::GaxPreconditions.CheckNotNullOrEmpty(criterionId, nameof(criterionId)));
19
View Source File : CarrierConstantResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static string FormatCriterion(string criterionId) =>
s_criterion.Expand(gax::GaxPreconditions.CheckNotNullOrEmpty(criterionId, nameof(criterionId)));
19
View Source File : AdGroupAdAssetViewResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static AdGroupAdreplacedetViewName FromCustomerAdGroupAdreplacedetFieldType(string customerId, string adGroupId, string adId, string replacedetId, string fieldTypeId) =>
new AdGroupAdreplacedetViewName(ResourceNameType.CustomerAdGroupAdreplacedetFieldType, customerId: gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), adGroupId: gax::GaxPreconditions.CheckNotNullOrEmpty(adGroupId, nameof(adGroupId)), adId: gax::GaxPreconditions.CheckNotNullOrEmpty(adId, nameof(adId)), replacedetId: gax::GaxPreconditions.CheckNotNullOrEmpty(replacedetId, nameof(replacedetId)), fieldTypeId: gax::GaxPreconditions.CheckNotNullOrEmpty(fieldTypeId, nameof(fieldTypeId)));
19
View Source File : AdGroupCriterionLabelResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static string FormatCustomerAdGroupCriterionLabel(string customerId, string adGroupId, string criterionId, string labelId) =>
s_customerAdGroupCriterionLabel.Expand(gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), $"{(gax::GaxPreconditions.CheckNotNullOrEmpty(adGroupId, nameof(adGroupId)))}~{(gax::GaxPreconditions.CheckNotNullOrEmpty(criterionId, nameof(criterionId)))}~{(gax::GaxPreconditions.CheckNotNullOrEmpty(labelId, nameof(labelId)))}");
19
View Source File : AdGroupCriterionResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static AdGroupCriterionName FromCustomerAdGroupCriterion(string customerId, string adGroupId, string criterionId) =>
new AdGroupCriterionName(ResourceNameType.CustomerAdGroupCriterion, customerId: gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), adGroupId: gax::GaxPreconditions.CheckNotNullOrEmpty(adGroupId, nameof(adGroupId)), criterionId: gax::GaxPreconditions.CheckNotNullOrEmpty(criterionId, nameof(criterionId)));
19
View Source File : AdGroupExtensionSettingResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static AdGroupExtensionSettingName FromCustomerAdGroupExtensionType(string customerId, string adGroupId, string extensionTypeId) =>
new AdGroupExtensionSettingName(ResourceNameType.CustomerAdGroupExtensionType, customerId: gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), adGroupId: gax::GaxPreconditions.CheckNotNullOrEmpty(adGroupId, nameof(adGroupId)), extensionTypeId: gax::GaxPreconditions.CheckNotNullOrEmpty(extensionTypeId, nameof(extensionTypeId)));
19
View Source File : AdGroupExtensionSettingResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static string FormatCustomerAdGroupExtensionType(string customerId, string adGroupId, string extensionTypeId) =>
s_customerAdGroupExtensionType.Expand(gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), $"{(gax::GaxPreconditions.CheckNotNullOrEmpty(adGroupId, nameof(adGroupId)))}~{(gax::GaxPreconditions.CheckNotNullOrEmpty(extensionTypeId, nameof(extensionTypeId)))}");
19
View Source File : CampaignCriterionResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static CampaignCriterionName FromCustomerCampaignCriterion(string customerId, string campaignId, string criterionId) =>
new CampaignCriterionName(ResourceNameType.CustomerCampaignCriterion, customerId: gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), campaignId: gax::GaxPreconditions.CheckNotNullOrEmpty(campaignId, nameof(campaignId)), criterionId: gax::GaxPreconditions.CheckNotNullOrEmpty(criterionId, nameof(criterionId)));
19
View Source File : CampaignCriterionResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static string FormatCustomerCampaignCriterion(string customerId, string campaignId, string criterionId) =>
s_customerCampaignCriterion.Expand(gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), $"{(gax::GaxPreconditions.CheckNotNullOrEmpty(campaignId, nameof(campaignId)))}~{(gax::GaxPreconditions.CheckNotNullOrEmpty(criterionId, nameof(criterionId)))}");
19
View Source File : CampaignCriterionSimulationResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static CampaignCriterionSimulationName FromCustomerCampaignCriterionTypeModificationMethodStartDateEndDate(string customerId, string campaignId, string criterionId, string typeId, string modificationMethodId, string startDateId, string endDateId) =>
new CampaignCriterionSimulationName(ResourceNameType.CustomerCampaignCriterionTypeModificationMethodStartDateEndDate, customerId: gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), campaignId: gax::GaxPreconditions.CheckNotNullOrEmpty(campaignId, nameof(campaignId)), criterionId: gax::GaxPreconditions.CheckNotNullOrEmpty(criterionId, nameof(criterionId)), typeId: gax::GaxPreconditions.CheckNotNullOrEmpty(typeId, nameof(typeId)), modificationMethodId: gax::GaxPreconditions.CheckNotNullOrEmpty(modificationMethodId, nameof(modificationMethodId)), startDateId: gax::GaxPreconditions.CheckNotNullOrEmpty(startDateId, nameof(startDateId)), endDateId: gax::GaxPreconditions.CheckNotNullOrEmpty(endDateId, nameof(endDateId)));
19
View Source File : CampaignCriterionSimulationResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static string FormatCustomerCampaignCriterionTypeModificationMethodStartDateEndDate(string customerId, string campaignId, string criterionId, string typeId, string modificationMethodId, string startDateId, string endDateId) =>
s_customerCampaignCriterionTypeModificationMethodStartDateEndDate.Expand(gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), $"{(gax::GaxPreconditions.CheckNotNullOrEmpty(campaignId, nameof(campaignId)))}~{(gax::GaxPreconditions.CheckNotNullOrEmpty(criterionId, nameof(criterionId)))}~{(gax::GaxPreconditions.CheckNotNullOrEmpty(typeId, nameof(typeId)))}~{(gax::GaxPreconditions.CheckNotNullOrEmpty(modificationMethodId, nameof(modificationMethodId)))}~{(gax::GaxPreconditions.CheckNotNullOrEmpty(startDateId, nameof(startDateId)))}~{(gax::GaxPreconditions.CheckNotNullOrEmpty(endDateId, nameof(endDateId)))}");
19
View Source File : CampaignDraftResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static CampaignDraftName FromCustomerBaseCampaignDraft(string customerId, string baseCampaignId, string draftId) =>
new CampaignDraftName(ResourceNameType.CustomerBaseCampaignDraft, customerId: gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), baseCampaignId: gax::GaxPreconditions.CheckNotNullOrEmpty(baseCampaignId, nameof(baseCampaignId)), draftId: gax::GaxPreconditions.CheckNotNullOrEmpty(draftId, nameof(draftId)));
19
View Source File : CampaignDraftResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static string FormatCustomerBaseCampaignDraft(string customerId, string baseCampaignId, string draftId) =>
s_customerBaseCampaignDraft.Expand(gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), $"{(gax::GaxPreconditions.CheckNotNullOrEmpty(baseCampaignId, nameof(baseCampaignId)))}~{(gax::GaxPreconditions.CheckNotNullOrEmpty(draftId, nameof(draftId)))}");
19
View Source File : CampaignExperimentResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static CampaignExperimentName FromCustomerCampaignExperiment(string customerId, string campaignExperimentId) =>
new CampaignExperimentName(ResourceNameType.CustomerCampaignExperiment, customerId: gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), campaignExperimentId: gax::GaxPreconditions.CheckNotNullOrEmpty(campaignExperimentId, nameof(campaignExperimentId)));
19
View Source File : CampaignExperimentResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static string FormatCustomerCampaignExperiment(string customerId, string campaignExperimentId) =>
s_customerCampaignExperiment.Expand(gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), gax::GaxPreconditions.CheckNotNullOrEmpty(campaignExperimentId, nameof(campaignExperimentId)));
19
View Source File : ChangeEventResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static ChangeEventName FromCustomerTimestampMicrosCommandIndexMutateIndex(string customerId, string timestampMicrosId, string commandIndexId, string mutateIndexId) =>
new ChangeEventName(ResourceNameType.CustomerTimestampMicrosCommandIndexMutateIndex, customerId: gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), timestampMicrosId: gax::GaxPreconditions.CheckNotNullOrEmpty(timestampMicrosId, nameof(timestampMicrosId)), commandIndexId: gax::GaxPreconditions.CheckNotNullOrEmpty(commandIndexId, nameof(commandIndexId)), mutateIndexId: gax::GaxPreconditions.CheckNotNullOrEmpty(mutateIndexId, nameof(mutateIndexId)));
19
View Source File : ChangeEventResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static string FormatCustomerTimestampMicrosCommandIndexMutateIndex(string customerId, string timestampMicrosId, string commandIndexId, string mutateIndexId) =>
s_customerTimestampMicrosCommandIndexMutateIndex.Expand(gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), $"{(gax::GaxPreconditions.CheckNotNullOrEmpty(timestampMicrosId, nameof(timestampMicrosId)))}~{(gax::GaxPreconditions.CheckNotNullOrEmpty(commandIndexId, nameof(commandIndexId)))}~{(gax::GaxPreconditions.CheckNotNullOrEmpty(mutateIndexId, nameof(mutateIndexId)))}");
19
View Source File : ChangeStatusResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static ChangeStatusName FromCustomerChangeStatus(string customerId, string changeStatusId) =>
new ChangeStatusName(ResourceNameType.CustomerChangeStatus, customerId: gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), changeStatusId: gax::GaxPreconditions.CheckNotNullOrEmpty(changeStatusId, nameof(changeStatusId)));
19
View Source File : ChangeStatusResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static string FormatCustomerChangeStatus(string customerId, string changeStatusId) =>
s_customerChangeStatus.Expand(gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), gax::GaxPreconditions.CheckNotNullOrEmpty(changeStatusId, nameof(changeStatusId)));
19
View Source File : ClickViewResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static ClickViewName FromCustomerDateGclid(string customerId, string dateId, string gclidId) =>
new ClickViewName(ResourceNameType.CustomerDateGclid, customerId: gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), dateId: gax::GaxPreconditions.CheckNotNullOrEmpty(dateId, nameof(dateId)), gclidId: gax::GaxPreconditions.CheckNotNullOrEmpty(gclidId, nameof(gclidId)));
19
View Source File : ClickViewResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static string FormatCustomerDateGclid(string customerId, string dateId, string gclidId) =>
s_customerDateGclid.Expand(gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), $"{(gax::GaxPreconditions.CheckNotNullOrEmpty(dateId, nameof(dateId)))}~{(gax::GaxPreconditions.CheckNotNullOrEmpty(gclidId, nameof(gclidId)))}");
19
View Source File : CombinedAudienceResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static CombinedAudienceName FromCustomerCombinedAudience(string customerId, string combinedAudienceId) =>
new CombinedAudienceName(ResourceNameType.CustomerCombinedAudience, customerId: gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), combinedAudienceId: gax::GaxPreconditions.CheckNotNullOrEmpty(combinedAudienceId, nameof(combinedAudienceId)));
19
View Source File : CombinedAudienceResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static string FormatCustomerCombinedAudience(string customerId, string combinedAudienceId) =>
s_customerCombinedAudience.Expand(gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), gax::GaxPreconditions.CheckNotNullOrEmpty(combinedAudienceId, nameof(combinedAudienceId)));
19
View Source File : ConversionActionResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static ConversionActionName FromCustomerConversionAction(string customerId, string conversionActionId) =>
new ConversionActionName(ResourceNameType.CustomerConversionAction, customerId: gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), conversionActionId: gax::GaxPreconditions.CheckNotNullOrEmpty(conversionActionId, nameof(conversionActionId)));
19
View Source File : ConversionActionResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static string FormatCustomerConversionAction(string customerId, string conversionActionId) =>
s_customerConversionAction.Expand(gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), gax::GaxPreconditions.CheckNotNullOrEmpty(conversionActionId, nameof(conversionActionId)));
19
View Source File : ConversionCustomVariableResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static ConversionCustomVariableName FromCustomerConversionCustomVariable(string customerId, string conversionCustomVariableId) =>
new ConversionCustomVariableName(ResourceNameType.CustomerConversionCustomVariable, customerId: gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), conversionCustomVariableId: gax::GaxPreconditions.CheckNotNullOrEmpty(conversionCustomVariableId, nameof(conversionCustomVariableId)));
19
View Source File : ConversionCustomVariableResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static string FormatCustomerConversionCustomVariable(string customerId, string conversionCustomVariableId) =>
s_customerConversionCustomVariable.Expand(gax::GaxPreconditions.CheckNotNullOrEmpty(customerId, nameof(customerId)), gax::GaxPreconditions.CheckNotNullOrEmpty(conversionCustomVariableId, nameof(conversionCustomVariableId)));
19
View Source File : CurrencyConstantResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static CurrencyConstantName FromCode(string codeId) =>
new CurrencyConstantName(ResourceNameType.Code, codeId: gax::GaxPreconditions.CheckNotNullOrEmpty(codeId, nameof(codeId)));
19
View Source File : CurrencyConstantResourceNames.g.cs
License : Apache License 2.0
Project Creator : googleads
License : Apache License 2.0
Project Creator : googleads
public static string FormatCode(string codeId) =>
s_code.Expand(gax::GaxPreconditions.CheckNotNullOrEmpty(codeId, nameof(codeId)));
See More Examples