类 Mcp.MeshConfigResponse

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
istio.mcp.v1alpha1.Mcp.MeshConfigResponse
所有已实现的接口:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Mcp.MeshConfigResponseOrBuilder, Serializable
封闭类:
Mcp

public static final class Mcp.MeshConfigResponse extends com.google.protobuf.GeneratedMessageV3 implements Mcp.MeshConfigResponseOrBuilder
 A MeshConfigResponse delivers a set of versioned resources of the
 same type in response to a MeshConfigRequest.
 
Protobuf type istio.mcp.v1alpha1.MeshConfigResponse
另请参阅:
  • 字段详细资料

    • VERSION_INFO_FIELD_NUMBER

      public static final int VERSION_INFO_FIELD_NUMBER
      另请参阅:
    • RESOURCES_FIELD_NUMBER

      public static final int RESOURCES_FIELD_NUMBER
      另请参阅:
    • TYPE_URL_FIELD_NUMBER

      public static final int TYPE_URL_FIELD_NUMBER
      另请参阅:
    • NONCE_FIELD_NUMBER

      public static final int NONCE_FIELD_NUMBER
      另请参阅:
  • 方法详细资料

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      覆盖:
      newInstance 在类中 com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      指定者:
      internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3
    • getVersionInfo

      public String getVersionInfo()
       The version of the response data.
       
      string version_info = 1;
      指定者:
      getVersionInfo 在接口中 Mcp.MeshConfigResponseOrBuilder
      返回:
      The versionInfo.
    • getVersionInfoBytes

      public com.google.protobuf.ByteString getVersionInfoBytes()
       The version of the response data.
       
      string version_info = 1;
      指定者:
      getVersionInfoBytes 在接口中 Mcp.MeshConfigResponseOrBuilder
      返回:
      The bytes for versionInfo.
    • getResourcesList

      public List<ResourceOuterClass.Resource> getResourcesList()
       The response resources wrapped in the common MCP *Resource*
       message.
       
      repeated .istio.mcp.v1alpha1.Resource resources = 2 [(.gogoproto.nullable) = false];
      指定者:
      getResourcesList 在接口中 Mcp.MeshConfigResponseOrBuilder
    • getResourcesOrBuilderList

      public 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];
      指定者:
      getResourcesOrBuilderList 在接口中 Mcp.MeshConfigResponseOrBuilder
    • getResourcesCount

      public int getResourcesCount()
       The response resources wrapped in the common MCP *Resource*
       message.
       
      repeated .istio.mcp.v1alpha1.Resource resources = 2 [(.gogoproto.nullable) = false];
      指定者:
      getResourcesCount 在接口中 Mcp.MeshConfigResponseOrBuilder
    • getResources

      public 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];
      指定者:
      getResources 在接口中 Mcp.MeshConfigResponseOrBuilder
    • getResourcesOrBuilder

      public 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];
      指定者:
      getResourcesOrBuilder 在接口中 Mcp.MeshConfigResponseOrBuilder
    • getTypeUrl

      public 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;
      指定者:
      getTypeUrl 在接口中 Mcp.MeshConfigResponseOrBuilder
      返回:
      The typeUrl.
    • getTypeUrlBytes

      public 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;
      指定者:
      getTypeUrlBytes 在接口中 Mcp.MeshConfigResponseOrBuilder
      返回:
      The bytes for typeUrl.
    • getNonce

      public 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;
      指定者:
      getNonce 在接口中 Mcp.MeshConfigResponseOrBuilder
      返回:
      The nonce.
    • getNonceBytes

      public 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;
      指定者:
      getNonceBytes 在接口中 Mcp.MeshConfigResponseOrBuilder
      返回:
      The bytes for nonce.
    • isInitialized

      public final boolean isInitialized()
      指定者:
      isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilder
      覆盖:
      isInitialized 在类中 com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      指定者:
      writeTo 在接口中 com.google.protobuf.MessageLite
      覆盖:
      writeTo 在类中 com.google.protobuf.GeneratedMessageV3
      抛出:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      指定者:
      getSerializedSize 在接口中 com.google.protobuf.MessageLite
      覆盖:
      getSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      指定者:
      equals 在接口中 com.google.protobuf.Message
      覆盖:
      equals 在类中 com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      指定者:
      hashCode 在接口中 com.google.protobuf.Message
      覆盖:
      hashCode 在类中 com.google.protobuf.AbstractMessage
    • parseFrom

      public static Mcp.MeshConfigResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Mcp.MeshConfigResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Mcp.MeshConfigResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Mcp.MeshConfigResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Mcp.MeshConfigResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Mcp.MeshConfigResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Mcp.MeshConfigResponse parseFrom(InputStream input) throws IOException
      抛出:
      IOException
    • parseFrom

      public static Mcp.MeshConfigResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      抛出:
      IOException
    • parseDelimitedFrom

      public static Mcp.MeshConfigResponse parseDelimitedFrom(InputStream input) throws IOException
      抛出:
      IOException
    • parseDelimitedFrom

      public static Mcp.MeshConfigResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      抛出:
      IOException
    • parseFrom

      public static Mcp.MeshConfigResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      抛出:
      IOException
    • parseFrom

      public static Mcp.MeshConfigResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      抛出:
      IOException
    • newBuilderForType

      public Mcp.MeshConfigResponse.Builder newBuilderForType()
      指定者:
      newBuilderForType 在接口中 com.google.protobuf.Message
      指定者:
      newBuilderForType 在接口中 com.google.protobuf.MessageLite
    • newBuilder

      public static Mcp.MeshConfigResponse.Builder newBuilder()
    • newBuilder

      public static Mcp.MeshConfigResponse.Builder newBuilder(Mcp.MeshConfigResponse prototype)
    • toBuilder

      public Mcp.MeshConfigResponse.Builder toBuilder()
      指定者:
      toBuilder 在接口中 com.google.protobuf.Message
      指定者:
      toBuilder 在接口中 com.google.protobuf.MessageLite
    • newBuilderForType

      protected Mcp.MeshConfigResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      指定者:
      newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static Mcp.MeshConfigResponse getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Mcp.MeshConfigResponse> parser()
    • getParserForType

      public com.google.protobuf.Parser<Mcp.MeshConfigResponse> getParserForType()
      指定者:
      getParserForType 在接口中 com.google.protobuf.Message
      指定者:
      getParserForType 在接口中 com.google.protobuf.MessageLite
      覆盖:
      getParserForType 在类中 com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public Mcp.MeshConfigResponse getDefaultInstanceForType()
      指定者:
      getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuilder
      指定者:
      getDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilder