Interface LocalServicesSettingsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LocalServicesSettings,LocalServicesSettings.Builder
public interface LocalServicesSettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetGranularInsuranceStatuses(int index) Output only.intOutput only.Output only.getGranularInsuranceStatusesOrBuilder(int index) Output only.List<? extends GranularInsuranceStatusOrBuilder>Output only.getGranularLicenseStatuses(int index) Output only.intOutput only.Output only.getGranularLicenseStatusesOrBuilder(int index) Output only.List<? extends GranularLicenseStatusOrBuilder>Output only.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getGranularLicenseStatusesList
List<GranularLicenseStatus> getGranularLicenseStatusesList()Output only. A read-only list of geo vertical level license statuses.
repeated .google.ads.googleads.v18.resources.GranularLicenseStatus granular_license_statuses = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getGranularLicenseStatuses
Output only. A read-only list of geo vertical level license statuses.
repeated .google.ads.googleads.v18.resources.GranularLicenseStatus granular_license_statuses = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getGranularLicenseStatusesCount
int getGranularLicenseStatusesCount()Output only. A read-only list of geo vertical level license statuses.
repeated .google.ads.googleads.v18.resources.GranularLicenseStatus granular_license_statuses = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getGranularLicenseStatusesOrBuilderList
List<? extends GranularLicenseStatusOrBuilder> getGranularLicenseStatusesOrBuilderList()Output only. A read-only list of geo vertical level license statuses.
repeated .google.ads.googleads.v18.resources.GranularLicenseStatus granular_license_statuses = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getGranularLicenseStatusesOrBuilder
Output only. A read-only list of geo vertical level license statuses.
repeated .google.ads.googleads.v18.resources.GranularLicenseStatus granular_license_statuses = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getGranularInsuranceStatusesList
List<GranularInsuranceStatus> getGranularInsuranceStatusesList()Output only. A read-only list of geo vertical level insurance statuses.
repeated .google.ads.googleads.v18.resources.GranularInsuranceStatus granular_insurance_statuses = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getGranularInsuranceStatuses
Output only. A read-only list of geo vertical level insurance statuses.
repeated .google.ads.googleads.v18.resources.GranularInsuranceStatus granular_insurance_statuses = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getGranularInsuranceStatusesCount
int getGranularInsuranceStatusesCount()Output only. A read-only list of geo vertical level insurance statuses.
repeated .google.ads.googleads.v18.resources.GranularInsuranceStatus granular_insurance_statuses = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getGranularInsuranceStatusesOrBuilderList
List<? extends GranularInsuranceStatusOrBuilder> getGranularInsuranceStatusesOrBuilderList()Output only. A read-only list of geo vertical level insurance statuses.
repeated .google.ads.googleads.v18.resources.GranularInsuranceStatus granular_insurance_statuses = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getGranularInsuranceStatusesOrBuilder
Output only. A read-only list of geo vertical level insurance statuses.
repeated .google.ads.googleads.v18.resources.GranularInsuranceStatus granular_insurance_statuses = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-