public interface ListSecurityProfilesResponseOrBuilder 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. |
getSecurityProfiles(int index)
public abstract SecurityProfile getSecurityProfiles(int index)List of SecurityProfile resources.
repeated .google.cloud.networksecurity.v1.SecurityProfile security_profiles = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SecurityProfile |
|
getSecurityProfilesCount()
public abstract int getSecurityProfilesCount()List of SecurityProfile resources.
repeated .google.cloud.networksecurity.v1.SecurityProfile security_profiles = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getSecurityProfilesList()
public abstract List<SecurityProfile> getSecurityProfilesList()List of SecurityProfile resources.
repeated .google.cloud.networksecurity.v1.SecurityProfile security_profiles = 1;
| Returns | |
|---|---|
| Type | Description |
List<SecurityProfile> |
|
getSecurityProfilesOrBuilder(int index)
public abstract SecurityProfileOrBuilder getSecurityProfilesOrBuilder(int index)List of SecurityProfile resources.
repeated .google.cloud.networksecurity.v1.SecurityProfile security_profiles = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SecurityProfileOrBuilder |
|
getSecurityProfilesOrBuilderList()
public abstract List<? extends SecurityProfileOrBuilder> getSecurityProfilesOrBuilderList()List of SecurityProfile resources.
repeated .google.cloud.networksecurity.v1.SecurityProfile security_profiles = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.networksecurity.v1.SecurityProfileOrBuilder> |
|