Interface ScanConfig.Authentication.GoogleAccountOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getPassword()
      Required.
      com.google.protobuf.ByteString getPasswordBytes()
      Required.
      String getUsername()
      Required.
      com.google.protobuf.ByteString getUsernameBytes()
      Required.
      • 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 Detail

      • getUsername

        String getUsername()
         Required. The user name of the Google account.
         
        string username = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The username.
      • getUsernameBytes

        com.google.protobuf.ByteString getUsernameBytes()
         Required. The user name of the Google account.
         
        string username = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for username.
      • getPassword

        String getPassword()
         Required. Input only. The password of the Google account. The credential is stored encrypted
         and not returned in any response nor included in audit logs.
         
        string password = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = INPUT_ONLY];
        Returns:
        The password.
      • getPasswordBytes

        com.google.protobuf.ByteString getPasswordBytes()
         Required. Input only. The password of the Google account. The credential is stored encrypted
         and not returned in any response nor included in audit logs.
         
        string password = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = INPUT_ONLY];
        Returns:
        The bytes for password.