Interface ImmutableResourceProto.ImmutableResourcePBOrBuilder

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

public static interface ImmutableResourceProto.ImmutableResourcePBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getProjectName

      String getProjectName()
      string projectName = 1;
      Returns:
      The projectName.
    • getProjectNameBytes

      com.google.protobuf.ByteString getProjectNameBytes()
      string projectName = 1;
      Returns:
      The bytes for projectName.
    • hasResourcePath

      boolean hasResourcePath()
      .common.protobuf.ResourcePathPB resourcePath = 2;
      Returns:
      Whether the resourcePath field is set.
    • getResourcePath

      .common.protobuf.ResourcePathPB resourcePath = 2;
      Returns:
      The resourcePath.
    • getResourcePathOrBuilder

      ResourcePathProto.ResourcePathPBOrBuilder getResourcePathOrBuilder()
      .common.protobuf.ResourcePathPB resourcePath = 2;
    • getFolder

      boolean getFolder()
      bool folder = 3;
      Returns:
      The folder.
    • hasDocumentation

      boolean hasDocumentation()
      optional string documentation = 4;
      Returns:
      Whether the documentation field is set.
    • getDocumentation

      String getDocumentation()
      optional string documentation = 4;
      Returns:
      The documentation.
    • getDocumentationBytes

      com.google.protobuf.ByteString getDocumentationBytes()
      optional string documentation = 4;
      Returns:
      The bytes for documentation.
    • getDataList

      repeated .common.protobuf.ResourceDataMapEntry data = 5;
    • getData

      repeated .common.protobuf.ResourceDataMapEntry data = 5;
    • getDataCount

      int getDataCount()
      repeated .common.protobuf.ResourceDataMapEntry data = 5;
    • getDataOrBuilderList

      repeated .common.protobuf.ResourceDataMapEntry data = 5;
    • getDataOrBuilder

      repeated .common.protobuf.ResourceDataMapEntry data = 5;
    • getAttributesList

      repeated .common.protobuf.ResourceAttrMapEntry attributes = 6;
    • getAttributes

      repeated .common.protobuf.ResourceAttrMapEntry attributes = 6;
    • getAttributesCount

      int getAttributesCount()
      repeated .common.protobuf.ResourceAttrMapEntry attributes = 6;
    • getAttributesOrBuilderList

      List<? extends ImmutableResourceProto.ResourceAttrMapEntryOrBuilder> getAttributesOrBuilderList()
      repeated .common.protobuf.ResourceAttrMapEntry attributes = 6;
    • getAttributesOrBuilder

      ImmutableResourceProto.ResourceAttrMapEntryOrBuilder getAttributesOrBuilder(int index)
      repeated .common.protobuf.ResourceAttrMapEntry attributes = 6;
    • getApplicationScope

      int getApplicationScope()
      int32 applicationScope = 7;
      Returns:
      The applicationScope.
    • getVersion

      int getVersion()
      int32 version = 8;
      Returns:
      The version.
    • getRestricted

      boolean getRestricted()
      bool restricted = 9;
      Returns:
      The restricted.
    • getOverridable

      boolean getOverridable()
      bool overridable = 10;
      Returns:
      The overridable.
    • getLocked

      boolean getLocked()
      bool locked = 11;
      Returns:
      The locked.
    • getUnary

      boolean getUnary()
      bool unary = 12;
      Returns:
      The unary.