Interface OutgoingServiceSpecOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getUrl()
      URL to invoke requests.
      com.google.protobuf.ByteString getUrlBytes()
      URL to invoke requests.
      • 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

      • getUrl

        java.lang.String getUrl()
         URL to invoke requests.
         
        string url = 1;
        Returns:
        The url.
      • getUrlBytes

        com.google.protobuf.ByteString getUrlBytes()
         URL to invoke requests.
         
        string url = 1;
        Returns:
        The bytes for url.