public static interface Mcp.MeshConfigResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getNonce()
The nonce provides a way to explicitly ack a specific
MeshConfigResponse in a following MeshConfigRequest.
|
com.google.protobuf.ByteString |
getNonceBytes()
The nonce provides a way to explicitly ack a specific
MeshConfigResponse in a following MeshConfigRequest.
|
ResourceOuterClass.Resource |
getResources(int index)
The response resources wrapped in the common MCP *Resource*
message.
|
int |
getResourcesCount()
The response resources wrapped in the common MCP *Resource*
message.
|
List<ResourceOuterClass.Resource> |
getResourcesList()
The response resources wrapped in the common MCP *Resource*
message.
|
ResourceOuterClass.ResourceOrBuilder |
getResourcesOrBuilder(int index)
The response resources wrapped in the common MCP *Resource*
message.
|
List<? extends ResourceOuterClass.ResourceOrBuilder> |
getResourcesOrBuilderList()
The response resources wrapped in the common MCP *Resource*
message.
|
String |
getTypeUrl()
Type URL for resources wrapped in the provided resources(s).
|
com.google.protobuf.ByteString |
getTypeUrlBytes()
Type URL for resources wrapped in the provided resources(s).
|
String |
getVersionInfo()
The version of the response data.
|
com.google.protobuf.ByteString |
getVersionInfoBytes()
The version of the response data.
|
String getVersionInfo()
The version of the response data.
string version_info = 1;com.google.protobuf.ByteString getVersionInfoBytes()
The version of the response data.
string version_info = 1;List<ResourceOuterClass.Resource> getResourcesList()
The response resources wrapped in the common MCP *Resource* message.
repeated .istio.mcp.v1alpha1.Resource resources = 2 [(.gogoproto.nullable) = false];ResourceOuterClass.Resource getResources(int index)
The response resources wrapped in the common MCP *Resource* message.
repeated .istio.mcp.v1alpha1.Resource resources = 2 [(.gogoproto.nullable) = false];int getResourcesCount()
The response resources wrapped in the common MCP *Resource* message.
repeated .istio.mcp.v1alpha1.Resource resources = 2 [(.gogoproto.nullable) = false];List<? extends ResourceOuterClass.ResourceOrBuilder> getResourcesOrBuilderList()
The response resources wrapped in the common MCP *Resource* message.
repeated .istio.mcp.v1alpha1.Resource resources = 2 [(.gogoproto.nullable) = false];ResourceOuterClass.ResourceOrBuilder getResourcesOrBuilder(int index)
The response resources wrapped in the common MCP *Resource* message.
repeated .istio.mcp.v1alpha1.Resource resources = 2 [(.gogoproto.nullable) = false];String getTypeUrl()
Type URL for resources wrapped in the provided resources(s). This must be consistent with the type_url in the wrapper messages if resources is non-empty.
string type_url = 3;com.google.protobuf.ByteString getTypeUrlBytes()
Type URL for resources wrapped in the provided resources(s). This must be consistent with the type_url in the wrapper messages if resources is non-empty.
string type_url = 3;String getNonce()
The nonce provides a way to explicitly ack a specific MeshConfigResponse in a following MeshConfigRequest. Additional messages may have been sent by client to the management server for the previous version on the stream prior to this MeshConfigResponse, that were unprocessed at response send time. The nonce allows the management server to ignore any further MeshConfigRequests for the previous version until a MeshConfigRequest bearing the nonce.
string nonce = 4;com.google.protobuf.ByteString getNonceBytes()
The nonce provides a way to explicitly ack a specific MeshConfigResponse in a following MeshConfigRequest. Additional messages may have been sent by client to the management server for the previous version on the stream prior to this MeshConfigResponse, that were unprocessed at response send time. The nonce allows the management server to ignore any further MeshConfigRequests for the previous version until a MeshConfigRequest bearing the nonce.
string nonce = 4;Copyright © 2018–2023 Alibaba Group. All rights reserved.