Interface Controller.ApplicationIdOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Controller.ApplicationId,Controller.ApplicationId.Builder
- Enclosing class:
- Controller
public static interface Controller.ApplicationIdOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetApplication()string application = 2;com.google.protobuf.ByteStringgetApplicationBytes()string application = 2;java.lang.StringgetTenant()string tenant = 1;com.google.protobuf.ByteStringgetTenantBytes()string tenant = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTenant
java.lang.String getTenant()
string tenant = 1;- Returns:
- The tenant.
-
getTenantBytes
com.google.protobuf.ByteString getTenantBytes()
string tenant = 1;- Returns:
- The bytes for tenant.
-
getApplication
java.lang.String getApplication()
string application = 2;- Returns:
- The application.
-
getApplicationBytes
com.google.protobuf.ByteString getApplicationBytes()
string application = 2;- Returns:
- The bytes for application.
-
-