public interface ListViolationsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()The next page token. Returns empty if reached the last page.
string next_page_token = 2;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()The next page token. Returns empty if reached the last page.
string next_page_token = 2;
| Type | Description |
| ByteString | The bytes for nextPageToken. |
getViolations(int index)
public abstract Violation getViolations(int index)List of Violations under a Workload.
repeated .google.cloud.assuredworkloads.v1.Violation violations = 1;
| Name | Description |
| index | int |
| Type | Description |
| Violation |
getViolationsCount()
public abstract int getViolationsCount()List of Violations under a Workload.
repeated .google.cloud.assuredworkloads.v1.Violation violations = 1;
| Type | Description |
| int |
getViolationsList()
public abstract List<Violation> getViolationsList()List of Violations under a Workload.
repeated .google.cloud.assuredworkloads.v1.Violation violations = 1;
| Type | Description |
| List<Violation> |
getViolationsOrBuilder(int index)
public abstract ViolationOrBuilder getViolationsOrBuilder(int index)List of Violations under a Workload.
repeated .google.cloud.assuredworkloads.v1.Violation violations = 1;
| Name | Description |
| index | int |
| Type | Description |
| ViolationOrBuilder |
getViolationsOrBuilderList()
public abstract List<? extends ViolationOrBuilder> getViolationsOrBuilderList()List of Violations under a Workload.
repeated .google.cloud.assuredworkloads.v1.Violation violations = 1;
| Type | Description |
| List<? extends com.google.cloud.assuredworkloads.v1.ViolationOrBuilder> |