类 DestinationRuleOuterClass.Subset.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<DestinationRuleOuterClass.Subset.Builder>
-
- istio.networking.v1alpha3.DestinationRuleOuterClass.Subset.Builder
-
- 所有已实现的接口:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,DestinationRuleOuterClass.SubsetOrBuilder,java.lang.Cloneable
public static final class DestinationRuleOuterClass.Subset.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<DestinationRuleOuterClass.Subset.Builder> implements DestinationRuleOuterClass.SubsetOrBuilder
A subset of endpoints of a service. Subsets can be used for scenarios like A/B testing, or routing to a specific version of a service. Refer to [VirtualService](https://istio.io/docs/reference/config/networking/virtual-service/#VirtualService) documentation for examples of using subsets in these scenarios. In addition, traffic policies defined at the service-level can be overridden at a subset-level. The following rule uses a round robin load balancing policy for all traffic going to a subset named testversion that is composed of endpoints (e.g., pods) with labels (version:v3). {{<tabset category-name="example">}} {{<tab name="v1alpha3" category-value="v1alpha3">}} ```yaml apiVersion: networking.istio.io/v1alpha3 kind: DestinationRule metadata: name: bookinfo-ratings spec: host: ratings.prod.svc.cluster.local trafficPolicy: loadBalancer: simple: LEAST_CONN subsets: - name: testversion labels: version: v3 trafficPolicy: loadBalancer: simple: ROUND_ROBIN ``` {{</tab>}} {{<tab name="v1beta1" category-value="v1beta1">}} ```yaml apiVersion: networking.istio.io/v1beta1 kind: DestinationRule metadata: name: bookinfo-ratings spec: host: ratings.prod.svc.cluster.local trafficPolicy: loadBalancer: simple: LEAST_CONN subsets: - name: testversion labels: version: v3 trafficPolicy: loadBalancer: simple: ROUND_ROBIN ``` {{</tab>}} {{</tabset>}} **Note:** Policies specified for subsets will not take effect until a route rule explicitly sends traffic to this subset. One or more labels are typically required to identify the subset destination, however, when the corresponding DestinationRule represents a host that supports multiple SNI hosts (e.g., an egress gateway), a subset without labels may be meaningful. In this case a traffic policy with [ClientTLSSettings](#ClientTLSSettings) can be used to identify a specific SNI host corresponding to the named subset.Protobuf typeistio.networking.v1alpha3.Subset
-
-
字段概要
字段 修饰符和类型 字段 说明 private intbitField0_private com.google.protobuf.MapField<java.lang.String,java.lang.String>labels_private java.lang.Objectname_private DestinationRuleOuterClass.TrafficPolicytrafficPolicy_private com.google.protobuf.SingleFieldBuilderV3<DestinationRuleOuterClass.TrafficPolicy,DestinationRuleOuterClass.TrafficPolicy.Builder,DestinationRuleOuterClass.TrafficPolicyOrBuilder>trafficPolicyBuilder_
-
方法概要
所有方法 静态方法 实例方法 具体方法 已过时的方法 修饰符和类型 方法 说明 DestinationRuleOuterClass.Subset.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)DestinationRuleOuterClass.Subsetbuild()DestinationRuleOuterClass.SubsetbuildPartial()DestinationRuleOuterClass.Subset.Builderclear()DestinationRuleOuterClass.Subset.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)DestinationRuleOuterClass.Subset.BuilderclearLabels()DestinationRuleOuterClass.Subset.BuilderclearName()Name of the subset.DestinationRuleOuterClass.Subset.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)DestinationRuleOuterClass.Subset.BuilderclearTrafficPolicy()Traffic policies that apply to this subset.DestinationRuleOuterClass.Subset.Builderclone()booleancontainsLabels(java.lang.String key)Labels apply a filter over the endpoints of a service in the service registry.DestinationRuleOuterClass.SubsetgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()java.util.Map<java.lang.String,java.lang.String>getLabels()已过时。intgetLabelsCount()Labels apply a filter over the endpoints of a service in the service registry.java.util.Map<java.lang.String,java.lang.String>getLabelsMap()Labels apply a filter over the endpoints of a service in the service registry.java.lang.StringgetLabelsOrDefault(java.lang.String key, java.lang.String defaultValue)Labels apply a filter over the endpoints of a service in the service registry.java.lang.StringgetLabelsOrThrow(java.lang.String key)Labels apply a filter over the endpoints of a service in the service registry.java.util.Map<java.lang.String,java.lang.String>getMutableLabels()已过时。java.lang.StringgetName()Name of the subset.com.google.protobuf.ByteStringgetNameBytes()Name of the subset.DestinationRuleOuterClass.TrafficPolicygetTrafficPolicy()Traffic policies that apply to this subset.DestinationRuleOuterClass.TrafficPolicy.BuildergetTrafficPolicyBuilder()Traffic policies that apply to this subset.private com.google.protobuf.SingleFieldBuilderV3<DestinationRuleOuterClass.TrafficPolicy,DestinationRuleOuterClass.TrafficPolicy.Builder,DestinationRuleOuterClass.TrafficPolicyOrBuilder>getTrafficPolicyFieldBuilder()Traffic policies that apply to this subset.DestinationRuleOuterClass.TrafficPolicyOrBuildergetTrafficPolicyOrBuilder()Traffic policies that apply to this subset.booleanhasTrafficPolicy()Traffic policies that apply to this subset.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()private com.google.protobuf.MapField<java.lang.String,java.lang.String>internalGetLabels()protected com.google.protobuf.MapFieldinternalGetMapField(int number)private com.google.protobuf.MapField<java.lang.String,java.lang.String>internalGetMutableLabels()protected com.google.protobuf.MapFieldinternalGetMutableMapField(int number)booleanisInitialized()DestinationRuleOuterClass.Subset.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)DestinationRuleOuterClass.Subset.BuildermergeFrom(com.google.protobuf.Message other)DestinationRuleOuterClass.Subset.BuildermergeFrom(DestinationRuleOuterClass.Subset other)DestinationRuleOuterClass.Subset.BuildermergeTrafficPolicy(DestinationRuleOuterClass.TrafficPolicy value)Traffic policies that apply to this subset.DestinationRuleOuterClass.Subset.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)DestinationRuleOuterClass.Subset.BuilderputAllLabels(java.util.Map<java.lang.String,java.lang.String> values)Labels apply a filter over the endpoints of a service in the service registry.DestinationRuleOuterClass.Subset.BuilderputLabels(java.lang.String key, java.lang.String value)Labels apply a filter over the endpoints of a service in the service registry.DestinationRuleOuterClass.Subset.BuilderremoveLabels(java.lang.String key)Labels apply a filter over the endpoints of a service in the service registry.DestinationRuleOuterClass.Subset.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)DestinationRuleOuterClass.Subset.BuildersetName(java.lang.String value)Name of the subset.DestinationRuleOuterClass.Subset.BuildersetNameBytes(com.google.protobuf.ByteString value)Name of the subset.DestinationRuleOuterClass.Subset.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)DestinationRuleOuterClass.Subset.BuildersetTrafficPolicy(DestinationRuleOuterClass.TrafficPolicy value)Traffic policies that apply to this subset.DestinationRuleOuterClass.Subset.BuildersetTrafficPolicy(DestinationRuleOuterClass.TrafficPolicy.Builder builderForValue)Traffic policies that apply to this subset.DestinationRuleOuterClass.Subset.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
从类继承的方法 com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
从类继承的方法 com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
-
-
-
字段详细资料
-
bitField0_
private int bitField0_
-
name_
private java.lang.Object name_
-
labels_
private com.google.protobuf.MapField<java.lang.String,java.lang.String> labels_
-
trafficPolicy_
private DestinationRuleOuterClass.TrafficPolicy trafficPolicy_
-
trafficPolicyBuilder_
private com.google.protobuf.SingleFieldBuilderV3<DestinationRuleOuterClass.TrafficPolicy,DestinationRuleOuterClass.TrafficPolicy.Builder,DestinationRuleOuterClass.TrafficPolicyOrBuilder> trafficPolicyBuilder_
-
-
方法详细资料
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- 覆盖:
internalGetMapField在类中com.google.protobuf.GeneratedMessageV3.Builder<DestinationRuleOuterClass.Subset.Builder>
-
internalGetMutableMapField
protected com.google.protobuf.MapField internalGetMutableMapField(int number)
- 覆盖:
internalGetMutableMapField在类中com.google.protobuf.GeneratedMessageV3.Builder<DestinationRuleOuterClass.Subset.Builder>
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- 指定者:
internalGetFieldAccessorTable在类中com.google.protobuf.GeneratedMessageV3.Builder<DestinationRuleOuterClass.Subset.Builder>
-
clear
public DestinationRuleOuterClass.Subset.Builder clear()
- 指定者:
clear在接口中com.google.protobuf.Message.Builder- 指定者:
clear在接口中com.google.protobuf.MessageLite.Builder- 覆盖:
clear在类中com.google.protobuf.GeneratedMessageV3.Builder<DestinationRuleOuterClass.Subset.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- 指定者:
getDescriptorForType在接口中com.google.protobuf.Message.Builder- 指定者:
getDescriptorForType在接口中com.google.protobuf.MessageOrBuilder- 覆盖:
getDescriptorForType在类中com.google.protobuf.GeneratedMessageV3.Builder<DestinationRuleOuterClass.Subset.Builder>
-
getDefaultInstanceForType
public DestinationRuleOuterClass.Subset getDefaultInstanceForType()
- 指定者:
getDefaultInstanceForType在接口中com.google.protobuf.MessageLiteOrBuilder- 指定者:
getDefaultInstanceForType在接口中com.google.protobuf.MessageOrBuilder
-
build
public DestinationRuleOuterClass.Subset build()
- 指定者:
build在接口中com.google.protobuf.Message.Builder- 指定者:
build在接口中com.google.protobuf.MessageLite.Builder
-
buildPartial
public DestinationRuleOuterClass.Subset buildPartial()
- 指定者:
buildPartial在接口中com.google.protobuf.Message.Builder- 指定者:
buildPartial在接口中com.google.protobuf.MessageLite.Builder
-
clone
public DestinationRuleOuterClass.Subset.Builder clone()
- 指定者:
clone在接口中com.google.protobuf.Message.Builder- 指定者:
clone在接口中com.google.protobuf.MessageLite.Builder- 覆盖:
clone在类中com.google.protobuf.GeneratedMessageV3.Builder<DestinationRuleOuterClass.Subset.Builder>
-
setField
public DestinationRuleOuterClass.Subset.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- 指定者:
setField在接口中com.google.protobuf.Message.Builder- 覆盖:
setField在类中com.google.protobuf.GeneratedMessageV3.Builder<DestinationRuleOuterClass.Subset.Builder>
-
clearField
public DestinationRuleOuterClass.Subset.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- 指定者:
clearField在接口中com.google.protobuf.Message.Builder- 覆盖:
clearField在类中com.google.protobuf.GeneratedMessageV3.Builder<DestinationRuleOuterClass.Subset.Builder>
-
clearOneof
public DestinationRuleOuterClass.Subset.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- 指定者:
clearOneof在接口中com.google.protobuf.Message.Builder- 覆盖:
clearOneof在类中com.google.protobuf.GeneratedMessageV3.Builder<DestinationRuleOuterClass.Subset.Builder>
-
setRepeatedField
public DestinationRuleOuterClass.Subset.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- 指定者:
setRepeatedField在接口中com.google.protobuf.Message.Builder- 覆盖:
setRepeatedField在类中com.google.protobuf.GeneratedMessageV3.Builder<DestinationRuleOuterClass.Subset.Builder>
-
addRepeatedField
public DestinationRuleOuterClass.Subset.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- 指定者:
addRepeatedField在接口中com.google.protobuf.Message.Builder- 覆盖:
addRepeatedField在类中com.google.protobuf.GeneratedMessageV3.Builder<DestinationRuleOuterClass.Subset.Builder>
-
mergeFrom
public DestinationRuleOuterClass.Subset.Builder mergeFrom(com.google.protobuf.Message other)
- 指定者:
mergeFrom在接口中com.google.protobuf.Message.Builder- 覆盖:
mergeFrom在类中com.google.protobuf.AbstractMessage.Builder<DestinationRuleOuterClass.Subset.Builder>
-
mergeFrom
public DestinationRuleOuterClass.Subset.Builder mergeFrom(DestinationRuleOuterClass.Subset other)
-
isInitialized
public final boolean isInitialized()
- 指定者:
isInitialized在接口中com.google.protobuf.MessageLiteOrBuilder- 覆盖:
isInitialized在类中com.google.protobuf.GeneratedMessageV3.Builder<DestinationRuleOuterClass.Subset.Builder>
-
mergeFrom
public DestinationRuleOuterClass.Subset.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- 指定者:
mergeFrom在接口中com.google.protobuf.Message.Builder- 指定者:
mergeFrom在接口中com.google.protobuf.MessageLite.Builder- 覆盖:
mergeFrom在类中com.google.protobuf.AbstractMessage.Builder<DestinationRuleOuterClass.Subset.Builder>- 抛出:
java.io.IOException
-
getName
public java.lang.String getName()
Name of the subset. The service name and the subset name can be used for traffic splitting in a route rule.
string name = 1 [(.google.api.field_behavior) = REQUIRED];- 指定者:
getName在接口中DestinationRuleOuterClass.SubsetOrBuilder- 返回:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
Name of the subset. The service name and the subset name can be used for traffic splitting in a route rule.
string name = 1 [(.google.api.field_behavior) = REQUIRED];- 指定者:
getNameBytes在接口中DestinationRuleOuterClass.SubsetOrBuilder- 返回:
- The bytes for name.
-
setName
public DestinationRuleOuterClass.Subset.Builder setName(java.lang.String value)
Name of the subset. The service name and the subset name can be used for traffic splitting in a route rule.
string name = 1 [(.google.api.field_behavior) = REQUIRED];- 参数:
value- The name to set.- 返回:
- This builder for chaining.
-
clearName
public DestinationRuleOuterClass.Subset.Builder clearName()
Name of the subset. The service name and the subset name can be used for traffic splitting in a route rule.
string name = 1 [(.google.api.field_behavior) = REQUIRED];- 返回:
- This builder for chaining.
-
setNameBytes
public DestinationRuleOuterClass.Subset.Builder setNameBytes(com.google.protobuf.ByteString value)
Name of the subset. The service name and the subset name can be used for traffic splitting in a route rule.
string name = 1 [(.google.api.field_behavior) = REQUIRED];- 参数:
value- The bytes for name to set.- 返回:
- This builder for chaining.
-
internalGetLabels
private com.google.protobuf.MapField<java.lang.String,java.lang.String> internalGetLabels()
-
internalGetMutableLabels
private com.google.protobuf.MapField<java.lang.String,java.lang.String> internalGetMutableLabels()
-
getLabelsCount
public int getLabelsCount()
Labels apply a filter over the endpoints of a service in the service registry. See route rules for examples of usage.
map<string, string> labels = 2;
-
containsLabels
public boolean containsLabels(java.lang.String key)
Labels apply a filter over the endpoints of a service in the service registry. See route rules for examples of usage.
map<string, string> labels = 2;
-
getLabels
@Deprecated public java.util.Map<java.lang.String,java.lang.String> getLabels()
已过时。UsegetLabelsMap()instead.
-
getLabelsMap
public java.util.Map<java.lang.String,java.lang.String> getLabelsMap()
Labels apply a filter over the endpoints of a service in the service registry. See route rules for examples of usage.
map<string, string> labels = 2;
-
getLabelsOrDefault
public java.lang.String getLabelsOrDefault(java.lang.String key, java.lang.String defaultValue)Labels apply a filter over the endpoints of a service in the service registry. See route rules for examples of usage.
map<string, string> labels = 2;
-
getLabelsOrThrow
public java.lang.String getLabelsOrThrow(java.lang.String key)
Labels apply a filter over the endpoints of a service in the service registry. See route rules for examples of usage.
map<string, string> labels = 2;
-
clearLabels
public DestinationRuleOuterClass.Subset.Builder clearLabels()
-
removeLabels
public DestinationRuleOuterClass.Subset.Builder removeLabels(java.lang.String key)
Labels apply a filter over the endpoints of a service in the service registry. See route rules for examples of usage.
map<string, string> labels = 2;
-
getMutableLabels
@Deprecated public java.util.Map<java.lang.String,java.lang.String> getMutableLabels()
已过时。Use alternate mutation accessors instead.
-
putLabels
public DestinationRuleOuterClass.Subset.Builder putLabels(java.lang.String key, java.lang.String value)
Labels apply a filter over the endpoints of a service in the service registry. See route rules for examples of usage.
map<string, string> labels = 2;
-
putAllLabels
public DestinationRuleOuterClass.Subset.Builder putAllLabels(java.util.Map<java.lang.String,java.lang.String> values)
Labels apply a filter over the endpoints of a service in the service registry. See route rules for examples of usage.
map<string, string> labels = 2;
-
hasTrafficPolicy
public boolean hasTrafficPolicy()
Traffic policies that apply to this subset. Subsets inherit the traffic policies specified at the DestinationRule level. Settings specified at the subset level will override the corresponding settings specified at the DestinationRule level.
.istio.networking.v1alpha3.TrafficPolicy traffic_policy = 3;- 指定者:
hasTrafficPolicy在接口中DestinationRuleOuterClass.SubsetOrBuilder- 返回:
- Whether the trafficPolicy field is set.
-
getTrafficPolicy
public DestinationRuleOuterClass.TrafficPolicy getTrafficPolicy()
Traffic policies that apply to this subset. Subsets inherit the traffic policies specified at the DestinationRule level. Settings specified at the subset level will override the corresponding settings specified at the DestinationRule level.
.istio.networking.v1alpha3.TrafficPolicy traffic_policy = 3;- 指定者:
getTrafficPolicy在接口中DestinationRuleOuterClass.SubsetOrBuilder- 返回:
- The trafficPolicy.
-
setTrafficPolicy
public DestinationRuleOuterClass.Subset.Builder setTrafficPolicy(DestinationRuleOuterClass.TrafficPolicy value)
Traffic policies that apply to this subset. Subsets inherit the traffic policies specified at the DestinationRule level. Settings specified at the subset level will override the corresponding settings specified at the DestinationRule level.
.istio.networking.v1alpha3.TrafficPolicy traffic_policy = 3;
-
setTrafficPolicy
public DestinationRuleOuterClass.Subset.Builder setTrafficPolicy(DestinationRuleOuterClass.TrafficPolicy.Builder builderForValue)
Traffic policies that apply to this subset. Subsets inherit the traffic policies specified at the DestinationRule level. Settings specified at the subset level will override the corresponding settings specified at the DestinationRule level.
.istio.networking.v1alpha3.TrafficPolicy traffic_policy = 3;
-
mergeTrafficPolicy
public DestinationRuleOuterClass.Subset.Builder mergeTrafficPolicy(DestinationRuleOuterClass.TrafficPolicy value)
Traffic policies that apply to this subset. Subsets inherit the traffic policies specified at the DestinationRule level. Settings specified at the subset level will override the corresponding settings specified at the DestinationRule level.
.istio.networking.v1alpha3.TrafficPolicy traffic_policy = 3;
-
clearTrafficPolicy
public DestinationRuleOuterClass.Subset.Builder clearTrafficPolicy()
Traffic policies that apply to this subset. Subsets inherit the traffic policies specified at the DestinationRule level. Settings specified at the subset level will override the corresponding settings specified at the DestinationRule level.
.istio.networking.v1alpha3.TrafficPolicy traffic_policy = 3;
-
getTrafficPolicyBuilder
public DestinationRuleOuterClass.TrafficPolicy.Builder getTrafficPolicyBuilder()
Traffic policies that apply to this subset. Subsets inherit the traffic policies specified at the DestinationRule level. Settings specified at the subset level will override the corresponding settings specified at the DestinationRule level.
.istio.networking.v1alpha3.TrafficPolicy traffic_policy = 3;
-
getTrafficPolicyOrBuilder
public DestinationRuleOuterClass.TrafficPolicyOrBuilder getTrafficPolicyOrBuilder()
Traffic policies that apply to this subset. Subsets inherit the traffic policies specified at the DestinationRule level. Settings specified at the subset level will override the corresponding settings specified at the DestinationRule level.
.istio.networking.v1alpha3.TrafficPolicy traffic_policy = 3;
-
getTrafficPolicyFieldBuilder
private com.google.protobuf.SingleFieldBuilderV3<DestinationRuleOuterClass.TrafficPolicy,DestinationRuleOuterClass.TrafficPolicy.Builder,DestinationRuleOuterClass.TrafficPolicyOrBuilder> getTrafficPolicyFieldBuilder()
Traffic policies that apply to this subset. Subsets inherit the traffic policies specified at the DestinationRule level. Settings specified at the subset level will override the corresponding settings specified at the DestinationRule level.
.istio.networking.v1alpha3.TrafficPolicy traffic_policy = 3;
-
setUnknownFields
public final DestinationRuleOuterClass.Subset.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- 指定者:
setUnknownFields在接口中com.google.protobuf.Message.Builder- 覆盖:
setUnknownFields在类中com.google.protobuf.GeneratedMessageV3.Builder<DestinationRuleOuterClass.Subset.Builder>
-
mergeUnknownFields
public final DestinationRuleOuterClass.Subset.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- 指定者:
mergeUnknownFields在接口中com.google.protobuf.Message.Builder- 覆盖:
mergeUnknownFields在类中com.google.protobuf.GeneratedMessageV3.Builder<DestinationRuleOuterClass.Subset.Builder>
-
-