public interface AutoAcceptOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAutoAcceptProjects(int index)
public abstract String getAutoAcceptProjects(int index)A list of project ids or project numbers for which you want to enable auto-accept. The auto-accept setting is applied to spokes being created or updated in these projects.
repeated string auto_accept_projects = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The autoAcceptProjects at the given index. |
getAutoAcceptProjectsBytes(int index)
public abstract ByteString getAutoAcceptProjectsBytes(int index)A list of project ids or project numbers for which you want to enable auto-accept. The auto-accept setting is applied to spokes being created or updated in these projects.
repeated string auto_accept_projects = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the autoAcceptProjects at the given index. |
getAutoAcceptProjectsCount()
public abstract int getAutoAcceptProjectsCount()A list of project ids or project numbers for which you want to enable auto-accept. The auto-accept setting is applied to spokes being created or updated in these projects.
repeated string auto_accept_projects = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The count of autoAcceptProjects. |
getAutoAcceptProjectsList()
public abstract List<String> getAutoAcceptProjectsList()A list of project ids or project numbers for which you want to enable auto-accept. The auto-accept setting is applied to spokes being created or updated in these projects.
repeated string auto_accept_projects = 1;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the autoAcceptProjects. |