Interface LogicmoduleMessages.NewClassRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LogicmoduleMessages.NewClassRequest
,LogicmoduleMessages.NewClassRequest.Builder
- Enclosing class:
- LogicmoduleMessages
public static interface LogicmoduleMessages.NewClassRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
containsNewClasses(String key)
map<string, string> newClasses = 4;
String
getAccountID()
string accountID = 1;
com.google.protobuf.ByteString
getAccountIDBytes()
string accountID = 1;
CommonMessages.Credential
getCredential()
.dataclay.communication.grpc.common.Credential credential = 2;
CommonMessages.CredentialOrBuilder
getCredentialOrBuilder()
.dataclay.communication.grpc.common.Credential credential = 2;
CommonMessages.Langs
getLanguage()
.dataclay.communication.grpc.common.Langs language = 3;
int
getLanguageValue()
.dataclay.communication.grpc.common.Langs language = 3;
Map<String,String>
getNewClasses()
Deprecated.int
getNewClassesCount()
map<string, string> newClasses = 4;
Map<String,String>
getNewClassesMap()
map<string, string> newClasses = 4;
String
getNewClassesOrDefault(String key, String defaultValue)
map<string, string> newClasses = 4;
String
getNewClassesOrThrow(String key)
map<string, string> newClasses = 4;
boolean
hasCredential()
.dataclay.communication.grpc.common.Credential credential = 2;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAccountID
String getAccountID()
string accountID = 1;
- Returns:
- The accountID.
-
getAccountIDBytes
com.google.protobuf.ByteString getAccountIDBytes()
string accountID = 1;
- Returns:
- The bytes for accountID.
-
hasCredential
boolean hasCredential()
.dataclay.communication.grpc.common.Credential credential = 2;
- Returns:
- Whether the credential field is set.
-
getCredential
CommonMessages.Credential getCredential()
.dataclay.communication.grpc.common.Credential credential = 2;
- Returns:
- The credential.
-
getCredentialOrBuilder
CommonMessages.CredentialOrBuilder getCredentialOrBuilder()
.dataclay.communication.grpc.common.Credential credential = 2;
-
getLanguageValue
int getLanguageValue()
.dataclay.communication.grpc.common.Langs language = 3;
- Returns:
- The enum numeric value on the wire for language.
-
getLanguage
CommonMessages.Langs getLanguage()
.dataclay.communication.grpc.common.Langs language = 3;
- Returns:
- The language.
-
getNewClassesCount
int getNewClassesCount()
map<string, string> newClasses = 4;
-
containsNewClasses
boolean containsNewClasses(String key)
map<string, string> newClasses = 4;
-
getNewClasses
@Deprecated Map<String,String> getNewClasses()
Deprecated.UsegetNewClassesMap()
instead.
-
getNewClassesOrDefault
String getNewClassesOrDefault(String key, String defaultValue)
map<string, string> newClasses = 4;
-
-