Interface LinkOrBuilder

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

@Generated(value="protoc", comments="annotations:LinkOrBuilder.java.pb.meta") public interface LinkOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string type = 2;
    com.google.protobuf.ByteString
    string type = 2;
    See https://github.com/nexus-rpc/api/blob/main/SPEC.md#links.
    com.google.protobuf.ByteString
    See https://github.com/nexus-rpc/api/blob/main/SPEC.md#links.

    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

    • getUrl

      String getUrl()
       See https://github.com/nexus-rpc/api/blob/main/SPEC.md#links.
       
      string url = 1;
      Returns:
      The url.
    • getUrlBytes

      com.google.protobuf.ByteString getUrlBytes()
       See https://github.com/nexus-rpc/api/blob/main/SPEC.md#links.
       
      string url = 1;
      Returns:
      The bytes for url.
    • getType

      String getType()
      string type = 2;
      Returns:
      The type.
    • getTypeBytes

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