Interface EndpointTarget.ExternalOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EndpointTarget.External,EndpointTarget.External.Builder
- Enclosing class:
EndpointTarget
public static interface EndpointTarget.ExternalOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetUrl()URL to call.com.google.protobuf.ByteStringURL to call.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getUrl
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()URL to call.
string url = 1;- Returns:
- The bytes for url.
-