Interface TraceRmi.RequestCreateRootObjectOrBuilder

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

public static interface TraceRmi.RequestCreateRootObjectOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .ghidra.rmi.trace.DomObjId oid = 1;
    .ghidra.rmi.trace.DomObjId oid = 1;
    string root_schema = 3;
    com.google.protobuf.ByteString
    string root_schema = 3;
    string schema_context = 2;
    com.google.protobuf.ByteString
    string schema_context = 2;
    boolean
    .ghidra.rmi.trace.DomObjId oid = 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 Details

    • hasOid

      boolean hasOid()
      .ghidra.rmi.trace.DomObjId oid = 1;
      Returns:
      Whether the oid field is set.
    • getOid

      .ghidra.rmi.trace.DomObjId oid = 1;
      Returns:
      The oid.
    • getOidOrBuilder

      TraceRmi.DomObjIdOrBuilder getOidOrBuilder()
      .ghidra.rmi.trace.DomObjId oid = 1;
    • getSchemaContext

      String getSchemaContext()
      string schema_context = 2;
      Returns:
      The schemaContext.
    • getSchemaContextBytes

      com.google.protobuf.ByteString getSchemaContextBytes()
      string schema_context = 2;
      Returns:
      The bytes for schemaContext.
    • getRootSchema

      String getRootSchema()
      string root_schema = 3;
      Returns:
      The rootSchema.
    • getRootSchemaBytes

      com.google.protobuf.ByteString getRootSchemaBytes()
      string root_schema = 3;
      Returns:
      The bytes for rootSchema.