public interface DeltaDiscoveryResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNonce()
The nonce provides a way for DeltaDiscoveryRequests to uniquely
reference a DeltaDiscoveryResponse when (N)ACKing.
|
com.google.protobuf.ByteString |
getNonceBytes()
The nonce provides a way for DeltaDiscoveryRequests to uniquely
reference a DeltaDiscoveryResponse when (N)ACKing.
|
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.
|
List<String> |
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.
|
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).
|
String |
getTypeUrl()
Type URL for resources.
|
com.google.protobuf.ByteString |
getTypeUrlBytes()
Type URL for resources.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSystemVersionInfo()
The version of the response data (used for debugging).
string system_version_info = 1;com.google.protobuf.ByteString getSystemVersionInfoBytes()
The version of the response data (used for debugging).
string system_version_info = 1;List<Resource> getResourcesList()
The response resources. These are typed resources, whose types must match the type_url field.
repeated .envoy.service.discovery.v4alpha.Resource resources = 2;Resource getResources(int index)
The response resources. These are typed resources, whose types must match the type_url field.
repeated .envoy.service.discovery.v4alpha.Resource resources = 2;int getResourcesCount()
The response resources. These are typed resources, whose types must match the type_url field.
repeated .envoy.service.discovery.v4alpha.Resource resources = 2;List<? extends ResourceOrBuilder> getResourcesOrBuilderList()
The response resources. These are typed resources, whose types must match the type_url field.
repeated .envoy.service.discovery.v4alpha.Resource resources = 2;ResourceOrBuilder getResourcesOrBuilder(int index)
The response resources. These are typed resources, whose types must match the type_url field.
repeated .envoy.service.discovery.v4alpha.Resource resources = 2;String getTypeUrl()
Type URL for resources. Identifies the xDS API when muxing over ADS. Must be consistent with the type_url in the Any within 'resources' if 'resources' is non-empty.
string type_url = 4;com.google.protobuf.ByteString getTypeUrlBytes()
Type URL for resources. Identifies the xDS API when muxing over ADS. Must be consistent with the type_url in the Any within 'resources' if 'resources' is non-empty.
string type_url = 4;List<String> 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;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;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;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;String getNonce()
The nonce provides a way for DeltaDiscoveryRequests to uniquely reference a DeltaDiscoveryResponse when (N)ACKing. The nonce is required.
string nonce = 5;com.google.protobuf.ByteString getNonceBytes()
The nonce provides a way for DeltaDiscoveryRequests to uniquely reference a DeltaDiscoveryResponse when (N)ACKing. The nonce is required.
string nonce = 5;Copyright © 2018–2021 The Envoy Project. All rights reserved.