embulk-output-kintone 0.3.3 → 0.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,54 +1,51 @@
1
1
  package org.embulk.output.kintone;
2
2
 
3
+ import java.util.Map;
4
+ import java.util.Optional;
3
5
  import org.embulk.config.Config;
4
6
  import org.embulk.config.ConfigDefault;
5
7
  import org.embulk.config.Task;
6
8
 
7
- import java.util.Map;
8
- import java.util.Optional;
9
-
10
- public interface PluginTask
11
- extends Task
12
- {
13
- @Config("domain")
14
- String getDomain();
9
+ public interface PluginTask extends Task {
10
+ @Config("domain")
11
+ String getDomain();
15
12
 
16
- @Config("app_id")
17
- int getAppId();
13
+ @Config("app_id")
14
+ int getAppId();
18
15
 
19
- @Config("guest_space_id")
20
- @ConfigDefault("null")
21
- Optional<Integer> getGuestSpaceId();
16
+ @Config("guest_space_id")
17
+ @ConfigDefault("null")
18
+ Optional<Integer> getGuestSpaceId();
22
19
 
23
- @Config("token")
24
- @ConfigDefault("null")
25
- Optional<String> getToken();
20
+ @Config("token")
21
+ @ConfigDefault("null")
22
+ Optional<String> getToken();
26
23
 
27
- @Config("username")
28
- @ConfigDefault("null")
29
- Optional<String> getUsername();
24
+ @Config("username")
25
+ @ConfigDefault("null")
26
+ Optional<String> getUsername();
30
27
 
31
- @Config("password")
32
- @ConfigDefault("null")
33
- Optional<String> getPassword();
28
+ @Config("password")
29
+ @ConfigDefault("null")
30
+ Optional<String> getPassword();
34
31
 
35
- @Config("basic_auth_username")
36
- @ConfigDefault("null")
37
- Optional<String> getBasicAuthUsername();
32
+ @Config("basic_auth_username")
33
+ @ConfigDefault("null")
34
+ Optional<String> getBasicAuthUsername();
38
35
 
39
- @Config("basic_auth_password")
40
- @ConfigDefault("null")
41
- Optional<String> getBasicAuthPassword();
36
+ @Config("basic_auth_password")
37
+ @ConfigDefault("null")
38
+ Optional<String> getBasicAuthPassword();
42
39
 
43
- @Config("column_options")
44
- @ConfigDefault("{}")
45
- Map<String, KintoneColumnOption> getColumnOptions();
40
+ @Config("column_options")
41
+ @ConfigDefault("{}")
42
+ Map<String, KintoneColumnOption> getColumnOptions();
46
43
 
47
- @Config("mode")
48
- @ConfigDefault("\"insert\"")
49
- String getMode();
44
+ @Config("mode")
45
+ @ConfigDefault("\"insert\"")
46
+ String getMode();
50
47
 
51
- @Config("update_key")
52
- @ConfigDefault("null")
53
- Optional<String> getUpdateKeyName();
48
+ @Config("update_key")
49
+ @ConfigDefault("null")
50
+ Optional<String> getUpdateKeyName();
54
51
  }
@@ -1,5 +1,3 @@
1
1
  package org.embulk.output.kintone;
2
2
 
3
- public class TestKintoneOutputPlugin
4
- {
5
- }
3
+ public class TestKintoneOutputPlugin {}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-output-kintone
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - takeshi fujita
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-17 00:00:00.000000000 Z
11
+ date: 2023-11-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -52,7 +52,7 @@ files:
52
52
  - README.md
53
53
  - Rakefile
54
54
  - build.gradle
55
- - classpath/embulk-output-kintone-0.3.3.jar
55
+ - classpath/embulk-output-kintone-0.3.6.jar
56
56
  - config/checkstyle/checkstyle.xml
57
57
  - config/checkstyle/default.xml
58
58
  - gradle/wrapper/gradle-wrapper.jar