Interface Gateway.RefOrBuilder

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

public static interface Gateway.RefOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .pb.Definition def = 2;
    .pb.Definition def = 2;
    string id = 1;
    com.google.protobuf.ByteString
    string id = 1;
    boolean
    .pb.Definition def = 2;

    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

    • getId

      String getId()
      string id = 1;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
      string id = 1;
      Returns:
      The bytes for id.
    • hasDef

      boolean hasDef()
      .pb.Definition def = 2;
      Returns:
      Whether the def field is set.
    • getDef

      Ops.Definition getDef()
      .pb.Definition def = 2;
      Returns:
      The def.
    • getDefOrBuilder

      Ops.DefinitionOrBuilder getDefOrBuilder()
      .pb.Definition def = 2;