接口 Mcp.IncrementalMeshConfigResponseOrBuilder

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      java.lang.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.
      java.lang.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.
      java.util.List<java.lang.String> 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.
      int getResourcesCount()
      The response resources wrapped in the common MCP *Resource* message.
      java.util.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.
      java.util.List<? extends ResourceOuterClass.ResourceOrBuilder> getResourcesOrBuilderList()
      The response resources wrapped in the common MCP *Resource* message.
      java.lang.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).
      • 从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 从接口继承的方法 com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 方法详细资料

      • getSystemVersionInfo

        java.lang.String getSystemVersionInfo()
         The version of the response data (used for debugging).
         
        string system_version_info = 1;
        返回:
        The systemVersionInfo.
      • getSystemVersionInfoBytes

        com.google.protobuf.ByteString getSystemVersionInfoBytes()
         The version of the response data (used for debugging).
         
        string system_version_info = 1;
        返回:
        The bytes for systemVersionInfo.
      • getResourcesList

        java.util.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];
      • getResources

        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];
      • getResourcesCount

        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];
      • getResourcesOrBuilderList

        java.util.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];
      • getResourcesOrBuilder

        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];
      • getRemovedResourcesList

        java.util.List<java.lang.String> 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;
        返回:
        A list containing the removedResources.
      • getRemovedResourcesCount

        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;
        返回:
        The count of removedResources.
      • getRemovedResources

        java.lang.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;
        参数:
        index - The index of the element to return.
        返回:
        The removedResources at the given index.
      • getRemovedResourcesBytes

        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;
        参数:
        index - The index of the value to return.
        返回:
        The bytes of the removedResources at the given index.
      • getNonce

        java.lang.String getNonce()
         The nonce provides a way for IncrementalMeshConfigRequests to
         uniquely reference an IncrementalMeshConfigResponse. The nonce is
         required.
         
        string nonce = 4;
        返回:
        The nonce.
      • getNonceBytes

        com.google.protobuf.ByteString getNonceBytes()
         The nonce provides a way for IncrementalMeshConfigRequests to
         uniquely reference an IncrementalMeshConfigResponse. The nonce is
         required.
         
        string nonce = 4;
        返回:
        The bytes for nonce.