public interface ListFrameworksResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getFrameworks(int index)
public abstract Framework getFrameworks(int index)
The list of Framework resources.
repeated .google.cloud.cloudsecuritycompliance.v1.Framework frameworks = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Framework |
getFrameworksCount()
public abstract int getFrameworksCount()
The list of Framework resources.
repeated .google.cloud.cloudsecuritycompliance.v1.Framework frameworks = 1;
Returns | |
---|---|
Type | Description |
int |
getFrameworksList()
public abstract List<Framework> getFrameworksList()
The list of Framework resources.
repeated .google.cloud.cloudsecuritycompliance.v1.Framework frameworks = 1;
Returns | |
---|---|
Type | Description |
List<Framework> |
getFrameworksOrBuilder(int index)
public abstract FrameworkOrBuilder getFrameworksOrBuilder(int index)
The list of Framework resources.
repeated .google.cloud.cloudsecuritycompliance.v1.Framework frameworks = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
FrameworkOrBuilder |
getFrameworksOrBuilderList()
public abstract List<? extends FrameworkOrBuilder> getFrameworksOrBuilderList()
The list of Framework resources.
repeated .google.cloud.cloudsecuritycompliance.v1.Framework frameworks = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.cloudsecuritycompliance.v1.FrameworkOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()
A pagination token. To retrieve the next page of results, call the method again with this token.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()
A pagination token. To retrieve the next page of results, call the method again with this token.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |