public static final class Mcp.IncrementalMeshConfigResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Mcp.IncrementalMeshConfigResponse.Builder> implements Mcp.IncrementalMeshConfigResponseOrBuilder
IncrementalMeshConfigResponses do not need to include a full snapshot of the tracked resources. Instead they are a diff to the state of a MCP client. Per resource versions allow servers and clients to track state at the resource granularity. An MCP incremental session is always in the context of a gRPC bidirectional stream. This allows the MCP server to keep track of the state of MCP clients connected to it. In Incremental MCP the nonce field is required and used to pair IncrementalMeshConfigResponse to an IncrementalMeshConfigRequest ACK or NACK. Optionally, a response message level system_version_info is present for debugging purposes only.Protobuf type
istio.mcp.v1alpha1.IncrementalMeshConfigResponse| 限定符和类型 | 方法和说明 |
|---|---|
Mcp.IncrementalMeshConfigResponse.Builder |
addAllRemovedResources(Iterable<String> values)
Resources names of resources that have be deleted and to be
removed from the MCP Client.
|
Mcp.IncrementalMeshConfigResponse.Builder |
addAllResources(Iterable<? extends ResourceOuterClass.Resource> values)
The response resources wrapped in the common MCP *Resource*
message.
|
Mcp.IncrementalMeshConfigResponse.Builder |
addRemovedResources(String value)
Resources names of resources that have be deleted and to be
removed from the MCP Client.
|
Mcp.IncrementalMeshConfigResponse.Builder |
addRemovedResourcesBytes(com.google.protobuf.ByteString value)
Resources names of resources that have be deleted and to be
removed from the MCP Client.
|
Mcp.IncrementalMeshConfigResponse.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Mcp.IncrementalMeshConfigResponse.Builder |
addResources(int index,
ResourceOuterClass.Resource.Builder builderForValue)
The response resources wrapped in the common MCP *Resource*
message.
|
Mcp.IncrementalMeshConfigResponse.Builder |
addResources(int index,
ResourceOuterClass.Resource value)
The response resources wrapped in the common MCP *Resource*
message.
|
Mcp.IncrementalMeshConfigResponse.Builder |
addResources(ResourceOuterClass.Resource.Builder builderForValue)
The response resources wrapped in the common MCP *Resource*
message.
|
Mcp.IncrementalMeshConfigResponse.Builder |
addResources(ResourceOuterClass.Resource value)
The response resources wrapped in the common MCP *Resource*
message.
|
ResourceOuterClass.Resource.Builder |
addResourcesBuilder()
The response resources wrapped in the common MCP *Resource*
message.
|
ResourceOuterClass.Resource.Builder |
addResourcesBuilder(int index)
The response resources wrapped in the common MCP *Resource*
message.
|
Mcp.IncrementalMeshConfigResponse |
build() |
Mcp.IncrementalMeshConfigResponse |
buildPartial() |
Mcp.IncrementalMeshConfigResponse.Builder |
clear() |
Mcp.IncrementalMeshConfigResponse.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Mcp.IncrementalMeshConfigResponse.Builder |
clearNonce()
The nonce provides a way for IncrementalMeshConfigRequests to
uniquely reference an IncrementalMeshConfigResponse.
|
Mcp.IncrementalMeshConfigResponse.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Mcp.IncrementalMeshConfigResponse.Builder |
clearRemovedResources()
Resources names of resources that have be deleted and to be
removed from the MCP Client.
|
Mcp.IncrementalMeshConfigResponse.Builder |
clearResources()
The response resources wrapped in the common MCP *Resource*
message.
|
Mcp.IncrementalMeshConfigResponse.Builder |
clearSystemVersionInfo()
The version of the response data (used for debugging).
|
Mcp.IncrementalMeshConfigResponse.Builder |
clone() |
Mcp.IncrementalMeshConfigResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getNonce()
The nonce provides a way for IncrementalMeshConfigRequests to
uniquely reference an IncrementalMeshConfigResponse.
|
com.google.protobuf.ByteString |
getNonceBytes()
The nonce provides a way for IncrementalMeshConfigRequests to
uniquely reference an IncrementalMeshConfigResponse.
|
String |
getRemovedResources(int index)
Resources names of resources that have be deleted and to be
removed from the MCP Client.
|
com.google.protobuf.ByteString |
getRemovedResourcesBytes(int index)
Resources names of resources that have be deleted and to be
removed from the MCP Client.
|
int |
getRemovedResourcesCount()
Resources names of resources that have be deleted and to be
removed from the MCP Client.
|
com.google.protobuf.ProtocolStringList |
getRemovedResourcesList()
Resources names of resources that have be deleted and to be
removed from the MCP Client.
|
ResourceOuterClass.Resource |
getResources(int index)
The response resources wrapped in the common MCP *Resource*
message.
|
ResourceOuterClass.Resource.Builder |
getResourcesBuilder(int index)
The response resources wrapped in the common MCP *Resource*
message.
|
List<ResourceOuterClass.Resource.Builder> |
getResourcesBuilderList()
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 |
getSystemVersionInfo()
The version of the response data (used for debugging).
|
com.google.protobuf.ByteString |
getSystemVersionInfoBytes()
The version of the response data (used for debugging).
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Mcp.IncrementalMeshConfigResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Mcp.IncrementalMeshConfigResponse.Builder |
mergeFrom(Mcp.IncrementalMeshConfigResponse other) |
Mcp.IncrementalMeshConfigResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
Mcp.IncrementalMeshConfigResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Mcp.IncrementalMeshConfigResponse.Builder |
removeResources(int index)
The response resources wrapped in the common MCP *Resource*
message.
|
Mcp.IncrementalMeshConfigResponse.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Mcp.IncrementalMeshConfigResponse.Builder |
setNonce(String value)
The nonce provides a way for IncrementalMeshConfigRequests to
uniquely reference an IncrementalMeshConfigResponse.
|
Mcp.IncrementalMeshConfigResponse.Builder |
setNonceBytes(com.google.protobuf.ByteString value)
The nonce provides a way for IncrementalMeshConfigRequests to
uniquely reference an IncrementalMeshConfigResponse.
|
Mcp.IncrementalMeshConfigResponse.Builder |
setRemovedResources(int index,
String value)
Resources names of resources that have be deleted and to be
removed from the MCP Client.
|
Mcp.IncrementalMeshConfigResponse.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Mcp.IncrementalMeshConfigResponse.Builder |
setResources(int index,
ResourceOuterClass.Resource.Builder builderForValue)
The response resources wrapped in the common MCP *Resource*
message.
|
Mcp.IncrementalMeshConfigResponse.Builder |
setResources(int index,
ResourceOuterClass.Resource value)
The response resources wrapped in the common MCP *Resource*
message.
|
Mcp.IncrementalMeshConfigResponse.Builder |
setSystemVersionInfo(String value)
The version of the response data (used for debugging).
|
Mcp.IncrementalMeshConfigResponse.Builder |
setSystemVersionInfoBytes(com.google.protobuf.ByteString value)
The version of the response data (used for debugging).
|
Mcp.IncrementalMeshConfigResponse.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Mcp.IncrementalMeshConfigResponse.Builder>public Mcp.IncrementalMeshConfigResponse.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Mcp.IncrementalMeshConfigResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Mcp.IncrementalMeshConfigResponse.Builder>public Mcp.IncrementalMeshConfigResponse getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic Mcp.IncrementalMeshConfigResponse build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic Mcp.IncrementalMeshConfigResponse buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic Mcp.IncrementalMeshConfigResponse.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Mcp.IncrementalMeshConfigResponse.Builder>public Mcp.IncrementalMeshConfigResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField 在接口中 com.google.protobuf.Message.BuildersetField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Mcp.IncrementalMeshConfigResponse.Builder>public Mcp.IncrementalMeshConfigResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField 在接口中 com.google.protobuf.Message.BuilderclearField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Mcp.IncrementalMeshConfigResponse.Builder>public Mcp.IncrementalMeshConfigResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof 在接口中 com.google.protobuf.Message.BuilderclearOneof 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Mcp.IncrementalMeshConfigResponse.Builder>public Mcp.IncrementalMeshConfigResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField 在接口中 com.google.protobuf.Message.BuildersetRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Mcp.IncrementalMeshConfigResponse.Builder>public Mcp.IncrementalMeshConfigResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField 在接口中 com.google.protobuf.Message.BuilderaddRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Mcp.IncrementalMeshConfigResponse.Builder>public Mcp.IncrementalMeshConfigResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<Mcp.IncrementalMeshConfigResponse.Builder>public Mcp.IncrementalMeshConfigResponse.Builder mergeFrom(Mcp.IncrementalMeshConfigResponse other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Mcp.IncrementalMeshConfigResponse.Builder>public Mcp.IncrementalMeshConfigResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在接口中 com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<Mcp.IncrementalMeshConfigResponse.Builder>IOExceptionpublic String getSystemVersionInfo()
The version of the response data (used for debugging).
string system_version_info = 1;getSystemVersionInfo 在接口中 Mcp.IncrementalMeshConfigResponseOrBuilderpublic com.google.protobuf.ByteString getSystemVersionInfoBytes()
The version of the response data (used for debugging).
string system_version_info = 1;getSystemVersionInfoBytes 在接口中 Mcp.IncrementalMeshConfigResponseOrBuilderpublic Mcp.IncrementalMeshConfigResponse.Builder setSystemVersionInfo(String value)
The version of the response data (used for debugging).
string system_version_info = 1;value - The systemVersionInfo to set.public Mcp.IncrementalMeshConfigResponse.Builder clearSystemVersionInfo()
The version of the response data (used for debugging).
string system_version_info = 1;public Mcp.IncrementalMeshConfigResponse.Builder setSystemVersionInfoBytes(com.google.protobuf.ByteString value)
The version of the response data (used for debugging).
string system_version_info = 1;value - The bytes for systemVersionInfo to set.public List<ResourceOuterClass.Resource> getResourcesList()
The response resources wrapped in the common MCP *Resource* message. These are typed resources that match the type url in the IncrementalMeshConfigRequest.
repeated .istio.mcp.v1alpha1.Resource resources = 2 [(.gogoproto.nullable) = false];public int getResourcesCount()
The response resources wrapped in the common MCP *Resource* message. These are typed resources that match the type url in the IncrementalMeshConfigRequest.
repeated .istio.mcp.v1alpha1.Resource resources = 2 [(.gogoproto.nullable) = false];public ResourceOuterClass.Resource getResources(int index)
The response resources wrapped in the common MCP *Resource* message. These are typed resources that match the type url in the IncrementalMeshConfigRequest.
repeated .istio.mcp.v1alpha1.Resource resources = 2 [(.gogoproto.nullable) = false];public Mcp.IncrementalMeshConfigResponse.Builder setResources(int index, ResourceOuterClass.Resource value)
The response resources wrapped in the common MCP *Resource* message. These are typed resources that match the type url in the IncrementalMeshConfigRequest.
repeated .istio.mcp.v1alpha1.Resource resources = 2 [(.gogoproto.nullable) = false];public Mcp.IncrementalMeshConfigResponse.Builder setResources(int index, ResourceOuterClass.Resource.Builder builderForValue)
The response resources wrapped in the common MCP *Resource* message. These are typed resources that match the type url in the IncrementalMeshConfigRequest.
repeated .istio.mcp.v1alpha1.Resource resources = 2 [(.gogoproto.nullable) = false];public Mcp.IncrementalMeshConfigResponse.Builder addResources(ResourceOuterClass.Resource value)
The response resources wrapped in the common MCP *Resource* message. These are typed resources that match the type url in the IncrementalMeshConfigRequest.
repeated .istio.mcp.v1alpha1.Resource resources = 2 [(.gogoproto.nullable) = false];public Mcp.IncrementalMeshConfigResponse.Builder addResources(int index, ResourceOuterClass.Resource value)
The response resources wrapped in the common MCP *Resource* message. These are typed resources that match the type url in the IncrementalMeshConfigRequest.
repeated .istio.mcp.v1alpha1.Resource resources = 2 [(.gogoproto.nullable) = false];public Mcp.IncrementalMeshConfigResponse.Builder addResources(ResourceOuterClass.Resource.Builder builderForValue)
The response resources wrapped in the common MCP *Resource* message. These are typed resources that match the type url in the IncrementalMeshConfigRequest.
repeated .istio.mcp.v1alpha1.Resource resources = 2 [(.gogoproto.nullable) = false];public Mcp.IncrementalMeshConfigResponse.Builder addResources(int index, ResourceOuterClass.Resource.Builder builderForValue)
The response resources wrapped in the common MCP *Resource* message. These are typed resources that match the type url in the IncrementalMeshConfigRequest.
repeated .istio.mcp.v1alpha1.Resource resources = 2 [(.gogoproto.nullable) = false];public Mcp.IncrementalMeshConfigResponse.Builder addAllResources(Iterable<? extends ResourceOuterClass.Resource> values)
The response resources wrapped in the common MCP *Resource* message. These are typed resources that match the type url in the IncrementalMeshConfigRequest.
repeated .istio.mcp.v1alpha1.Resource resources = 2 [(.gogoproto.nullable) = false];public Mcp.IncrementalMeshConfigResponse.Builder clearResources()
The response resources wrapped in the common MCP *Resource* message. These are typed resources that match the type url in the IncrementalMeshConfigRequest.
repeated .istio.mcp.v1alpha1.Resource resources = 2 [(.gogoproto.nullable) = false];public Mcp.IncrementalMeshConfigResponse.Builder removeResources(int index)
The response resources wrapped in the common MCP *Resource* message. These are typed resources that match the type url in the IncrementalMeshConfigRequest.
repeated .istio.mcp.v1alpha1.Resource resources = 2 [(.gogoproto.nullable) = false];public ResourceOuterClass.Resource.Builder getResourcesBuilder(int index)
The response resources wrapped in the common MCP *Resource* message. These are typed resources that match the type url in the IncrementalMeshConfigRequest.
repeated .istio.mcp.v1alpha1.Resource resources = 2 [(.gogoproto.nullable) = false];public ResourceOuterClass.ResourceOrBuilder getResourcesOrBuilder(int index)
The response resources wrapped in the common MCP *Resource* message. These are typed resources that match the type url in the IncrementalMeshConfigRequest.
repeated .istio.mcp.v1alpha1.Resource resources = 2 [(.gogoproto.nullable) = false];public List<? extends ResourceOuterClass.ResourceOrBuilder> getResourcesOrBuilderList()
The response resources wrapped in the common MCP *Resource* message. These are typed resources that match the type url in the IncrementalMeshConfigRequest.
repeated .istio.mcp.v1alpha1.Resource resources = 2 [(.gogoproto.nullable) = false];public ResourceOuterClass.Resource.Builder addResourcesBuilder()
The response resources wrapped in the common MCP *Resource* message. These are typed resources that match the type url in the IncrementalMeshConfigRequest.
repeated .istio.mcp.v1alpha1.Resource resources = 2 [(.gogoproto.nullable) = false];public ResourceOuterClass.Resource.Builder addResourcesBuilder(int index)
The response resources wrapped in the common MCP *Resource* message. These are typed resources that match the type url in the IncrementalMeshConfigRequest.
repeated .istio.mcp.v1alpha1.Resource resources = 2 [(.gogoproto.nullable) = false];public List<ResourceOuterClass.Resource.Builder> getResourcesBuilderList()
The response resources wrapped in the common MCP *Resource* message. These are typed resources that match the type url in the IncrementalMeshConfigRequest.
repeated .istio.mcp.v1alpha1.Resource resources = 2 [(.gogoproto.nullable) = false];public com.google.protobuf.ProtocolStringList getRemovedResourcesList()
Resources names of resources that have be deleted and to be removed from the MCP Client. Removed resources for missing resources can be ignored.
repeated string removed_resources = 3;getRemovedResourcesList 在接口中 Mcp.IncrementalMeshConfigResponseOrBuilderpublic int getRemovedResourcesCount()
Resources names of resources that have be deleted and to be removed from the MCP Client. Removed resources for missing resources can be ignored.
repeated string removed_resources = 3;getRemovedResourcesCount 在接口中 Mcp.IncrementalMeshConfigResponseOrBuilderpublic String getRemovedResources(int index)
Resources names of resources that have be deleted and to be removed from the MCP Client. Removed resources for missing resources can be ignored.
repeated string removed_resources = 3;getRemovedResources 在接口中 Mcp.IncrementalMeshConfigResponseOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getRemovedResourcesBytes(int index)
Resources names of resources that have be deleted and to be removed from the MCP Client. Removed resources for missing resources can be ignored.
repeated string removed_resources = 3;getRemovedResourcesBytes 在接口中 Mcp.IncrementalMeshConfigResponseOrBuilderindex - The index of the value to return.public Mcp.IncrementalMeshConfigResponse.Builder setRemovedResources(int index, String value)
Resources names of resources that have be deleted and to be removed from the MCP Client. Removed resources for missing resources can be ignored.
repeated string removed_resources = 3;index - The index to set the value at.value - The removedResources to set.public Mcp.IncrementalMeshConfigResponse.Builder addRemovedResources(String value)
Resources names of resources that have be deleted and to be removed from the MCP Client. Removed resources for missing resources can be ignored.
repeated string removed_resources = 3;value - The removedResources to add.public Mcp.IncrementalMeshConfigResponse.Builder addAllRemovedResources(Iterable<String> values)
Resources names of resources that have be deleted and to be removed from the MCP Client. Removed resources for missing resources can be ignored.
repeated string removed_resources = 3;values - The removedResources to add.public Mcp.IncrementalMeshConfigResponse.Builder clearRemovedResources()
Resources names of resources that have be deleted and to be removed from the MCP Client. Removed resources for missing resources can be ignored.
repeated string removed_resources = 3;public Mcp.IncrementalMeshConfigResponse.Builder addRemovedResourcesBytes(com.google.protobuf.ByteString value)
Resources names of resources that have be deleted and to be removed from the MCP Client. Removed resources for missing resources can be ignored.
repeated string removed_resources = 3;value - The bytes of the removedResources to add.public String getNonce()
The nonce provides a way for IncrementalMeshConfigRequests to uniquely reference an IncrementalMeshConfigResponse. The nonce is required.
string nonce = 4;getNonce 在接口中 Mcp.IncrementalMeshConfigResponseOrBuilderpublic com.google.protobuf.ByteString getNonceBytes()
The nonce provides a way for IncrementalMeshConfigRequests to uniquely reference an IncrementalMeshConfigResponse. The nonce is required.
string nonce = 4;getNonceBytes 在接口中 Mcp.IncrementalMeshConfigResponseOrBuilderpublic Mcp.IncrementalMeshConfigResponse.Builder setNonce(String value)
The nonce provides a way for IncrementalMeshConfigRequests to uniquely reference an IncrementalMeshConfigResponse. The nonce is required.
string nonce = 4;value - The nonce to set.public Mcp.IncrementalMeshConfigResponse.Builder clearNonce()
The nonce provides a way for IncrementalMeshConfigRequests to uniquely reference an IncrementalMeshConfigResponse. The nonce is required.
string nonce = 4;public Mcp.IncrementalMeshConfigResponse.Builder setNonceBytes(com.google.protobuf.ByteString value)
The nonce provides a way for IncrementalMeshConfigRequests to uniquely reference an IncrementalMeshConfigResponse. The nonce is required.
string nonce = 4;value - The bytes for nonce to set.public final Mcp.IncrementalMeshConfigResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields 在接口中 com.google.protobuf.Message.BuildersetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Mcp.IncrementalMeshConfigResponse.Builder>public final Mcp.IncrementalMeshConfigResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields 在接口中 com.google.protobuf.Message.BuildermergeUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Mcp.IncrementalMeshConfigResponse.Builder>Copyright © 2018–2023 Alibaba Group. All rights reserved.