public interface RolloutPlanWaveSelectorResourceHierarchySelectorOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIncludedFolders(int index)
public abstract String getIncludedFolders(int index)Optional. Format: "folders/{folder_id}"
repeated string included_folders = 372825410;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The includedFolders at the given index. |
getIncludedFoldersBytes(int index)
public abstract ByteString getIncludedFoldersBytes(int index)Optional. Format: "folders/{folder_id}"
repeated string included_folders = 372825410;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the includedFolders at the given index. |
getIncludedFoldersCount()
public abstract int getIncludedFoldersCount()Optional. Format: "folders/{folder_id}"
repeated string included_folders = 372825410;
| Returns | |
|---|---|
| Type | Description |
int |
The count of includedFolders. |
getIncludedFoldersList()
public abstract List<String> getIncludedFoldersList()Optional. Format: "folders/{folder_id}"
repeated string included_folders = 372825410;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the includedFolders. |
getIncludedOrganizations(int index)
public abstract String getIncludedOrganizations(int index)Optional. Format: "organizations/{organization_id}"
repeated string included_organizations = 318362461;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The includedOrganizations at the given index. |
getIncludedOrganizationsBytes(int index)
public abstract ByteString getIncludedOrganizationsBytes(int index)Optional. Format: "organizations/{organization_id}"
repeated string included_organizations = 318362461;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the includedOrganizations at the given index. |
getIncludedOrganizationsCount()
public abstract int getIncludedOrganizationsCount()Optional. Format: "organizations/{organization_id}"
repeated string included_organizations = 318362461;
| Returns | |
|---|---|
| Type | Description |
int |
The count of includedOrganizations. |
getIncludedOrganizationsList()
public abstract List<String> getIncludedOrganizationsList()Optional. Format: "organizations/{organization_id}"
repeated string included_organizations = 318362461;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the includedOrganizations. |
getIncludedProjects(int index)
public abstract String getIncludedProjects(int index)Optional. Format: "projects/{project_id}"
repeated string included_projects = 64232605;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The includedProjects at the given index. |
getIncludedProjectsBytes(int index)
public abstract ByteString getIncludedProjectsBytes(int index)Optional. Format: "projects/{project_id}"
repeated string included_projects = 64232605;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the includedProjects at the given index. |
getIncludedProjectsCount()
public abstract int getIncludedProjectsCount()Optional. Format: "projects/{project_id}"
repeated string included_projects = 64232605;
| Returns | |
|---|---|
| Type | Description |
int |
The count of includedProjects. |
getIncludedProjectsList()
public abstract List<String> getIncludedProjectsList()Optional. Format: "projects/{project_id}"
repeated string included_projects = 64232605;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the includedProjects. |