public static final class Mcp.IncrementalMeshConfigRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Mcp.IncrementalMeshConfigRequest.Builder> implements Mcp.IncrementalMeshConfigRequestOrBuilder
IncrementalMeshConfigRequest are be sent in 2 situations:
1. Initial message in a MCP bidirectional gRPC stream.
2. As a ACK or NACK response to a previous IncrementalMeshConfigResponse.
In this case the response_nonce is set to the nonce value in the Response.
ACK or NACK is determined by the absence or presence of error_detail.
Protobuf type istio.mcp.v1alpha1.IncrementalMeshConfigRequest| 限定符和类型 | 方法和说明 |
|---|---|
Mcp.IncrementalMeshConfigRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Mcp.IncrementalMeshConfigRequest |
build() |
Mcp.IncrementalMeshConfigRequest |
buildPartial() |
Mcp.IncrementalMeshConfigRequest.Builder |
clear() |
Mcp.IncrementalMeshConfigRequest.Builder |
clearErrorDetail()
This is populated when the previous IncrementalMeshConfigResponses
failed to update configuration.
|
Mcp.IncrementalMeshConfigRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Mcp.IncrementalMeshConfigRequest.Builder |
clearInitialResourceVersions() |
Mcp.IncrementalMeshConfigRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Mcp.IncrementalMeshConfigRequest.Builder |
clearResponseNonce()
When the IncrementalMeshConfigRequest is a ACK or NACK message in response
to a previous IncrementalMeshConfigResponse, the response_nonce must be the
nonce in the IncrementalMeshConfigResponse.
|
Mcp.IncrementalMeshConfigRequest.Builder |
clearSinkNode()
The sink node making the request.
|
Mcp.IncrementalMeshConfigRequest.Builder |
clearTypeUrl()
Type of the resource that is being requested, e.g.
|
Mcp.IncrementalMeshConfigRequest.Builder |
clone() |
boolean |
containsInitialResourceVersions(String key)
When the IncrementalMeshConfigRequest is the first in a stream,
the initial_resource_versions must be populated.
|
Mcp.IncrementalMeshConfigRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.rpc.Status |
getErrorDetail()
This is populated when the previous IncrementalMeshConfigResponses
failed to update configuration.
|
com.google.rpc.Status.Builder |
getErrorDetailBuilder()
This is populated when the previous IncrementalMeshConfigResponses
failed to update configuration.
|
com.google.rpc.StatusOrBuilder |
getErrorDetailOrBuilder()
This is populated when the previous IncrementalMeshConfigResponses
failed to update configuration.
|
Map<String,String> |
getInitialResourceVersions()
已过时。
|
int |
getInitialResourceVersionsCount()
When the IncrementalMeshConfigRequest is the first in a stream,
the initial_resource_versions must be populated.
|
Map<String,String> |
getInitialResourceVersionsMap()
When the IncrementalMeshConfigRequest is the first in a stream,
the initial_resource_versions must be populated.
|
String |
getInitialResourceVersionsOrDefault(String key,
String defaultValue)
When the IncrementalMeshConfigRequest is the first in a stream,
the initial_resource_versions must be populated.
|
String |
getInitialResourceVersionsOrThrow(String key)
When the IncrementalMeshConfigRequest is the first in a stream,
the initial_resource_versions must be populated.
|
Map<String,String> |
getMutableInitialResourceVersions()
已过时。
|
String |
getResponseNonce()
When the IncrementalMeshConfigRequest is a ACK or NACK message in response
to a previous IncrementalMeshConfigResponse, the response_nonce must be the
nonce in the IncrementalMeshConfigResponse.
|
com.google.protobuf.ByteString |
getResponseNonceBytes()
When the IncrementalMeshConfigRequest is a ACK or NACK message in response
to a previous IncrementalMeshConfigResponse, the response_nonce must be the
nonce in the IncrementalMeshConfigResponse.
|
Mcp.SinkNode |
getSinkNode()
The sink node making the request.
|
Mcp.SinkNode.Builder |
getSinkNodeBuilder()
The sink node making the request.
|
Mcp.SinkNodeOrBuilder |
getSinkNodeOrBuilder()
The sink node making the request.
|
String |
getTypeUrl()
Type of the resource that is being requested, e.g.
|
com.google.protobuf.ByteString |
getTypeUrlBytes()
Type of the resource that is being requested, e.g.
|
boolean |
hasErrorDetail()
This is populated when the previous IncrementalMeshConfigResponses
failed to update configuration.
|
boolean |
hasSinkNode()
The sink node making the request.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
protected com.google.protobuf.MapField |
internalGetMutableMapField(int number) |
boolean |
isInitialized() |
Mcp.IncrementalMeshConfigRequest.Builder |
mergeErrorDetail(com.google.rpc.Status value)
This is populated when the previous IncrementalMeshConfigResponses
failed to update configuration.
|
Mcp.IncrementalMeshConfigRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Mcp.IncrementalMeshConfigRequest.Builder |
mergeFrom(Mcp.IncrementalMeshConfigRequest other) |
Mcp.IncrementalMeshConfigRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
Mcp.IncrementalMeshConfigRequest.Builder |
mergeSinkNode(Mcp.SinkNode value)
The sink node making the request.
|
Mcp.IncrementalMeshConfigRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Mcp.IncrementalMeshConfigRequest.Builder |
putAllInitialResourceVersions(Map<String,String> values)
When the IncrementalMeshConfigRequest is the first in a stream,
the initial_resource_versions must be populated.
|
Mcp.IncrementalMeshConfigRequest.Builder |
putInitialResourceVersions(String key,
String value)
When the IncrementalMeshConfigRequest is the first in a stream,
the initial_resource_versions must be populated.
|
Mcp.IncrementalMeshConfigRequest.Builder |
removeInitialResourceVersions(String key)
When the IncrementalMeshConfigRequest is the first in a stream,
the initial_resource_versions must be populated.
|
Mcp.IncrementalMeshConfigRequest.Builder |
setErrorDetail(com.google.rpc.Status.Builder builderForValue)
This is populated when the previous IncrementalMeshConfigResponses
failed to update configuration.
|
Mcp.IncrementalMeshConfigRequest.Builder |
setErrorDetail(com.google.rpc.Status value)
This is populated when the previous IncrementalMeshConfigResponses
failed to update configuration.
|
Mcp.IncrementalMeshConfigRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Mcp.IncrementalMeshConfigRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Mcp.IncrementalMeshConfigRequest.Builder |
setResponseNonce(String value)
When the IncrementalMeshConfigRequest is a ACK or NACK message in response
to a previous IncrementalMeshConfigResponse, the response_nonce must be the
nonce in the IncrementalMeshConfigResponse.
|
Mcp.IncrementalMeshConfigRequest.Builder |
setResponseNonceBytes(com.google.protobuf.ByteString value)
When the IncrementalMeshConfigRequest is a ACK or NACK message in response
to a previous IncrementalMeshConfigResponse, the response_nonce must be the
nonce in the IncrementalMeshConfigResponse.
|
Mcp.IncrementalMeshConfigRequest.Builder |
setSinkNode(Mcp.SinkNode.Builder builderForValue)
The sink node making the request.
|
Mcp.IncrementalMeshConfigRequest.Builder |
setSinkNode(Mcp.SinkNode value)
The sink node making the request.
|
Mcp.IncrementalMeshConfigRequest.Builder |
setTypeUrl(String value)
Type of the resource that is being requested, e.g.
|
Mcp.IncrementalMeshConfigRequest.Builder |
setTypeUrlBytes(com.google.protobuf.ByteString value)
Type of the resource that is being requested, e.g.
|
Mcp.IncrementalMeshConfigRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, 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.MapField internalGetMapField(int number)
internalGetMapField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Mcp.IncrementalMeshConfigRequest.Builder>protected com.google.protobuf.MapField internalGetMutableMapField(int number)
internalGetMutableMapField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Mcp.IncrementalMeshConfigRequest.Builder>protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Mcp.IncrementalMeshConfigRequest.Builder>public Mcp.IncrementalMeshConfigRequest.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Mcp.IncrementalMeshConfigRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Mcp.IncrementalMeshConfigRequest.Builder>public Mcp.IncrementalMeshConfigRequest getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic Mcp.IncrementalMeshConfigRequest build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic Mcp.IncrementalMeshConfigRequest buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic Mcp.IncrementalMeshConfigRequest.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Mcp.IncrementalMeshConfigRequest.Builder>public Mcp.IncrementalMeshConfigRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField 在接口中 com.google.protobuf.Message.BuildersetField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Mcp.IncrementalMeshConfigRequest.Builder>public Mcp.IncrementalMeshConfigRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField 在接口中 com.google.protobuf.Message.BuilderclearField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Mcp.IncrementalMeshConfigRequest.Builder>public Mcp.IncrementalMeshConfigRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof 在接口中 com.google.protobuf.Message.BuilderclearOneof 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Mcp.IncrementalMeshConfigRequest.Builder>public Mcp.IncrementalMeshConfigRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField 在接口中 com.google.protobuf.Message.BuildersetRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Mcp.IncrementalMeshConfigRequest.Builder>public Mcp.IncrementalMeshConfigRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField 在接口中 com.google.protobuf.Message.BuilderaddRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Mcp.IncrementalMeshConfigRequest.Builder>public Mcp.IncrementalMeshConfigRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<Mcp.IncrementalMeshConfigRequest.Builder>public Mcp.IncrementalMeshConfigRequest.Builder mergeFrom(Mcp.IncrementalMeshConfigRequest other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Mcp.IncrementalMeshConfigRequest.Builder>public Mcp.IncrementalMeshConfigRequest.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.IncrementalMeshConfigRequest.Builder>IOExceptionpublic boolean hasSinkNode()
The sink node making the request.
.istio.mcp.v1alpha1.SinkNode sink_node = 1;hasSinkNode 在接口中 Mcp.IncrementalMeshConfigRequestOrBuilderpublic Mcp.SinkNode getSinkNode()
The sink node making the request.
.istio.mcp.v1alpha1.SinkNode sink_node = 1;getSinkNode 在接口中 Mcp.IncrementalMeshConfigRequestOrBuilderpublic Mcp.IncrementalMeshConfigRequest.Builder setSinkNode(Mcp.SinkNode value)
The sink node making the request.
.istio.mcp.v1alpha1.SinkNode sink_node = 1;public Mcp.IncrementalMeshConfigRequest.Builder setSinkNode(Mcp.SinkNode.Builder builderForValue)
The sink node making the request.
.istio.mcp.v1alpha1.SinkNode sink_node = 1;public Mcp.IncrementalMeshConfigRequest.Builder mergeSinkNode(Mcp.SinkNode value)
The sink node making the request.
.istio.mcp.v1alpha1.SinkNode sink_node = 1;public Mcp.IncrementalMeshConfigRequest.Builder clearSinkNode()
The sink node making the request.
.istio.mcp.v1alpha1.SinkNode sink_node = 1;public Mcp.SinkNode.Builder getSinkNodeBuilder()
The sink node making the request.
.istio.mcp.v1alpha1.SinkNode sink_node = 1;public Mcp.SinkNodeOrBuilder getSinkNodeOrBuilder()
The sink node making the request.
.istio.mcp.v1alpha1.SinkNode sink_node = 1;public String getTypeUrl()
Type of the resource that is being requested, e.g. "type.googleapis.com/istio.io.networking.v1alpha3.VirtualService".
string type_url = 2;getTypeUrl 在接口中 Mcp.IncrementalMeshConfigRequestOrBuilderpublic com.google.protobuf.ByteString getTypeUrlBytes()
Type of the resource that is being requested, e.g. "type.googleapis.com/istio.io.networking.v1alpha3.VirtualService".
string type_url = 2;getTypeUrlBytes 在接口中 Mcp.IncrementalMeshConfigRequestOrBuilderpublic Mcp.IncrementalMeshConfigRequest.Builder setTypeUrl(String value)
Type of the resource that is being requested, e.g. "type.googleapis.com/istio.io.networking.v1alpha3.VirtualService".
string type_url = 2;value - The typeUrl to set.public Mcp.IncrementalMeshConfigRequest.Builder clearTypeUrl()
Type of the resource that is being requested, e.g. "type.googleapis.com/istio.io.networking.v1alpha3.VirtualService".
string type_url = 2;public Mcp.IncrementalMeshConfigRequest.Builder setTypeUrlBytes(com.google.protobuf.ByteString value)
Type of the resource that is being requested, e.g. "type.googleapis.com/istio.io.networking.v1alpha3.VirtualService".
string type_url = 2;value - The bytes for typeUrl to set.public int getInitialResourceVersionsCount()
When the IncrementalMeshConfigRequest is the first in a stream, the initial_resource_versions must be populated. Otherwise, initial_resource_versions must be omitted. The keys are the resources names of the MCP resources known to the MCP client. The values in the map are the associated resource level version info.
map<string, string> initial_resource_versions = 3;public boolean containsInitialResourceVersions(String key)
When the IncrementalMeshConfigRequest is the first in a stream, the initial_resource_versions must be populated. Otherwise, initial_resource_versions must be omitted. The keys are the resources names of the MCP resources known to the MCP client. The values in the map are the associated resource level version info.
map<string, string> initial_resource_versions = 3;@Deprecated public Map<String,String> getInitialResourceVersions()
getInitialResourceVersionsMap() instead.public Map<String,String> getInitialResourceVersionsMap()
When the IncrementalMeshConfigRequest is the first in a stream, the initial_resource_versions must be populated. Otherwise, initial_resource_versions must be omitted. The keys are the resources names of the MCP resources known to the MCP client. The values in the map are the associated resource level version info.
map<string, string> initial_resource_versions = 3;public String getInitialResourceVersionsOrDefault(String key, String defaultValue)
When the IncrementalMeshConfigRequest is the first in a stream, the initial_resource_versions must be populated. Otherwise, initial_resource_versions must be omitted. The keys are the resources names of the MCP resources known to the MCP client. The values in the map are the associated resource level version info.
map<string, string> initial_resource_versions = 3;public String getInitialResourceVersionsOrThrow(String key)
When the IncrementalMeshConfigRequest is the first in a stream, the initial_resource_versions must be populated. Otherwise, initial_resource_versions must be omitted. The keys are the resources names of the MCP resources known to the MCP client. The values in the map are the associated resource level version info.
map<string, string> initial_resource_versions = 3;public Mcp.IncrementalMeshConfigRequest.Builder clearInitialResourceVersions()
public Mcp.IncrementalMeshConfigRequest.Builder removeInitialResourceVersions(String key)
When the IncrementalMeshConfigRequest is the first in a stream, the initial_resource_versions must be populated. Otherwise, initial_resource_versions must be omitted. The keys are the resources names of the MCP resources known to the MCP client. The values in the map are the associated resource level version info.
map<string, string> initial_resource_versions = 3;@Deprecated public Map<String,String> getMutableInitialResourceVersions()
public Mcp.IncrementalMeshConfigRequest.Builder putInitialResourceVersions(String key, String value)
When the IncrementalMeshConfigRequest is the first in a stream, the initial_resource_versions must be populated. Otherwise, initial_resource_versions must be omitted. The keys are the resources names of the MCP resources known to the MCP client. The values in the map are the associated resource level version info.
map<string, string> initial_resource_versions = 3;public Mcp.IncrementalMeshConfigRequest.Builder putAllInitialResourceVersions(Map<String,String> values)
When the IncrementalMeshConfigRequest is the first in a stream, the initial_resource_versions must be populated. Otherwise, initial_resource_versions must be omitted. The keys are the resources names of the MCP resources known to the MCP client. The values in the map are the associated resource level version info.
map<string, string> initial_resource_versions = 3;public String getResponseNonce()
When the IncrementalMeshConfigRequest is a ACK or NACK message in response to a previous IncrementalMeshConfigResponse, the response_nonce must be the nonce in the IncrementalMeshConfigResponse. Otherwise response_nonce must be omitted.
string response_nonce = 4;getResponseNonce 在接口中 Mcp.IncrementalMeshConfigRequestOrBuilderpublic com.google.protobuf.ByteString getResponseNonceBytes()
When the IncrementalMeshConfigRequest is a ACK or NACK message in response to a previous IncrementalMeshConfigResponse, the response_nonce must be the nonce in the IncrementalMeshConfigResponse. Otherwise response_nonce must be omitted.
string response_nonce = 4;getResponseNonceBytes 在接口中 Mcp.IncrementalMeshConfigRequestOrBuilderpublic Mcp.IncrementalMeshConfigRequest.Builder setResponseNonce(String value)
When the IncrementalMeshConfigRequest is a ACK or NACK message in response to a previous IncrementalMeshConfigResponse, the response_nonce must be the nonce in the IncrementalMeshConfigResponse. Otherwise response_nonce must be omitted.
string response_nonce = 4;value - The responseNonce to set.public Mcp.IncrementalMeshConfigRequest.Builder clearResponseNonce()
When the IncrementalMeshConfigRequest is a ACK or NACK message in response to a previous IncrementalMeshConfigResponse, the response_nonce must be the nonce in the IncrementalMeshConfigResponse. Otherwise response_nonce must be omitted.
string response_nonce = 4;public Mcp.IncrementalMeshConfigRequest.Builder setResponseNonceBytes(com.google.protobuf.ByteString value)
When the IncrementalMeshConfigRequest is a ACK or NACK message in response to a previous IncrementalMeshConfigResponse, the response_nonce must be the nonce in the IncrementalMeshConfigResponse. Otherwise response_nonce must be omitted.
string response_nonce = 4;value - The bytes for responseNonce to set.public boolean hasErrorDetail()
This is populated when the previous IncrementalMeshConfigResponses failed to update configuration. The *message* field in *error_details* provides the client internal exception related to the failure.
.google.rpc.Status error_detail = 5;hasErrorDetail 在接口中 Mcp.IncrementalMeshConfigRequestOrBuilderpublic com.google.rpc.Status getErrorDetail()
This is populated when the previous IncrementalMeshConfigResponses failed to update configuration. The *message* field in *error_details* provides the client internal exception related to the failure.
.google.rpc.Status error_detail = 5;getErrorDetail 在接口中 Mcp.IncrementalMeshConfigRequestOrBuilderpublic Mcp.IncrementalMeshConfigRequest.Builder setErrorDetail(com.google.rpc.Status value)
This is populated when the previous IncrementalMeshConfigResponses failed to update configuration. The *message* field in *error_details* provides the client internal exception related to the failure.
.google.rpc.Status error_detail = 5;public Mcp.IncrementalMeshConfigRequest.Builder setErrorDetail(com.google.rpc.Status.Builder builderForValue)
This is populated when the previous IncrementalMeshConfigResponses failed to update configuration. The *message* field in *error_details* provides the client internal exception related to the failure.
.google.rpc.Status error_detail = 5;public Mcp.IncrementalMeshConfigRequest.Builder mergeErrorDetail(com.google.rpc.Status value)
This is populated when the previous IncrementalMeshConfigResponses failed to update configuration. The *message* field in *error_details* provides the client internal exception related to the failure.
.google.rpc.Status error_detail = 5;public Mcp.IncrementalMeshConfigRequest.Builder clearErrorDetail()
This is populated when the previous IncrementalMeshConfigResponses failed to update configuration. The *message* field in *error_details* provides the client internal exception related to the failure.
.google.rpc.Status error_detail = 5;public com.google.rpc.Status.Builder getErrorDetailBuilder()
This is populated when the previous IncrementalMeshConfigResponses failed to update configuration. The *message* field in *error_details* provides the client internal exception related to the failure.
.google.rpc.Status error_detail = 5;public com.google.rpc.StatusOrBuilder getErrorDetailOrBuilder()
This is populated when the previous IncrementalMeshConfigResponses failed to update configuration. The *message* field in *error_details* provides the client internal exception related to the failure.
.google.rpc.Status error_detail = 5;public final Mcp.IncrementalMeshConfigRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields 在接口中 com.google.protobuf.Message.BuildersetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Mcp.IncrementalMeshConfigRequest.Builder>public final Mcp.IncrementalMeshConfigRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields 在接口中 com.google.protobuf.Message.BuildermergeUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Mcp.IncrementalMeshConfigRequest.Builder>Copyright © 2018–2023 Alibaba Group. All rights reserved.