Interface Generated.TypeMetaOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Generated.TypeMeta, Generated.TypeMeta.Builder
    Enclosing class:
    Generated

    public static interface Generated.TypeMetaOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getApiVersion()
      +optional
      com.google.protobuf.ByteString getApiVersionBytes()
      +optional
      String getKind()
      +optional
      com.google.protobuf.ByteString getKindBytes()
      +optional
      boolean hasApiVersion()
      +optional
      boolean hasKind()
      +optional
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasApiVersion

        boolean hasApiVersion()
         +optional
         
        optional string apiVersion = 1;
        Returns:
        Whether the apiVersion field is set.
      • getApiVersion

        String getApiVersion()
         +optional
         
        optional string apiVersion = 1;
        Returns:
        The apiVersion.
      • getApiVersionBytes

        com.google.protobuf.ByteString getApiVersionBytes()
         +optional
         
        optional string apiVersion = 1;
        Returns:
        The bytes for apiVersion.
      • hasKind

        boolean hasKind()
         +optional
         
        optional string kind = 2;
        Returns:
        Whether the kind field is set.
      • getKind

        String getKind()
         +optional
         
        optional string kind = 2;
        Returns:
        The kind.
      • getKindBytes

        com.google.protobuf.ByteString getKindBytes()
         +optional
         
        optional string kind = 2;
        Returns:
        The bytes for kind.