接口 ResourceOuterClass.ResourceOrBuilder

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

public static interface ResourceOuterClass.ResourceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 方法概要

    修饰符和类型
    方法
    说明
    The primary payload for the resource.
    The primary payload for the resource.
    Common metadata describing the resource.
    Common metadata describing the resource.
    boolean
    The primary payload for the resource.
    boolean
    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

       Common metadata describing the resource.
       
      .istio.mcp.v1alpha1.Metadata metadata = 1;
      返回:
      The metadata.
    • getMetadataOrBuilder

      MetadataOuterClass.MetadataOrBuilder getMetadataOrBuilder()
       Common metadata describing the resource.
       
      .istio.mcp.v1alpha1.Metadata metadata = 1;
    • 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;