com.google.ads.googleads.v17.resources.LocalServicesSettingsOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
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 extends com.google.ads.googleads.v17.resources.GranularLicenseStatusOrBuilder>
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 extends com.google.ads.googleads.v17.resources.GranularInsuranceStatusOrBuilder>
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