public interface ListDetectorsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDetectors(int index)
public abstract Detector getDetectors(int index)The detectors from the specified organization.
repeated .google.cloud.securitycenter.settings.v1beta1.Detector detectors = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Detector |
|
getDetectorsCount()
public abstract int getDetectorsCount()The detectors from the specified organization.
repeated .google.cloud.securitycenter.settings.v1beta1.Detector detectors = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getDetectorsList()
public abstract List<Detector> getDetectorsList()The detectors from the specified organization.
repeated .google.cloud.securitycenter.settings.v1beta1.Detector detectors = 1;
| Returns | |
|---|---|
| Type | Description |
List<Detector> |
|
getDetectorsOrBuilder(int index)
public abstract DetectorOrBuilder getDetectorsOrBuilder(int index)The detectors from the specified organization.
repeated .google.cloud.securitycenter.settings.v1beta1.Detector detectors = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DetectorOrBuilder |
|
getDetectorsOrBuilderList()
public abstract List<? extends DetectorOrBuilder> getDetectorsOrBuilderList()The detectors from the specified organization.
repeated .google.cloud.securitycenter.settings.v1beta1.Detector detectors = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.securitycenter.settings.v1beta1.DetectorOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken() A token that can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() A token that can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |