public final class ListDetectorsResponse extends GeneratedMessageV3 implements ListDetectorsResponseOrBuilder
Response message for ListDetectors.
Protobuf type google.cloud.securitycenter.settings.v1beta1.ListDetectorsResponse
Static Fields
DETECTORS_FIELD_NUMBER
public static final int DETECTORS_FIELD_NUMBER
Field Value
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ListDetectorsResponse getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ListDetectorsResponse.Builder newBuilder()
Returns
newBuilder(ListDetectorsResponse prototype)
public static ListDetectorsResponse.Builder newBuilder(ListDetectorsResponse prototype)
Parameter
Returns
public static ListDetectorsResponse parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ListDetectorsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ListDetectorsResponse parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListDetectorsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ListDetectorsResponse parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListDetectorsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListDetectorsResponse parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ListDetectorsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListDetectorsResponse parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ListDetectorsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ListDetectorsResponse parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListDetectorsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ListDetectorsResponse> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public ListDetectorsResponse getDefaultInstanceForType()
Returns
getDetectors(int index)
public Detector getDetectors(int index)
The detectors from the specified organization.
repeated .google.cloud.securitycenter.settings.v1beta1.Detector detectors = 1;
Parameter
Returns
getDetectorsCount()
public int getDetectorsCount()
The detectors from the specified organization.
repeated .google.cloud.securitycenter.settings.v1beta1.Detector detectors = 1;
Returns
getDetectorsList()
public List<Detector> getDetectorsList()
The detectors from the specified organization.
repeated .google.cloud.securitycenter.settings.v1beta1.Detector detectors = 1;
Returns
getDetectorsOrBuilder(int index)
public DetectorOrBuilder getDetectorsOrBuilder(int index)
The detectors from the specified organization.
repeated .google.cloud.securitycenter.settings.v1beta1.Detector detectors = 1;
Parameter
Returns
getDetectorsOrBuilderList()
public 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 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 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.
|
getParserForType()
public Parser<ListDetectorsResponse> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ListDetectorsResponse.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListDetectorsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ListDetectorsResponse.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions