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

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

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

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

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

  /**
   * 
   * Output only. The resource name of the operating system version constant.
   * Operating system version constant resource names have the form:
   *
   * `operatingSystemVersionConstants/{criterion_id}`
   * 
* * string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The resourceName. */ java.lang.String getResourceName(); /** *
   * Output only. The resource name of the operating system version constant.
   * Operating system version constant resource names have the form:
   *
   * `operatingSystemVersionConstants/{criterion_id}`
   * 
* * string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The bytes for resourceName. */ com.google.protobuf.ByteString getResourceNameBytes(); /** *
   * Output only. The ID of the operating system version.
   * 
* * optional int64 id = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the id field is set. */ boolean hasId(); /** *
   * Output only. The ID of the operating system version.
   * 
* * optional int64 id = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The id. */ long getId(); /** *
   * Output only. Name of the operating system.
   * 
* * optional string name = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the name field is set. */ boolean hasName(); /** *
   * Output only. Name of the operating system.
   * 
* * optional string name = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The name. */ java.lang.String getName(); /** *
   * Output only. Name of the operating system.
   * 
* * optional string name = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** *
   * Output only. The OS Major Version number.
   * 
* * optional int32 os_major_version = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the osMajorVersion field is set. */ boolean hasOsMajorVersion(); /** *
   * Output only. The OS Major Version number.
   * 
* * optional int32 os_major_version = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The osMajorVersion. */ int getOsMajorVersion(); /** *
   * Output only. The OS Minor Version number.
   * 
* * optional int32 os_minor_version = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the osMinorVersion field is set. */ boolean hasOsMinorVersion(); /** *
   * Output only. The OS Minor Version number.
   * 
* * optional int32 os_minor_version = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The osMinorVersion. */ int getOsMinorVersion(); /** *
   * Output only. Determines whether this constant represents a single version
   * or a range of versions.
   * 
* * .google.ads.googleads.v17.enums.OperatingSystemVersionOperatorTypeEnum.OperatingSystemVersionOperatorType operator_type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for operatorType. */ int getOperatorTypeValue(); /** *
   * Output only. Determines whether this constant represents a single version
   * or a range of versions.
   * 
* * .google.ads.googleads.v17.enums.OperatingSystemVersionOperatorTypeEnum.OperatingSystemVersionOperatorType operator_type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The operatorType. */ com.google.ads.googleads.v17.enums.OperatingSystemVersionOperatorTypeEnum.OperatingSystemVersionOperatorType getOperatorType(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy