Package io.temporal.api.nexus.v1
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetType()string type = 2;com.google.protobuf.ByteStringgetTypeBytes()string type = 2;java.lang.StringgetUrl()See https://github.com/nexus-rpc/api/blob/main/SPEC.md#links.com.google.protobuf.ByteStringgetUrlBytes()See https://github.com/nexus-rpc/api/blob/main/SPEC.md#links.-
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()
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
java.lang.String getType()
string type = 2;- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()
string type = 2;- Returns:
- The bytes for type.
-
-