Interface ResourcePathProto.ResourcePathPBOrBuilder

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

public static interface ResourcePathProto.ResourcePathPBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasResourceType

      boolean hasResourceType()
      .common.protobuf.ResourceTypePB resourceType = 1;
      Returns:
      Whether the resourceType field is set.
    • getResourceType

      .common.protobuf.ResourceTypePB resourceType = 1;
      Returns:
      The resourceType.
    • getResourceTypeOrBuilder

      ResourcePathProto.ResourceTypePBOrBuilder getResourceTypeOrBuilder()
      .common.protobuf.ResourceTypePB resourceType = 1;
    • hasPath

      boolean hasPath()
      .common.protobuf.StringPathPB path = 2;
      Returns:
      Whether the path field is set.
    • getPath

      .common.protobuf.StringPathPB path = 2;
      Returns:
      The path.
    • getPathOrBuilder

      .common.protobuf.StringPathPB path = 2;