Interface ResourceCollectionManifestProto.ManifestPBOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ResourceCollectionManifestProto.ManifestPB, ResourceCollectionManifestProto.ManifestPB.Builder
Enclosing class:
ResourceCollectionManifestProto

public static interface ResourceCollectionManifestProto.ManifestPBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    optional string description = 2;
    com.google.protobuf.ByteString
    optional string description = 2;
    boolean
    bool enabled = 3;
    boolean
    bool inheritable = 4;
    optional string parent = 5;
    com.google.protobuf.ByteString
    optional string parent = 5;
    string title = 1;
    com.google.protobuf.ByteString
    string title = 1;
    boolean
    optional string description = 2;
    boolean
    optional string parent = 5;

    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 Details

    • getTitle

      String getTitle()
      string title = 1;
      Returns:
      The title.
    • getTitleBytes

      com.google.protobuf.ByteString getTitleBytes()
      string title = 1;
      Returns:
      The bytes for title.
    • hasDescription

      boolean hasDescription()
      optional string description = 2;
      Returns:
      Whether the description field is set.
    • getDescription

      String getDescription()
      optional string description = 2;
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
      optional string description = 2;
      Returns:
      The bytes for description.
    • getEnabled

      boolean getEnabled()
      bool enabled = 3;
      Returns:
      The enabled.
    • getInheritable

      boolean getInheritable()
      bool inheritable = 4;
      Returns:
      The inheritable.
    • hasParent

      boolean hasParent()
      optional string parent = 5;
      Returns:
      Whether the parent field is set.
    • getParent

      String getParent()
      optional string parent = 5;
      Returns:
      The parent.
    • getParentBytes

      com.google.protobuf.ByteString getParentBytes()
      optional string parent = 5;
      Returns:
      The bytes for parent.