public interface ProjectsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 |
intThe 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 |
intThe 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. |