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.
|
ResourceName |
getUdpaRemovedResources(int index)
As with *removed_resources* but used when a removed resource was named in
its *Resource*s with a *udpa.core.v1.ResourceName*.
|
int |
getUdpaRemovedResourcesCount()
As with *removed_resources* but used when a removed resource was named in
its *Resource*s with a *udpa.core.v1.ResourceName*.
|
List<ResourceName> |
getUdpaRemovedResourcesList()
As with *removed_resources* but used when a removed resource was named in
its *Resource*s with a *udpa.core.v1.ResourceName*.
|
ResourceNameOrBuilder |
getUdpaRemovedResourcesOrBuilder(int index)
As with *removed_resources* but used when a removed resource was named in
its *Resource*s with a *udpa.core.v1.ResourceName*.
|
List<? extends ResourceNameOrBuilder> |
getUdpaRemovedResourcesOrBuilderList()
As with *removed_resources* but used when a removed resource was named in
its *Resource*s with a *udpa.core.v1.ResourceName*.
|
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. This does not need to be set if *udpa_removed_resources* is used instead of *removed_resources*.
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. This does not need to be set if *udpa_removed_resources* is used instead of *removed_resources*.
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;List<ResourceName> getUdpaRemovedResourcesList()
As with *removed_resources* but used when a removed resource was named in its *Resource*s with a *udpa.core.v1.ResourceName*. [#not-implemented-hide:]
repeated .udpa.core.v1.ResourceName udpa_removed_resources = 7;ResourceName getUdpaRemovedResources(int index)
As with *removed_resources* but used when a removed resource was named in its *Resource*s with a *udpa.core.v1.ResourceName*. [#not-implemented-hide:]
repeated .udpa.core.v1.ResourceName udpa_removed_resources = 7;int getUdpaRemovedResourcesCount()
As with *removed_resources* but used when a removed resource was named in its *Resource*s with a *udpa.core.v1.ResourceName*. [#not-implemented-hide:]
repeated .udpa.core.v1.ResourceName udpa_removed_resources = 7;List<? extends ResourceNameOrBuilder> getUdpaRemovedResourcesOrBuilderList()
As with *removed_resources* but used when a removed resource was named in its *Resource*s with a *udpa.core.v1.ResourceName*. [#not-implemented-hide:]
repeated .udpa.core.v1.ResourceName udpa_removed_resources = 7;ResourceNameOrBuilder getUdpaRemovedResourcesOrBuilder(int index)
As with *removed_resources* but used when a removed resource was named in its *Resource*s with a *udpa.core.v1.ResourceName*. [#not-implemented-hide:]
repeated .udpa.core.v1.ResourceName udpa_removed_resources = 7;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–2020 The Envoy Project. All rights reserved.