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