Interface CreateMerchantCenterAccountLinkRequestOrBuilder

    • Method Detail

      • getParent

        String getParent()
         Required. The branch resource where this MerchantCenterAccountLink will be
         created. Format:
         projects/{PROJECT_NUMBER}/locations/global/catalogs/{CATALOG_ID}}
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         Required. The branch resource where this MerchantCenterAccountLink will be
         created. Format:
         projects/{PROJECT_NUMBER}/locations/global/catalogs/{CATALOG_ID}}
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for parent.
      • hasMerchantCenterAccountLink

        boolean hasMerchantCenterAccountLink()
         Required. The
         [MerchantCenterAccountLink][google.cloud.retail.v2alpha.MerchantCenterAccountLink]
         to create.
        
         If the caller does not have permission to create the
         [MerchantCenterAccountLink][google.cloud.retail.v2alpha.MerchantCenterAccountLink],
         regardless of whether or not it exists, a PERMISSION_DENIED error is
         returned.
         
        .google.cloud.retail.v2alpha.MerchantCenterAccountLink merchant_center_account_link = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the merchantCenterAccountLink field is set.
      • getMerchantCenterAccountLink

        MerchantCenterAccountLink getMerchantCenterAccountLink()
         Required. The
         [MerchantCenterAccountLink][google.cloud.retail.v2alpha.MerchantCenterAccountLink]
         to create.
        
         If the caller does not have permission to create the
         [MerchantCenterAccountLink][google.cloud.retail.v2alpha.MerchantCenterAccountLink],
         regardless of whether or not it exists, a PERMISSION_DENIED error is
         returned.
         
        .google.cloud.retail.v2alpha.MerchantCenterAccountLink merchant_center_account_link = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The merchantCenterAccountLink.
      • getMerchantCenterAccountLinkOrBuilder

        MerchantCenterAccountLinkOrBuilder getMerchantCenterAccountLinkOrBuilder()
         Required. The
         [MerchantCenterAccountLink][google.cloud.retail.v2alpha.MerchantCenterAccountLink]
         to create.
        
         If the caller does not have permission to create the
         [MerchantCenterAccountLink][google.cloud.retail.v2alpha.MerchantCenterAccountLink],
         regardless of whether or not it exists, a PERMISSION_DENIED error is
         returned.
         
        .google.cloud.retail.v2alpha.MerchantCenterAccountLink merchant_center_account_link = 2 [(.google.api.field_behavior) = REQUIRED];