Package com.cognite.client.dto
Interface ExtractionPipeline.ContactOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExtractionPipeline.Contact,ExtractionPipeline.Contact.Builder
- Enclosing class:
- ExtractionPipeline
public static interface ExtractionPipeline.ContactOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetEmail()optional string email = 2;com.google.protobuf.ByteStringoptional string email = 2;getName()optional string name = 1;com.google.protobuf.ByteStringoptional string name = 1;getRole()optional string role = 3;com.google.protobuf.ByteStringoptional string role = 3;booleanbool send_notification = 4;booleanhasEmail()optional string email = 2;booleanhasName()optional string name = 1;booleanhasRole()optional string role = 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
-
hasName
boolean hasName()optional string name = 1;- Returns:
- Whether the name field is set.
-
getName
String getName()optional string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()optional string name = 1;- Returns:
- The bytes for name.
-
hasEmail
boolean hasEmail()optional string email = 2;- Returns:
- Whether the email field is set.
-
getEmail
String getEmail()optional string email = 2;- Returns:
- The email.
-
getEmailBytes
com.google.protobuf.ByteString getEmailBytes()optional string email = 2;- Returns:
- The bytes for email.
-
hasRole
boolean hasRole()optional string role = 3;- Returns:
- Whether the role field is set.
-
getRole
String getRole()optional string role = 3;- Returns:
- The role.
-
getRoleBytes
com.google.protobuf.ByteString getRoleBytes()optional string role = 3;- Returns:
- The bytes for role.
-
getSendNotification
boolean getSendNotification()bool send_notification = 4;- Returns:
- The sendNotification.
-