Interface MxaccessGateway.WriteSecuredBulkEntryOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MxaccessGateway.WriteSecuredBulkEntry, MxaccessGateway.WriteSecuredBulkEntry.Builder
Enclosing class:
MxaccessGateway

public static interface MxaccessGateway.WriteSecuredBulkEntryOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    int32 current_user_id = 2;
    int
    int32 item_handle = 1;
    Credential-sensitive write value.
    Credential-sensitive write value.
    int
    int32 verifier_user_id = 3;
    boolean
    Credential-sensitive write value.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getItemHandle

      int getItemHandle()
      int32 item_handle = 1;
      Returns:
      The itemHandle.
    • getCurrentUserId

      int getCurrentUserId()
      int32 current_user_id = 2;
      Returns:
      The currentUserId.
    • getVerifierUserId

      int getVerifierUserId()
      int32 verifier_user_id = 3;
      Returns:
      The verifierUserId.
    • hasValue

      boolean hasValue()
       Credential-sensitive write value. Implementations must not log this field
       unless an explicit redacted value-logging path is enabled.
       
      .mxaccess_gateway.v1.MxValue value = 4;
      Returns:
      Whether the value field is set.
    • getValue

       Credential-sensitive write value. Implementations must not log this field
       unless an explicit redacted value-logging path is enabled.
       
      .mxaccess_gateway.v1.MxValue value = 4;
      Returns:
      The value.
    • getValueOrBuilder

       Credential-sensitive write value. Implementations must not log this field
       unless an explicit redacted value-logging path is enabled.
       
      .mxaccess_gateway.v1.MxValue value = 4;