Interface OperatingSystemVersionConstantOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OperatingSystemVersionConstant,OperatingSystemVersionConstant.Builder
public interface OperatingSystemVersionConstantOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetId()Output only.java.lang.StringgetName()Output only.com.google.protobuf.ByteStringgetNameBytes()Output only.OperatingSystemVersionOperatorTypeEnum.OperatingSystemVersionOperatorTypegetOperatorType()Output only.intgetOperatorTypeValue()Output only.intgetOsMajorVersion()Output only.intgetOsMinorVersion()Output only.java.lang.StringgetResourceName()Output only.com.google.protobuf.ByteStringgetResourceNameBytes()Output only.booleanhasId()Output only.booleanhasName()Output only.booleanhasOsMajorVersion()Output only.booleanhasOsMinorVersion()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResourceName
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) = { ... }- Returns:
- The resourceName.
-
getResourceNameBytes
com.google.protobuf.ByteString getResourceNameBytes()
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) = { ... }- Returns:
- The bytes for resourceName.
-
hasId
boolean hasId()
Output only. The ID of the operating system version.
optional int64 id = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the id field is set.
-
getId
long getId()
Output only. The ID of the operating system version.
optional int64 id = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The id.
-
hasName
boolean hasName()
Output only. Name of the operating system.
optional string name = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the name field is set.
-
getName
java.lang.String getName()
Output only. Name of the operating system.
optional string name = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Output only. Name of the operating system.
optional string name = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for name.
-
hasOsMajorVersion
boolean hasOsMajorVersion()
Output only. The OS Major Version number.
optional int32 os_major_version = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the osMajorVersion field is set.
-
getOsMajorVersion
int getOsMajorVersion()
Output only. The OS Major Version number.
optional int32 os_major_version = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The osMajorVersion.
-
hasOsMinorVersion
boolean hasOsMinorVersion()
Output only. The OS Minor Version number.
optional int32 os_minor_version = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the osMinorVersion field is set.
-
getOsMinorVersion
int getOsMinorVersion()
Output only. The OS Minor Version number.
optional int32 os_minor_version = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The osMinorVersion.
-
getOperatorTypeValue
int getOperatorTypeValue()
Output only. Determines whether this constant represents a single version or a range of versions.
.google.ads.googleads.v10.enums.OperatingSystemVersionOperatorTypeEnum.OperatingSystemVersionOperatorType operator_type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for operatorType.
-
getOperatorType
OperatingSystemVersionOperatorTypeEnum.OperatingSystemVersionOperatorType getOperatorType()
Output only. Determines whether this constant represents a single version or a range of versions.
.google.ads.googleads.v10.enums.OperatingSystemVersionOperatorTypeEnum.OperatingSystemVersionOperatorType operator_type = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The operatorType.
-
-