public interface AutoAcceptOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAutoAcceptProjects(int index)
public abstract String getAutoAcceptProjects(int index)
Optional. 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 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int The 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)
Optional. 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 [(.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 autoAcceptProjects at the given index. |
getAutoAcceptProjectsCount()
public abstract int getAutoAcceptProjectsCount()
Optional. 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 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The count of autoAcceptProjects. |
getAutoAcceptProjectsList()
public abstract List<String> getAutoAcceptProjectsList()
Optional. 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 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the autoAcceptProjects. |