接口 ResourceOuterClass.ResourceOrBuilder

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      Any getBody()
      The primary payload for the resource.
      AnyOrBuilder getBodyOrBuilder()
      The primary payload for the resource.
      MetadataOuterClass.Metadata getMetadata()
      Common metadata describing the resource.
      MetadataOuterClass.MetadataOrBuilder getMetadataOrBuilder()
      Common metadata describing the resource.
      boolean hasBody()
      The primary payload for the resource.
      boolean hasMetadata()
      Common metadata describing the resource.
      • 从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

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

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

      • hasMetadata

        boolean hasMetadata()
         Common metadata describing the resource.
         
        .istio.mcp.v1alpha1.Metadata metadata = 1;
        返回:
        Whether the metadata field is set.
      • getMetadata

        MetadataOuterClass.Metadata getMetadata()
         Common metadata describing the resource.
         
        .istio.mcp.v1alpha1.Metadata metadata = 1;
        返回:
        The metadata.
      • hasBody

        boolean hasBody()
         The primary payload for the resource.
         
        .google.protobuf.Any body = 2;
        返回:
        Whether the body field is set.
      • getBody

        Any getBody()
         The primary payload for the resource.
         
        .google.protobuf.Any body = 2;
        返回:
        The body.
      • getBodyOrBuilder

        AnyOrBuilder getBodyOrBuilder()
         The primary payload for the resource.
         
        .google.protobuf.Any body = 2;