public interface ListDnsThreatDetectorsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDnsThreatDetectors(int index)
public abstract DnsThreatDetector getDnsThreatDetectors(int index)The list of DnsThreatDetector resources.
repeated .google.cloud.networksecurity.v1beta1.DnsThreatDetector dns_threat_detectors = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DnsThreatDetector |
|
getDnsThreatDetectorsCount()
public abstract int getDnsThreatDetectorsCount()The list of DnsThreatDetector resources.
repeated .google.cloud.networksecurity.v1beta1.DnsThreatDetector dns_threat_detectors = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getDnsThreatDetectorsList()
public abstract List<DnsThreatDetector> getDnsThreatDetectorsList()The list of DnsThreatDetector resources.
repeated .google.cloud.networksecurity.v1beta1.DnsThreatDetector dns_threat_detectors = 1;
| Returns | |
|---|---|
| Type | Description |
List<DnsThreatDetector> |
|
getDnsThreatDetectorsOrBuilder(int index)
public abstract DnsThreatDetectorOrBuilder getDnsThreatDetectorsOrBuilder(int index)The list of DnsThreatDetector resources.
repeated .google.cloud.networksecurity.v1beta1.DnsThreatDetector dns_threat_detectors = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DnsThreatDetectorOrBuilder |
|
getDnsThreatDetectorsOrBuilderList()
public abstract List<? extends DnsThreatDetectorOrBuilder> getDnsThreatDetectorsOrBuilderList()The list of DnsThreatDetector resources.
repeated .google.cloud.networksecurity.v1beta1.DnsThreatDetector dns_threat_detectors = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.networksecurity.v1beta1.DnsThreatDetectorOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken() A token, which can be sent as page_token, to retrieve the next page.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() A token, which can be sent as page_token, to retrieve the next page.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getUnreachable(int index)
public abstract String getUnreachable(int index) Unordered list. Unreachable DnsThreatDetector resources.
repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The unreachable at the given index. |
getUnreachableBytes(int index)
public abstract ByteString getUnreachableBytes(int index) Unordered list. Unreachable DnsThreatDetector resources.
repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the unreachable at the given index. |
getUnreachableCount()
public abstract int getUnreachableCount() Unordered list. Unreachable DnsThreatDetector resources.
repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];
| Returns | |
|---|---|
| Type | Description |
int |
The count of unreachable. |
getUnreachableList()
public abstract List<String> getUnreachableList() Unordered list. Unreachable DnsThreatDetector resources.
repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the unreachable. |