Interface OperatingSystemTargetingOrBuilder (0.27.0)

public interface OperatingSystemTargetingOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExcludedOperatingSystemVersions(int index)

public abstract String getExcludedOperatingSystemVersions(int index)

Optional. A list of operating system version resource names that should be excluded.

repeated string excluded_operating_system_versions = 8 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The excludedOperatingSystemVersions at the given index.

getExcludedOperatingSystemVersionsBytes(int index)

public abstract ByteString getExcludedOperatingSystemVersionsBytes(int index)

Optional. A list of operating system version resource names that should be excluded.

repeated string excluded_operating_system_versions = 8 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the excludedOperatingSystemVersions at the given index.

getExcludedOperatingSystemVersionsCount()

public abstract int getExcludedOperatingSystemVersionsCount()

Optional. A list of operating system version resource names that should be excluded.

repeated string excluded_operating_system_versions = 8 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
int

The count of excludedOperatingSystemVersions.

getExcludedOperatingSystemVersionsList()

public abstract List<String> getExcludedOperatingSystemVersionsList()

Optional. A list of operating system version resource names that should be excluded.

repeated string excluded_operating_system_versions = 8 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
List<String>

A list containing the excludedOperatingSystemVersions.

getExcludedOperatingSystems(int index)

public abstract String getExcludedOperatingSystems(int index)

Optional. A list of operating system resource names that should be excluded.

repeated string excluded_operating_systems = 6 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The excludedOperatingSystems at the given index.

getExcludedOperatingSystemsBytes(int index)

public abstract ByteString getExcludedOperatingSystemsBytes(int index)

Optional. A list of operating system resource names that should be excluded.

repeated string excluded_operating_systems = 6 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the excludedOperatingSystems at the given index.

getExcludedOperatingSystemsCount()

public abstract int getExcludedOperatingSystemsCount()

Optional. A list of operating system resource names that should be excluded.

repeated string excluded_operating_systems = 6 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
int

The count of excludedOperatingSystems.

getExcludedOperatingSystemsList()

public abstract List<String> getExcludedOperatingSystemsList()

Optional. A list of operating system resource names that should be excluded.

repeated string excluded_operating_systems = 6 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
List<String>

A list containing the excludedOperatingSystems.

getTargetedOperatingSystemVersions(int index)

public abstract String getTargetedOperatingSystemVersions(int index)

Optional. A list of operating system version resource names that should be targeted/included.

repeated string targeted_operating_system_versions = 7 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The targetedOperatingSystemVersions at the given index.

getTargetedOperatingSystemVersionsBytes(int index)

public abstract ByteString getTargetedOperatingSystemVersionsBytes(int index)

Optional. A list of operating system version resource names that should be targeted/included.

repeated string targeted_operating_system_versions = 7 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the targetedOperatingSystemVersions at the given index.

getTargetedOperatingSystemVersionsCount()

public abstract int getTargetedOperatingSystemVersionsCount()

Optional. A list of operating system version resource names that should be targeted/included.

repeated string targeted_operating_system_versions = 7 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
int

The count of targetedOperatingSystemVersions.

getTargetedOperatingSystemVersionsList()

public abstract List<String> getTargetedOperatingSystemVersionsList()

Optional. A list of operating system version resource names that should be targeted/included.

repeated string targeted_operating_system_versions = 7 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
List<String>

A list containing the targetedOperatingSystemVersions.

getTargetedOperatingSystems(int index)

public abstract String getTargetedOperatingSystems(int index)

Optional. A list of operating system resource names that should be targeted/included.

repeated string targeted_operating_systems = 5 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The targetedOperatingSystems at the given index.

getTargetedOperatingSystemsBytes(int index)

public abstract ByteString getTargetedOperatingSystemsBytes(int index)

Optional. A list of operating system resource names that should be targeted/included.

repeated string targeted_operating_systems = 5 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the targetedOperatingSystems at the given index.

getTargetedOperatingSystemsCount()

public abstract int getTargetedOperatingSystemsCount()

Optional. A list of operating system resource names that should be targeted/included.

repeated string targeted_operating_systems = 5 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
int

The count of targetedOperatingSystems.

getTargetedOperatingSystemsList()

public abstract List<String> getTargetedOperatingSystemsList()

Optional. A list of operating system resource names that should be targeted/included.

repeated string targeted_operating_systems = 5 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
List<String>

A list containing the targetedOperatingSystems.