Interface ListDetectorsResponseOrBuilder (0.22.0)

public interface ListDetectorsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
NameDescription
indexint
Returns
TypeDescription
Detector

getDetectorsCount()

public abstract int getDetectorsCount()

The detectors from the specified organization.

repeated .google.cloud.securitycenter.settings.v1beta1.Detector detectors = 1;

Returns
TypeDescription
int

getDetectorsList()

public abstract List<Detector> getDetectorsList()

The detectors from the specified organization.

repeated .google.cloud.securitycenter.settings.v1beta1.Detector detectors = 1;

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
DetectorOrBuilder

getDetectorsOrBuilderList()

public abstract List<? extends DetectorOrBuilder> getDetectorsOrBuilderList()

The detectors from the specified organization.

repeated .google.cloud.securitycenter.settings.v1beta1.Detector detectors = 1;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for nextPageToken.