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

com.google.ads.googleads.v17.common.OperatingSystemVersionInfoOrBuilder Maven / Gradle / Ivy

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

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

public interface OperatingSystemVersionInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.OperatingSystemVersionInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The operating system version constant resource name.
   * 
* * optional string operating_system_version_constant = 2 [(.google.api.resource_reference) = { ... } * @return Whether the operatingSystemVersionConstant field is set. */ boolean hasOperatingSystemVersionConstant(); /** *
   * The operating system version constant resource name.
   * 
* * optional string operating_system_version_constant = 2 [(.google.api.resource_reference) = { ... } * @return The operatingSystemVersionConstant. */ java.lang.String getOperatingSystemVersionConstant(); /** *
   * The operating system version constant resource name.
   * 
* * optional string operating_system_version_constant = 2 [(.google.api.resource_reference) = { ... } * @return The bytes for operatingSystemVersionConstant. */ com.google.protobuf.ByteString getOperatingSystemVersionConstantBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy