public interface ListSecurityProfileGroupsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken() If there might be more results than those appearing in this response, then
next_page_token is included. To get the next set of results, call this
method again using the value of next_page_token as page_token.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() If there might be more results than those appearing in this response, then
next_page_token is included. To get the next set of results, call this
method again using the value of next_page_token as page_token.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getSecurityProfileGroups(int index)
public abstract SecurityProfileGroup getSecurityProfileGroups(int index)List of SecurityProfileGroups resources.
repeated .google.cloud.networksecurity.v1.SecurityProfileGroup security_profile_groups = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SecurityProfileGroup |
|
getSecurityProfileGroupsCount()
public abstract int getSecurityProfileGroupsCount()List of SecurityProfileGroups resources.
repeated .google.cloud.networksecurity.v1.SecurityProfileGroup security_profile_groups = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getSecurityProfileGroupsList()
public abstract List<SecurityProfileGroup> getSecurityProfileGroupsList()List of SecurityProfileGroups resources.
repeated .google.cloud.networksecurity.v1.SecurityProfileGroup security_profile_groups = 1;
| Returns | |
|---|---|
| Type | Description |
List<SecurityProfileGroup> |
|
getSecurityProfileGroupsOrBuilder(int index)
public abstract SecurityProfileGroupOrBuilder getSecurityProfileGroupsOrBuilder(int index)List of SecurityProfileGroups resources.
repeated .google.cloud.networksecurity.v1.SecurityProfileGroup security_profile_groups = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SecurityProfileGroupOrBuilder |
|
getSecurityProfileGroupsOrBuilderList()
public abstract List<? extends SecurityProfileGroupOrBuilder> getSecurityProfileGroupsOrBuilderList()List of SecurityProfileGroups resources.
repeated .google.cloud.networksecurity.v1.SecurityProfileGroup security_profile_groups = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.networksecurity.v1.SecurityProfileGroupOrBuilder> |
|