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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetApplicationId()optional string applicationId = 2;com.google.protobuf.ByteStringgetApplicationIdBytes()optional string applicationId = 2;StringgetApplicationSecret()optional string applicationSecret = 3;com.google.protobuf.ByteStringgetApplicationSecretBytes()optional string applicationSecret = 3;StringgetName()optional string name = 1;com.google.protobuf.ByteStringgetNameBytes()optional string name = 1;booleanhasApplicationId()optional string applicationId = 2;booleanhasApplicationSecret()optional string applicationSecret = 3;booleanhasName()optional string name = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasName
boolean hasName()
optional string name = 1;
-
getName
String getName()
optional string name = 1;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
optional string name = 1;
-
hasApplicationId
boolean hasApplicationId()
optional string applicationId = 2;
-
getApplicationId
String getApplicationId()
optional string applicationId = 2;
-
getApplicationIdBytes
com.google.protobuf.ByteString getApplicationIdBytes()
optional string applicationId = 2;
-
hasApplicationSecret
boolean hasApplicationSecret()
optional string applicationSecret = 3;
-
getApplicationSecret
String getApplicationSecret()
optional string applicationSecret = 3;
-
getApplicationSecretBytes
com.google.protobuf.ByteString getApplicationSecretBytes()
optional string applicationSecret = 3;
-
-