Interface ProjectsOrBuilder (0.44.0)

public interface ProjectsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getProjectIds(int index)

public abstract String getProjectIds(int index)

Optional. The project IDs. Format: {project}

repeated string project_ids = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The projectIds at the given index.

getProjectIdsBytes(int index)

public abstract ByteString getProjectIdsBytes(int index)

Optional. The project IDs. Format: {project}

repeated string project_ids = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the projectIds at the given index.

getProjectIdsCount()

public abstract int getProjectIdsCount()

Optional. The project IDs. Format: {project}

repeated string project_ids = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The count of projectIds.

getProjectIdsList()

public abstract List<String> getProjectIdsList()

Optional. The project IDs. Format: {project}

repeated string project_ids = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<String>

A list containing the projectIds.