Interface ProxyCheckResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProxyCheckResponse, ProxyCheckResponse.Builder
@Generated
public interface ProxyCheckResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetEnd()End-of-stream marker indicating all proxy checks are complete.End-of-stream marker indicating all proxy checks are complete.A single proxy check result.A single proxy check result.booleanhasEnd()End-of-stream marker indicating all proxy checks are complete.booleanA single proxy check result.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasSingle
boolean hasSingle()A single proxy check result. Multiple of these will be streamed as each proxy check completes, allowing the client to process results incrementally rather than waiting for all checks to finish.
.soulfire.v1.ProxyCheckResponseSingle single = 4;- Returns:
- Whether the single field is set.
-
getSingle
ProxyCheckResponseSingle getSingle()A single proxy check result. Multiple of these will be streamed as each proxy check completes, allowing the client to process results incrementally rather than waiting for all checks to finish.
.soulfire.v1.ProxyCheckResponseSingle single = 4;- Returns:
- The single.
-
getSingleOrBuilder
ProxyCheckResponseSingleOrBuilder getSingleOrBuilder()A single proxy check result. Multiple of these will be streamed as each proxy check completes, allowing the client to process results incrementally rather than waiting for all checks to finish.
.soulfire.v1.ProxyCheckResponseSingle single = 4; -
hasEnd
boolean hasEnd()End-of-stream marker indicating all proxy checks are complete. This is always the last message in the stream before it closes.
.soulfire.v1.ProxyCheckEnd end = 5;- Returns:
- Whether the end field is set.
-
getEnd
ProxyCheckEnd getEnd()End-of-stream marker indicating all proxy checks are complete. This is always the last message in the stream before it closes.
.soulfire.v1.ProxyCheckEnd end = 5;- Returns:
- The end.
-
getEndOrBuilder
ProxyCheckEndOrBuilder getEndOrBuilder()End-of-stream marker indicating all proxy checks are complete. This is always the last message in the stream before it closes.
.soulfire.v1.ProxyCheckEnd end = 5; -
getDataCase
ProxyCheckResponse.DataCase getDataCase()
-