public static interface Discovery.IncrementalDiscoveryResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
Discovery.Resource |
getResources(int index)
The response resources.
|
int |
getResourcesCount()
The response resources.
|
List<Discovery.Resource> |
getResourcesList()
The response resources.
|
Discovery.ResourceOrBuilder |
getResourcesOrBuilder(int index)
The response resources.
|
List<? extends Discovery.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).
|
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<Discovery.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];Discovery.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];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];List<? extends Discovery.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];Discovery.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];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 IncrementalDiscoveryRequests to uniquely reference a IncrementalDiscoveryResponse. The nonce is required.
string nonce = 5;com.google.protobuf.ByteString getNonceBytes()
The nonce provides a way for IncrementalDiscoveryRequests to uniquely reference a IncrementalDiscoveryResponse. The nonce is required.
string nonce = 5;Copyright © 2018 The Envoy Project. All rights reserved.