public final class IncrementalDiscoveryResponse extends com.google.protobuf.GeneratedMessageV3 implements IncrementalDiscoveryResponseOrBuilder
envoy.api.v2.IncrementalDiscoveryResponse| Modifier and Type | Class and Description |
|---|---|
static class |
IncrementalDiscoveryResponse.Builder
Protobuf type
envoy.api.v2.IncrementalDiscoveryResponse |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
NONCE_FIELD_NUMBER |
static int |
REMOVED_RESOURCES_FIELD_NUMBER |
static int |
RESOURCES_FIELD_NUMBER |
static int |
SYSTEM_VERSION_INFO_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static IncrementalDiscoveryResponse |
getDefaultInstance() |
IncrementalDiscoveryResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getNonce()
The nonce provides a way for IncrementalDiscoveryRequests to uniquely
reference a IncrementalDiscoveryResponse.
|
com.google.protobuf.ByteString |
getNonceBytes()
The nonce provides a way for IncrementalDiscoveryRequests to uniquely
reference a IncrementalDiscoveryResponse.
|
com.google.protobuf.Parser<IncrementalDiscoveryResponse> |
getParserForType() |
String |
getRemovedResources(int index)
Resources names of resources that have be deleted and to be removed from the xDS Client.
|
com.google.protobuf.ByteString |
getRemovedResourcesBytes(int index)
Resources names of resources that have be deleted and to be removed from the xDS Client.
|
int |
getRemovedResourcesCount()
Resources names of resources that have be deleted and to be removed from the xDS Client.
|
com.google.protobuf.ProtocolStringList |
getRemovedResourcesList()
Resources names of resources that have be deleted and to be removed from the xDS Client.
|
Resource |
getResources(int index)
The response resources.
|
int |
getResourcesCount()
The response resources.
|
List<Resource> |
getResourcesList()
The response resources.
|
ResourceOrBuilder |
getResourcesOrBuilder(int index)
The response resources.
|
List<? extends ResourceOrBuilder> |
getResourcesOrBuilderList()
The response resources.
|
int |
getSerializedSize() |
String |
getSystemVersionInfo()
The version of the response data (used for debugging).
|
com.google.protobuf.ByteString |
getSystemVersionInfoBytes()
The version of the response data (used for debugging).
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static IncrementalDiscoveryResponse.Builder |
newBuilder() |
static IncrementalDiscoveryResponse.Builder |
newBuilder(IncrementalDiscoveryResponse prototype) |
IncrementalDiscoveryResponse.Builder |
newBuilderForType() |
protected IncrementalDiscoveryResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static IncrementalDiscoveryResponse |
parseDelimitedFrom(InputStream input) |
static IncrementalDiscoveryResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IncrementalDiscoveryResponse |
parseFrom(byte[] data) |
static IncrementalDiscoveryResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IncrementalDiscoveryResponse |
parseFrom(ByteBuffer data) |
static IncrementalDiscoveryResponse |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IncrementalDiscoveryResponse |
parseFrom(com.google.protobuf.ByteString data) |
static IncrementalDiscoveryResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IncrementalDiscoveryResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static IncrementalDiscoveryResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IncrementalDiscoveryResponse |
parseFrom(InputStream input) |
static IncrementalDiscoveryResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<IncrementalDiscoveryResponse> |
parser() |
IncrementalDiscoveryResponse.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int SYSTEM_VERSION_INFO_FIELD_NUMBER
public static final int RESOURCES_FIELD_NUMBER
public static final int REMOVED_RESOURCES_FIELD_NUMBER
public static final int NONCE_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getSystemVersionInfo()
The version of the response data (used for debugging).
string system_version_info = 1;getSystemVersionInfo in interface IncrementalDiscoveryResponseOrBuilderpublic com.google.protobuf.ByteString getSystemVersionInfoBytes()
The version of the response data (used for debugging).
string system_version_info = 1;getSystemVersionInfoBytes in interface IncrementalDiscoveryResponseOrBuilderpublic List<Resource> getResourcesList()
The response resources. These are typed resources that match the type url in the IncrementalDiscoveryRequest.
repeated .envoy.api.v2.Resource resources = 2 [(.gogoproto.nullable) = false];getResourcesList in interface IncrementalDiscoveryResponseOrBuilderpublic List<? extends ResourceOrBuilder> getResourcesOrBuilderList()
The response resources. These are typed resources that match the type url in the IncrementalDiscoveryRequest.
repeated .envoy.api.v2.Resource resources = 2 [(.gogoproto.nullable) = false];getResourcesOrBuilderList in interface IncrementalDiscoveryResponseOrBuilderpublic int getResourcesCount()
The response resources. These are typed resources that match the type url in the IncrementalDiscoveryRequest.
repeated .envoy.api.v2.Resource resources = 2 [(.gogoproto.nullable) = false];getResourcesCount in interface IncrementalDiscoveryResponseOrBuilderpublic Resource getResources(int index)
The response resources. These are typed resources that match the type url in the IncrementalDiscoveryRequest.
repeated .envoy.api.v2.Resource resources = 2 [(.gogoproto.nullable) = false];getResources in interface IncrementalDiscoveryResponseOrBuilderpublic ResourceOrBuilder getResourcesOrBuilder(int index)
The response resources. These are typed resources that match the type url in the IncrementalDiscoveryRequest.
repeated .envoy.api.v2.Resource resources = 2 [(.gogoproto.nullable) = false];getResourcesOrBuilder in interface IncrementalDiscoveryResponseOrBuilderpublic com.google.protobuf.ProtocolStringList getRemovedResourcesList()
Resources names of resources that have be deleted and to be removed from the xDS Client. Removed resources for missing resources can be ignored.
repeated string removed_resources = 6;getRemovedResourcesList in interface IncrementalDiscoveryResponseOrBuilderpublic int getRemovedResourcesCount()
Resources names of resources that have be deleted and to be removed from the xDS Client. Removed resources for missing resources can be ignored.
repeated string removed_resources = 6;getRemovedResourcesCount in interface IncrementalDiscoveryResponseOrBuilderpublic String getRemovedResources(int index)
Resources names of resources that have be deleted and to be removed from the xDS Client. Removed resources for missing resources can be ignored.
repeated string removed_resources = 6;getRemovedResources in interface IncrementalDiscoveryResponseOrBuilderpublic com.google.protobuf.ByteString getRemovedResourcesBytes(int index)
Resources names of resources that have be deleted and to be removed from the xDS Client. Removed resources for missing resources can be ignored.
repeated string removed_resources = 6;getRemovedResourcesBytes in interface IncrementalDiscoveryResponseOrBuilderpublic String getNonce()
The nonce provides a way for IncrementalDiscoveryRequests to uniquely reference a IncrementalDiscoveryResponse. The nonce is required.
string nonce = 5;getNonce in interface IncrementalDiscoveryResponseOrBuilderpublic com.google.protobuf.ByteString getNonceBytes()
The nonce provides a way for IncrementalDiscoveryRequests to uniquely reference a IncrementalDiscoveryResponse. The nonce is required.
string nonce = 5;getNonceBytes in interface IncrementalDiscoveryResponseOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static IncrementalDiscoveryResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IncrementalDiscoveryResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IncrementalDiscoveryResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IncrementalDiscoveryResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IncrementalDiscoveryResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IncrementalDiscoveryResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IncrementalDiscoveryResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static IncrementalDiscoveryResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static IncrementalDiscoveryResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static IncrementalDiscoveryResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static IncrementalDiscoveryResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static IncrementalDiscoveryResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic IncrementalDiscoveryResponse.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static IncrementalDiscoveryResponse.Builder newBuilder()
public static IncrementalDiscoveryResponse.Builder newBuilder(IncrementalDiscoveryResponse prototype)
public IncrementalDiscoveryResponse.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected IncrementalDiscoveryResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static IncrementalDiscoveryResponse getDefaultInstance()
public static com.google.protobuf.Parser<IncrementalDiscoveryResponse> parser()
public com.google.protobuf.Parser<IncrementalDiscoveryResponse> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public IncrementalDiscoveryResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018–2019 The Envoy Project. All rights reserved.