接口 Mcp.MeshConfigResponseOrBuilder

所有超级接口:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
所有已知实现类:
Mcp.MeshConfigResponse, Mcp.MeshConfigResponse.Builder
封闭类:
Mcp

public static interface Mcp.MeshConfigResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 方法概要

    修饰符和类型
    方法
    说明
    The nonce provides a way to explicitly ack a specific MeshConfigResponse in a following MeshConfigRequest.
    com.google.protobuf.ByteString
    The nonce provides a way to explicitly ack a specific MeshConfigResponse in a following MeshConfigRequest.
    getResources(int index)
    The response resources wrapped in the common MCP *Resource* message.
    int
    The response resources wrapped in the common MCP *Resource* message.
    The response resources wrapped in the common MCP *Resource* message.
    The response resources wrapped in the common MCP *Resource* message.
    The response resources wrapped in the common MCP *Resource* message.
    Type URL for resources wrapped in the provided resources(s).
    com.google.protobuf.ByteString
    Type URL for resources wrapped in the provided resources(s).
    The version of the response data.
    com.google.protobuf.ByteString
    The version of the response data.

    从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

    isInitialized

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

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

    • getVersionInfo

      String getVersionInfo()
       The version of the response data.
       
      string version_info = 1;
      返回:
      The versionInfo.
    • getVersionInfoBytes

      com.google.protobuf.ByteString getVersionInfoBytes()
       The version of the response data.
       
      string version_info = 1;
      返回:
      The bytes for versionInfo.
    • getResourcesList

      List<ResourceOuterClass.Resource> getResourcesList()
       The response resources wrapped in the common MCP *Resource*
       message.
       
      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.
       
      repeated .istio.mcp.v1alpha1.Resource resources = 2 [(.gogoproto.nullable) = false];
    • getResourcesCount

      int getResourcesCount()
       The response resources wrapped in the common MCP *Resource*
       message.
       
      repeated .istio.mcp.v1alpha1.Resource resources = 2 [(.gogoproto.nullable) = false];
    • getResourcesOrBuilderList

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

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

      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;
      返回:
      The typeUrl.
    • getTypeUrlBytes

      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;
      返回:
      The bytes for typeUrl.
    • getNonce

      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;
      返回:
      The nonce.
    • getNonceBytes

      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;
      返回:
      The bytes for nonce.