Interface Program.RequirementOrBuilder (0.4.0)

public static interface Program.RequirementOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAffectedRegionCodes(int index)

public abstract String getAffectedRegionCodes(int index)

Output only. The regions that are currently affected by this requirement not being met.

Region codes are defined by CLDR. This is either a country where the program applies specifically to that country or 001 when the program applies globally.

repeated string affected_region_codes = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The affectedRegionCodes at the given index.

getAffectedRegionCodesBytes(int index)

public abstract ByteString getAffectedRegionCodesBytes(int index)

Output only. The regions that are currently affected by this requirement not being met.

Region codes are defined by CLDR. This is either a country where the program applies specifically to that country or 001 when the program applies globally.

repeated string affected_region_codes = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the affectedRegionCodes at the given index.

getAffectedRegionCodesCount()

public abstract int getAffectedRegionCodesCount()

Output only. The regions that are currently affected by this requirement not being met.

Region codes are defined by CLDR. This is either a country where the program applies specifically to that country or 001 when the program applies globally.

repeated string affected_region_codes = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The count of affectedRegionCodes.

getAffectedRegionCodesList()

public abstract List<String> getAffectedRegionCodesList()

Output only. The regions that are currently affected by this requirement not being met.

Region codes are defined by CLDR. This is either a country where the program applies specifically to that country or 001 when the program applies globally.

repeated string affected_region_codes = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<String>

A list containing the affectedRegionCodes.

getDocumentationUri()

public abstract String getDocumentationUri()

Output only. The URL of a help page describing the requirement.

string documentation_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The documentationUri.

getDocumentationUriBytes()

public abstract ByteString getDocumentationUriBytes()

Output only. The URL of a help page describing the requirement.

string documentation_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for documentationUri.

getTitle()

public abstract String getTitle()

Output only. Name of the requirement.

string title = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The title.

getTitleBytes()

public abstract ByteString getTitleBytes()

Output only. Name of the requirement.

string title = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for title.