public static final class MiGetProcExecRightsGroupAd.Response.Row extends com.google.protobuf.GeneratedMessage implements MiGetProcExecRightsGroupAd.Response.RowOrBuilder
dstore.engine.mi_GetProcExecRights_Group_Ad.Response.Row| Modifier and Type | Class and Description |
|---|---|
static class |
MiGetProcExecRightsGroupAd.Response.Row.Builder
Protobuf type
dstore.engine.mi_GetProcExecRights_Group_Ad.Response.Row |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
EXECUTION_RIGHT_FIELD_NUMBER |
static int |
GROUP_NAME_FIELD_NUMBER |
static com.google.protobuf.Parser<MiGetProcExecRightsGroupAd.Response.Row> |
PARSER |
static int |
PROCEDURE_ID_FIELD_NUMBER |
static int |
PROCEDURE_NAME_FIELD_NUMBER |
static int |
ROW_ID_FIELD_NUMBER |
static int |
USER_GROUP_ID_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static MiGetProcExecRightsGroupAd.Response.Row |
getDefaultInstance() |
MiGetProcExecRightsGroupAd.Response.Row |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Values.integerValue |
getExecutionRight()
optional .dstore.engine.values.integerValue execution_right = 10002;
"0" : Ausführungsverbot"1" : Generelles Ausführungsrecht"2" : Prozedur darf nur in einer anderen Prozedur ausgeführt werden"3" : Prozedur darf nur in einer Prozedur ausgeführt werden, die wiederum in einer Prozedur ausgeführt wirdusw. |
Values.integerValueOrBuilder |
getExecutionRightOrBuilder()
optional .dstore.engine.values.integerValue execution_right = 10002;
"0" : Ausführungsverbot"1" : Generelles Ausführungsrecht"2" : Prozedur darf nur in einer anderen Prozedur ausgeführt werden"3" : Prozedur darf nur in einer Prozedur ausgeführt werden, die wiederum in einer Prozedur ausgeführt wirdusw. |
Values.stringValue |
getGroupName()
optional .dstore.engine.values.stringValue group_name = 10001;
Beschreibung, wofür die Gruppe "UserGroupID" da ist, bzw. eine Art Charakterisierung aller Benutzer in dieser Gruppe, z.B. |
Values.stringValueOrBuilder |
getGroupNameOrBuilder()
optional .dstore.engine.values.stringValue group_name = 10001;
Beschreibung, wofür die Gruppe "UserGroupID" da ist, bzw. eine Art Charakterisierung aller Benutzer in dieser Gruppe, z.B. |
com.google.protobuf.Parser<MiGetProcExecRightsGroupAd.Response.Row> |
getParserForType() |
Values.integerValue |
getProcedureId()
optional .dstore.engine.values.integerValue procedure_id = 10003;
ID einer registrierten Prozedur
|
Values.integerValueOrBuilder |
getProcedureIdOrBuilder()
optional .dstore.engine.values.integerValue procedure_id = 10003;
ID einer registrierten Prozedur
|
Values.stringValue |
getProcedureName()
optional .dstore.engine.values.stringValue procedure_name = 10004;
Name der Prozedur "ProcedureID"
|
Values.stringValueOrBuilder |
getProcedureNameOrBuilder()
optional .dstore.engine.values.stringValue procedure_name = 10004;
Name der Prozedur "ProcedureID"
|
int |
getRowId()
optional int32 row_id = 10000; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
Values.integerValue |
getUserGroupId()
optional .dstore.engine.values.integerValue user_group_id = 10005;
ID einer Benutzer-Gruppe (in die registrierte "dStore"-Benutzer eingeordnet werden können), für die das Recht "ExecutionRight" für die Prozedur "ProcedureID" konfiguriert ist
|
Values.integerValueOrBuilder |
getUserGroupIdOrBuilder()
optional .dstore.engine.values.integerValue user_group_id = 10005;
ID einer Benutzer-Gruppe (in die registrierte "dStore"-Benutzer eingeordnet werden können), für die das Recht "ExecutionRight" für die Prozedur "ProcedureID" konfiguriert ist
|
boolean |
hasExecutionRight()
optional .dstore.engine.values.integerValue execution_right = 10002;
"0" : Ausführungsverbot"1" : Generelles Ausführungsrecht"2" : Prozedur darf nur in einer anderen Prozedur ausgeführt werden"3" : Prozedur darf nur in einer Prozedur ausgeführt werden, die wiederum in einer Prozedur ausgeführt wirdusw. |
boolean |
hasGroupName()
optional .dstore.engine.values.stringValue group_name = 10001;
Beschreibung, wofür die Gruppe "UserGroupID" da ist, bzw. eine Art Charakterisierung aller Benutzer in dieser Gruppe, z.B. |
boolean |
hasProcedureId()
optional .dstore.engine.values.integerValue procedure_id = 10003;
ID einer registrierten Prozedur
|
boolean |
hasProcedureName()
optional .dstore.engine.values.stringValue procedure_name = 10004;
Name der Prozedur "ProcedureID"
|
boolean |
hasUserGroupId()
optional .dstore.engine.values.integerValue user_group_id = 10005;
ID einer Benutzer-Gruppe (in die registrierte "dStore"-Benutzer eingeordnet werden können), für die das Recht "ExecutionRight" für die Prozedur "ProcedureID" konfiguriert ist
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static MiGetProcExecRightsGroupAd.Response.Row.Builder |
newBuilder() |
static MiGetProcExecRightsGroupAd.Response.Row.Builder |
newBuilder(MiGetProcExecRightsGroupAd.Response.Row prototype) |
MiGetProcExecRightsGroupAd.Response.Row.Builder |
newBuilderForType() |
protected MiGetProcExecRightsGroupAd.Response.Row.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static MiGetProcExecRightsGroupAd.Response.Row |
parseDelimitedFrom(java.io.InputStream input) |
static MiGetProcExecRightsGroupAd.Response.Row |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MiGetProcExecRightsGroupAd.Response.Row |
parseFrom(byte[] data) |
static MiGetProcExecRightsGroupAd.Response.Row |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MiGetProcExecRightsGroupAd.Response.Row |
parseFrom(com.google.protobuf.ByteString data) |
static MiGetProcExecRightsGroupAd.Response.Row |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MiGetProcExecRightsGroupAd.Response.Row |
parseFrom(com.google.protobuf.CodedInputStream input) |
static MiGetProcExecRightsGroupAd.Response.Row |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MiGetProcExecRightsGroupAd.Response.Row |
parseFrom(java.io.InputStream input) |
static MiGetProcExecRightsGroupAd.Response.Row |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<MiGetProcExecRightsGroupAd.Response.Row> |
parser() |
MiGetProcExecRightsGroupAd.Response.Row.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField, writeReplaceequals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int ROW_ID_FIELD_NUMBER
public static final int GROUP_NAME_FIELD_NUMBER
public static final int EXECUTION_RIGHT_FIELD_NUMBER
public static final int PROCEDURE_ID_FIELD_NUMBER
public static final int PROCEDURE_NAME_FIELD_NUMBER
public static final int USER_GROUP_ID_FIELD_NUMBER
public static final com.google.protobuf.Parser<MiGetProcExecRightsGroupAd.Response.Row> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic int getRowId()
optional int32 row_id = 10000;getRowId in interface MiGetProcExecRightsGroupAd.Response.RowOrBuilderpublic boolean hasGroupName()
optional .dstore.engine.values.stringValue group_name = 10001;
Beschreibung, wofür die Gruppe "UserGroupID" da ist, bzw. eine Art Charakterisierung aller Benutzer in dieser Gruppe, z.B. "Produkt-Management" oder "Auftrags-Clearing" etc.
hasGroupName in interface MiGetProcExecRightsGroupAd.Response.RowOrBuilderpublic Values.stringValue getGroupName()
optional .dstore.engine.values.stringValue group_name = 10001;
Beschreibung, wofür die Gruppe "UserGroupID" da ist, bzw. eine Art Charakterisierung aller Benutzer in dieser Gruppe, z.B. "Produkt-Management" oder "Auftrags-Clearing" etc.
getGroupName in interface MiGetProcExecRightsGroupAd.Response.RowOrBuilderpublic Values.stringValueOrBuilder getGroupNameOrBuilder()
optional .dstore.engine.values.stringValue group_name = 10001;
Beschreibung, wofür die Gruppe "UserGroupID" da ist, bzw. eine Art Charakterisierung aller Benutzer in dieser Gruppe, z.B. "Produkt-Management" oder "Auftrags-Clearing" etc.
getGroupNameOrBuilder in interface MiGetProcExecRightsGroupAd.Response.RowOrBuilderpublic boolean hasExecutionRight()
optional .dstore.engine.values.integerValue execution_right = 10002;
"0" : Ausführungsverbot"1" : Generelles Ausführungsrecht"2" : Prozedur darf nur in einer anderen Prozedur ausgeführt werden"3" : Prozedur darf nur in einer Prozedur ausgeführt werden, die wiederum in einer Prozedur ausgeführt wirdusw.
hasExecutionRight in interface MiGetProcExecRightsGroupAd.Response.RowOrBuilderpublic Values.integerValue getExecutionRight()
optional .dstore.engine.values.integerValue execution_right = 10002;
"0" : Ausführungsverbot"1" : Generelles Ausführungsrecht"2" : Prozedur darf nur in einer anderen Prozedur ausgeführt werden"3" : Prozedur darf nur in einer Prozedur ausgeführt werden, die wiederum in einer Prozedur ausgeführt wirdusw.
getExecutionRight in interface MiGetProcExecRightsGroupAd.Response.RowOrBuilderpublic Values.integerValueOrBuilder getExecutionRightOrBuilder()
optional .dstore.engine.values.integerValue execution_right = 10002;
"0" : Ausführungsverbot"1" : Generelles Ausführungsrecht"2" : Prozedur darf nur in einer anderen Prozedur ausgeführt werden"3" : Prozedur darf nur in einer Prozedur ausgeführt werden, die wiederum in einer Prozedur ausgeführt wirdusw.
getExecutionRightOrBuilder in interface MiGetProcExecRightsGroupAd.Response.RowOrBuilderpublic boolean hasProcedureId()
optional .dstore.engine.values.integerValue procedure_id = 10003;
ID einer registrierten Prozedur
hasProcedureId in interface MiGetProcExecRightsGroupAd.Response.RowOrBuilderpublic Values.integerValue getProcedureId()
optional .dstore.engine.values.integerValue procedure_id = 10003;
ID einer registrierten Prozedur
getProcedureId in interface MiGetProcExecRightsGroupAd.Response.RowOrBuilderpublic Values.integerValueOrBuilder getProcedureIdOrBuilder()
optional .dstore.engine.values.integerValue procedure_id = 10003;
ID einer registrierten Prozedur
getProcedureIdOrBuilder in interface MiGetProcExecRightsGroupAd.Response.RowOrBuilderpublic boolean hasProcedureName()
optional .dstore.engine.values.stringValue procedure_name = 10004;
Name der Prozedur "ProcedureID"
hasProcedureName in interface MiGetProcExecRightsGroupAd.Response.RowOrBuilderpublic Values.stringValue getProcedureName()
optional .dstore.engine.values.stringValue procedure_name = 10004;
Name der Prozedur "ProcedureID"
getProcedureName in interface MiGetProcExecRightsGroupAd.Response.RowOrBuilderpublic Values.stringValueOrBuilder getProcedureNameOrBuilder()
optional .dstore.engine.values.stringValue procedure_name = 10004;
Name der Prozedur "ProcedureID"
getProcedureNameOrBuilder in interface MiGetProcExecRightsGroupAd.Response.RowOrBuilderpublic boolean hasUserGroupId()
optional .dstore.engine.values.integerValue user_group_id = 10005;
ID einer Benutzer-Gruppe (in die registrierte "dStore"-Benutzer eingeordnet werden können), für die das Recht "ExecutionRight" für die Prozedur "ProcedureID" konfiguriert ist
hasUserGroupId in interface MiGetProcExecRightsGroupAd.Response.RowOrBuilderpublic Values.integerValue getUserGroupId()
optional .dstore.engine.values.integerValue user_group_id = 10005;
ID einer Benutzer-Gruppe (in die registrierte "dStore"-Benutzer eingeordnet werden können), für die das Recht "ExecutionRight" für die Prozedur "ProcedureID" konfiguriert ist
getUserGroupId in interface MiGetProcExecRightsGroupAd.Response.RowOrBuilderpublic Values.integerValueOrBuilder getUserGroupIdOrBuilder()
optional .dstore.engine.values.integerValue user_group_id = 10005;
ID einer Benutzer-Gruppe (in die registrierte "dStore"-Benutzer eingeordnet werden können), für die das Recht "ExecutionRight" für die Prozedur "ProcedureID" konfiguriert ist
getUserGroupIdOrBuilder in interface MiGetProcExecRightsGroupAd.Response.RowOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessagejava.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessagepublic static MiGetProcExecRightsGroupAd.Response.Row parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MiGetProcExecRightsGroupAd.Response.Row parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MiGetProcExecRightsGroupAd.Response.Row parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MiGetProcExecRightsGroupAd.Response.Row parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MiGetProcExecRightsGroupAd.Response.Row parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MiGetProcExecRightsGroupAd.Response.Row parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MiGetProcExecRightsGroupAd.Response.Row parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MiGetProcExecRightsGroupAd.Response.Row parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MiGetProcExecRightsGroupAd.Response.Row parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MiGetProcExecRightsGroupAd.Response.Row parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic MiGetProcExecRightsGroupAd.Response.Row.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static MiGetProcExecRightsGroupAd.Response.Row.Builder newBuilder()
public static MiGetProcExecRightsGroupAd.Response.Row.Builder newBuilder(MiGetProcExecRightsGroupAd.Response.Row prototype)
public MiGetProcExecRightsGroupAd.Response.Row.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected MiGetProcExecRightsGroupAd.Response.Row.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessagepublic static MiGetProcExecRightsGroupAd.Response.Row getDefaultInstance()
public static com.google.protobuf.Parser<MiGetProcExecRightsGroupAd.Response.Row> parser()
public com.google.protobuf.Parser<MiGetProcExecRightsGroupAd.Response.Row> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic MiGetProcExecRightsGroupAd.Response.Row getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder