All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.resources.LocalServicesSettingsOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/resources/customer.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;

public interface LocalServicesSettingsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.LocalServicesSettings)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Output only. A read-only list of geo vertical level license statuses.
   * 
* * repeated .google.ads.googleads.v17.resources.GranularLicenseStatus granular_license_statuses = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ java.util.List getGranularLicenseStatusesList(); /** *
   * Output only. A read-only list of geo vertical level license statuses.
   * 
* * repeated .google.ads.googleads.v17.resources.GranularLicenseStatus granular_license_statuses = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.ads.googleads.v17.resources.GranularLicenseStatus getGranularLicenseStatuses(int index); /** *
   * Output only. A read-only list of geo vertical level license statuses.
   * 
* * repeated .google.ads.googleads.v17.resources.GranularLicenseStatus granular_license_statuses = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ int getGranularLicenseStatusesCount(); /** *
   * Output only. A read-only list of geo vertical level license statuses.
   * 
* * repeated .google.ads.googleads.v17.resources.GranularLicenseStatus granular_license_statuses = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ java.util.List getGranularLicenseStatusesOrBuilderList(); /** *
   * Output only. A read-only list of geo vertical level license statuses.
   * 
* * repeated .google.ads.googleads.v17.resources.GranularLicenseStatus granular_license_statuses = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.ads.googleads.v17.resources.GranularLicenseStatusOrBuilder getGranularLicenseStatusesOrBuilder( int index); /** *
   * Output only. A read-only list of geo vertical level insurance statuses.
   * 
* * repeated .google.ads.googleads.v17.resources.GranularInsuranceStatus granular_insurance_statuses = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ java.util.List getGranularInsuranceStatusesList(); /** *
   * Output only. A read-only list of geo vertical level insurance statuses.
   * 
* * repeated .google.ads.googleads.v17.resources.GranularInsuranceStatus granular_insurance_statuses = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.ads.googleads.v17.resources.GranularInsuranceStatus getGranularInsuranceStatuses(int index); /** *
   * Output only. A read-only list of geo vertical level insurance statuses.
   * 
* * repeated .google.ads.googleads.v17.resources.GranularInsuranceStatus granular_insurance_statuses = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ int getGranularInsuranceStatusesCount(); /** *
   * Output only. A read-only list of geo vertical level insurance statuses.
   * 
* * repeated .google.ads.googleads.v17.resources.GranularInsuranceStatus granular_insurance_statuses = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ java.util.List getGranularInsuranceStatusesOrBuilderList(); /** *
   * Output only. A read-only list of geo vertical level insurance statuses.
   * 
* * repeated .google.ads.googleads.v17.resources.GranularInsuranceStatus granular_insurance_statuses = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.ads.googleads.v17.resources.GranularInsuranceStatusOrBuilder getGranularInsuranceStatusesOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy