Interface LookupResourceRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    LookupResourceRequest, LookupResourceRequest.Builder

    public interface LookupResourceRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getResId()
      string resId = 2;
      com.google.protobuf.ByteString getResIdBytes()
      string resId = 2;
      ResourceType getResType()
      .hstream.server.ResourceType resType = 1;
      int getResTypeValue()
      .hstream.server.ResourceType resType = 1;
      • 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

      • getResTypeValue

        int getResTypeValue()
        .hstream.server.ResourceType resType = 1;
        Returns:
        The enum numeric value on the wire for resType.
      • getResType

        ResourceType getResType()
        .hstream.server.ResourceType resType = 1;
        Returns:
        The resType.
      • getResId

        String getResId()
        string resId = 2;
        Returns:
        The resId.
      • getResIdBytes

        com.google.protobuf.ByteString getResIdBytes()
        string resId = 2;
        Returns:
        The bytes for resId.