Interface OpaqueResourceIDProto.OpaqueResourceIDOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OpaqueResourceIDProto.OpaqueResourceID,OpaqueResourceIDProto.OpaqueResourceID.Builder
- Enclosing class:
- OpaqueResourceIDProto
public static interface OpaqueResourceIDProto.OpaqueResourceIDOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring domain = 1;com.google.protobuf.ByteStringstring domain = 1;string subdomain = 2;com.google.protobuf.ByteStringstring subdomain = 2;string systemID = 4;com.google.protobuf.ByteStringstring systemID = 4;string systemName = 3;com.google.protobuf.ByteStringstring systemName = 3;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
-
getDomain
String getDomain()string domain = 1;- Returns:
- The domain.
-
getDomainBytes
com.google.protobuf.ByteString getDomainBytes()string domain = 1;- Returns:
- The bytes for domain.
-
getSubdomain
String getSubdomain()string subdomain = 2;- Returns:
- The subdomain.
-
getSubdomainBytes
com.google.protobuf.ByteString getSubdomainBytes()string subdomain = 2;- Returns:
- The bytes for subdomain.
-
getSystemName
String getSystemName()string systemName = 3;- Returns:
- The systemName.
-
getSystemNameBytes
com.google.protobuf.ByteString getSystemNameBytes()string systemName = 3;- Returns:
- The bytes for systemName.
-
getSystemID
String getSystemID()string systemID = 4;- Returns:
- The systemID.
-
getSystemIDBytes
com.google.protobuf.ByteString getSystemIDBytes()string systemID = 4;- Returns:
- The bytes for systemID.
-