Package org.yamcs.protobuf
Interface CreateServiceAccountResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateServiceAccountResponse,CreateServiceAccountResponse.Builder
public interface CreateServiceAccountResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string applicationId = 2;com.google.protobuf.ByteStringoptional string applicationId = 2;optional string applicationSecret = 3;com.google.protobuf.ByteStringoptional string applicationSecret = 3;getName()Service account namecom.google.protobuf.ByteStringService account namebooleanoptional string applicationId = 2;booleanoptional string applicationSecret = 3;booleanhasName()Service account nameMethods 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()Service account name
optional string name = 1;- Returns:
- Whether the name field is set.
-
getName
String getName()Service account name
optional string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Service account name
optional string name = 1;- Returns:
- The bytes for name.
-
hasApplicationId
boolean hasApplicationId()optional string applicationId = 2;- Returns:
- Whether the applicationId field is set.
-
getApplicationId
String getApplicationId()optional string applicationId = 2;- Returns:
- The applicationId.
-
getApplicationIdBytes
com.google.protobuf.ByteString getApplicationIdBytes()optional string applicationId = 2;- Returns:
- The bytes for applicationId.
-
hasApplicationSecret
boolean hasApplicationSecret()optional string applicationSecret = 3;- Returns:
- Whether the applicationSecret field is set.
-
getApplicationSecret
String getApplicationSecret()optional string applicationSecret = 3;- Returns:
- The applicationSecret.
-
getApplicationSecretBytes
com.google.protobuf.ByteString getApplicationSecretBytes()optional string applicationSecret = 3;- Returns:
- The bytes for applicationSecret.
-