Skip to content

Commit d629ff3

Browse files
200scSupportSDM
authored andcommitted
regenerate sdks after version bump
GitOrigin-RevId: 14ba037a7f3d4328acacdde157b0abc712d278f3
1 parent 963f2d8 commit d629ff3

File tree

5 files changed

+69
-75
lines changed

5 files changed

+69
-75
lines changed

com/strongdm/api/v1/Account.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,8 @@ public interface Account {
2828
boolean getSuspended();
2929
// Sets whether the Account is suspended.
3030
void setSuspended(boolean suspended);
31+
// Returns the tags of the Account.
32+
java.util.Map<String, String> getTags();
33+
// Sets the tags of the Account.
34+
void setTags(java.util.Map<String, String> tags);
3135
}

com/strongdm/api/v1/AccountAttachmentCreateOptions.java

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,6 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414
//
15-
// Copyright 2020 StrongDM Inc
16-
//
17-
// Licensed under the Apache License, Version 2.0 (the "License");
18-
// you may not use this file except in compliance with the License.
19-
// You may obtain a copy of the License at
20-
//
21-
// http://www.apache.org/licenses/LICENSE-2.0
22-
//
23-
// Unless required by applicable law or agreed to in writing, software
24-
// distributed under the License is distributed on an "AS IS" BASIS,
25-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
26-
// See the License for the specific language governing permissions and
27-
// limitations under the License.
28-
//
2915

3016
// This file was generated by protogen. DO NOT EDIT.
3117

com/strongdm/api/v1/Node.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,8 @@
2525
public interface Node {
2626
// Returns the unique identifier of the Node.
2727
String getId();
28+
// Returns the tags of the Node.
29+
java.util.Map<String, String> getTags();
30+
// Sets the tags of the Node.
31+
void setTags(java.util.Map<String, String> tags);
2832
}

com/strongdm/api/v1/plumbing/AccountsPlumbing.java

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -14644,40 +14644,40 @@ public com.strongdm.api.v1.plumbing.AccountsPlumbing.Service getDefaultInstanceF
1464414644
"2\030.v1.ListResponseMetadata\022)\n\010accounts\030\002" +
1464514645
" \003(\0132\013.v1.AccountB\n\362\370\263\007\005\270\363\263\007\001\0225\n\nrate_li" +
1464614646
"mit\030\003 \001(\0132\025.v1.RateLimitMetadataB\n\362\370\263\007\005\260" +
14647-
"\363\263\007\001\"\324\001\n\007Account\022\030\n\004user\030\001 \001(\0132\010.v1.User" +
14647+
"\363\263\007\001\"\342\001\n\007Account\022\030\n\004user\030\001 \001(\0132\010.v1.User" +
1464814648
"H\000\022\036\n\007service\030\002 \001(\0132\013.v1.ServiceH\000:a\372\370\263\007" +
1464914649
"\005\250\363\263\007\001\372\370\263\007R\302\363\263\007M\242\363\263\007 tf_examples/account" +
1465014650
"_resource.txt\252\363\263\007#tf_examples/account_da" +
14651-
"ta_source.txtB,\n\007account\022!\252\370\263\007\t\242\370\263\007\004User" +
14652-
"\252\370\263\007\016\252\370\263\007\tsuspended\"\242\002\n\004User\022&\n\002id\030\001 \001(\t" +
14653-
"B\032\362\370\263\007\025\242\363\263\007\002ID\260\363\263\007\001\312\363\263\007\004User\022(\n\005email\030\002 " +
14654-
"\001(\tB\031\362\370\263\007\024\242\363\263\007\005Email\260\363\263\007\001\300\363\263\007\001\0221\n\nfirst_" +
14655-
"name\030\003 \001(\tB\035\362\370\263\007\030\242\363\263\007\tFirstName\260\363\263\007\001\300\363\263\007" +
14656-
"\001\022/\n\tlast_name\030\004 \001(\tB\034\362\370\263\007\027\242\363\263\007\010LastName" +
14657-
"\260\363\263\007\001\300\363\263\007\001\022\"\n\tsuspended\030\005 \001(\010B\017\362\370\263\007\n\260\363\263\007" +
14658-
"\001\320\363\263\007\001\022+\n\004tags\030\006 \001(\0132\010.v1.TagsB\023\362\370\263\007\016\242\363\263" +
14659-
"\007\004Tags\260\363\263\007\001:\023\372\370\263\007\016\242\363\263\007\004User\250\363\263\007\001\"\303\001\n\007Ser" +
14660-
"vice\022&\n\002id\030\001 \001(\tB\032\362\370\263\007\025\242\363\263\007\002ID\260\363\263\007\001\312\363\263\007\004" +
14661-
"User\022*\n\004name\030\002 \001(\tB\034\362\370\263\007\027\242\363\263\007\010LastName\260\363" +
14662-
"\263\007\001\300\363\263\007\001\022\"\n\tsuspended\030\003 \001(\010B\017\362\370\263\007\n\260\363\263\007\001\320" +
14663-
"\363\263\007\001\022+\n\004tags\030\004 \001(\0132\010.v1.TagsB\023\362\370\263\007\016\242\363\263\007\004" +
14664-
"Tags\260\363\263\007\001:\023\372\370\263\007\016\242\363\263\007\004User\250\363\263\007\0012\253\004\n\010Accou" +
14665-
"nts\022\264\001\n\006Create\022\030.v1.AccountCreateRequest" +
14666-
"\032\031.v1.AccountCreateResponse\"u\202\323\344\223\002\021\"\014/v1" +
14667-
"/accounts:\001*\222A[\"Y\n\033Learn how to make a A" +
14668-
"ccount\022:https://www.strongdm.com/docs/ap" +
14669-
"i/services/Accounts#Create\022O\n\003Get\022\025.v1.A" +
14670-
"ccountGetRequest\032\026.v1.AccountGetResponse" +
14671-
"\"\031\202\323\344\223\002\023\022\021/v1/accounts/{id}\022[\n\006Update\022\030." +
14672-
"v1.AccountUpdateRequest\032\031.v1.AccountUpda" +
14673-
"teResponse\"\034\202\323\344\223\002\026\032\021/v1/accounts/{id}:\001*" +
14674-
"\022X\n\006Delete\022\030.v1.AccountDeleteRequest\032\031.v" +
14675-
"1.AccountDeleteResponse\"\031\202\323\344\223\002\023*\021/v1/acc" +
14676-
"ounts/{id}\022M\n\004List\022\026.v1.AccountListReque" +
14677-
"st\032\027.v1.AccountListResponse\"\024\202\323\344\223\002\016\022\014/v1" +
14678-
"/accounts\032\021\312\371\263\007\014\302\371\263\007\007AccountB0\n\034com.stro" +
14679-
"ngdm.api.v1.plumbingB\020AccountsPlumbingb\006" +
14680-
"proto3"
14651+
"ta_source.txtB:\n\007account\022/\252\370\263\007\t\242\370\263\007\004User" +
14652+
"\252\370\263\007\016\252\370\263\007\tsuspended\252\370\263\007\t\252\370\263\007\004tags\"\242\002\n\004Us" +
14653+
"er\022&\n\002id\030\001 \001(\tB\032\362\370\263\007\025\242\363\263\007\002ID\260\363\263\007\001\312\363\263\007\004Us" +
14654+
"er\022(\n\005email\030\002 \001(\tB\031\362\370\263\007\024\242\363\263\007\005Email\260\363\263\007\001\300" +
14655+
"\363\263\007\001\0221\n\nfirst_name\030\003 \001(\tB\035\362\370\263\007\030\242\363\263\007\tFirs" +
14656+
"tName\260\363\263\007\001\300\363\263\007\001\022/\n\tlast_name\030\004 \001(\tB\034\362\370\263\007" +
14657+
"\027\242\363\263\007\010LastName\260\363\263\007\001\300\363\263\007\001\022\"\n\tsuspended\030\005 " +
14658+
"\001(\010B\017\362\370\263\007\n\260\363\263\007\001\320\363\263\007\001\022+\n\004tags\030\006 \001(\0132\010.v1." +
14659+
"TagsB\023\362\370\263\007\016\242\363\263\007\004Tags\260\363\263\007\001:\023\372\370\263\007\016\242\363\263\007\004Use" +
14660+
"r\250\363\263\007\001\"\303\001\n\007Service\022&\n\002id\030\001 \001(\tB\032\362\370\263\007\025\242\363\263" +
14661+
"\007\002ID\260\363\263\007\001\312\363\263\007\004User\022*\n\004name\030\002 \001(\tB\034\362\370\263\007\027\242" +
14662+
"\363\263\007\010LastName\260\363\263\007\001\300\363\263\007\001\022\"\n\tsuspended\030\003 \001(" +
14663+
"\010B\017\362\370\263\007\n\260\363\263\007\001\320\363\263\007\001\022+\n\004tags\030\004 \001(\0132\010.v1.Ta" +
14664+
"gsB\023\362\370\263\007\016\242\363\263\007\004Tags\260\363\263\007\001:\023\372\370\263\007\016\242\363\263\007\004User\250" +
14665+
"\363\263\007\0012\253\004\n\010Accounts\022\264\001\n\006Create\022\030.v1.Accoun" +
14666+
"tCreateRequest\032\031.v1.AccountCreateRespons" +
14667+
"e\"u\202\323\344\223\002\021\"\014/v1/accounts:\001*\222A[\"Y\n\033Learn h" +
14668+
"ow to make a Account\022:https://www.strong" +
14669+
"dm.com/docs/api/services/Accounts#Create" +
14670+
"\022O\n\003Get\022\025.v1.AccountGetRequest\032\026.v1.Acco" +
14671+
"untGetResponse\"\031\202\323\344\223\002\023\022\021/v1/accounts/{id" +
14672+
"}\022[\n\006Update\022\030.v1.AccountUpdateRequest\032\031." +
14673+
"v1.AccountUpdateResponse\"\034\202\323\344\223\002\026\032\021/v1/ac" +
14674+
"counts/{id}:\001*\022X\n\006Delete\022\030.v1.AccountDel" +
14675+
"eteRequest\032\031.v1.AccountDeleteResponse\"\031\202" +
14676+
"\323\344\223\002\023*\021/v1/accounts/{id}\022M\n\004List\022\026.v1.Ac" +
14677+
"countListRequest\032\027.v1.AccountListRespons" +
14678+
"e\"\024\202\323\344\223\002\016\022\014/v1/accounts\032\021\312\371\263\007\014\302\371\263\007\007Accou" +
14679+
"ntB0\n\034com.strongdm.api.v1.plumbingB\020Acco" +
14680+
"untsPlumbingb\006proto3"
1468114681
};
1468214682
descriptor = com.google.protobuf.Descriptors.FileDescriptor
1468314683
.internalBuildGeneratedFileFrom(descriptorData,

com/strongdm/api/v1/plumbing/NodesPlumbing.java

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -14864,40 +14864,40 @@ public com.strongdm.api.v1.plumbing.NodesPlumbing.Gateway getDefaultInstanceForT
1486414864
"nse\022&\n\004meta\030\001 \001(\0132\030.v1.ListResponseMetad" +
1486514865
"ata\022#\n\005nodes\030\002 \003(\0132\010.v1.NodeB\n\362\370\263\007\005\270\363\263\007\001" +
1486614866
"\0225\n\nrate_limit\030\003 \001(\0132\025.v1.RateLimitMetad" +
14867-
"ataB\n\362\370\263\007\005\260\363\263\007\001\"\356\001\n\004Node\022\032\n\005relay\030\001 \001(\0132" +
14867+
"ataB\n\362\370\263\007\005\260\363\263\007\001\"\374\001\n\004Node\022\032\n\005relay\030\001 \001(\0132" +
1486814868
"\t.v1.RelayH\000\022\036\n\007gateway\030\002 \001(\0132\013.v1.Gatew" +
1486914869
"ayH\000:\221\001\372\370\263\007L\302\363\263\007G\242\363\263\007\035tf_examples/node_r" +
1487014870
"esource.txt\252\363\263\007 tf_examples/node_data_so" +
1487114871
"urce.txt\372\370\263\007\005\250\363\263\007\001\222A321\022/{\"relay\": { \"id" +
14872-
"\": \"n-7\", \"name\": \"happy-goat\"}}B\026\n\004node" +
14873-
"\022\016\252\370\263\007\t\242\370\263\007\004Node\"\303\001\n\005Relay\022&\n\002id\030\001 \001(\tB\032" +
14874-
"\362\370\263\007\025\242\363\263\007\002ID\260\363\263\007\001\312\363\263\007\004Node\022&\n\004name\030\002 \001(\t" +
14875-
"B\030\362\370\263\007\023\242\363\263\007\004Name\260\363\263\007\001\330\363\263\007\001\022(\n\005state\030\003 \001(" +
14876-
"\tB\031\362\370\263\007\017\242\363\263\007\005State\260\363\263\007\001\222A\002@\001\022+\n\004tags\030\004 \001" +
14877-
"(\0132\010.v1.TagsB\023\362\370\263\007\016\242\363\263\007\004Tags\260\363\263\007\001:\023\372\370\263\007\016" +
14878-
"\242\363\263\007\004Node\250\363\263\007\001\"\305\002\n\007Gateway\022&\n\002id\030\001 \001(\tB\032" +
14879-
"\362\370\263\007\025\242\363\263\007\002ID\260\363\263\007\001\312\363\263\007\004Node\022&\n\004name\030\002 \001(\t" +
14880-
"B\030\362\370\263\007\023\242\363\263\007\004Name\260\363\263\007\001\330\363\263\007\001\022(\n\005state\030\003 \001(" +
14881-
"\tB\031\362\370\263\007\017\242\363\263\007\005State\260\363\263\007\001\222A\002@\001\022@\n\016listen_a" +
14882-
"ddress\030\004 \001(\tB(\362\370\263\007#\242\363\263\007\nListenAddr\250\363\263\007\001\260" +
14883-
"\363\263\007\001\300\363\263\007\001\340\363\263\007\001\022<\n\014bind_address\030\005 \001(\tB&\362\370" +
14884-
"\263\007!\242\363\263\007\010BindAddr\250\363\263\007\001\260\363\263\007\001\330\363\263\007\001\340\363\263\007\001\022+\n\004" +
14885-
"tags\030\006 \001(\0132\010.v1.TagsB\023\362\370\263\007\016\242\363\263\007\004Tags\260\363\263\007" +
14886-
"\001:\023\372\370\263\007\016\242\363\263\007\004Node\250\363\263\007\0012\362\003\n\005Nodes\022\245\001\n\006Cre" +
14887-
"ate\022\025.v1.NodeCreateRequest\032\026.v1.NodeCrea" +
14888-
"teResponse\"l\202\323\344\223\002\016\"\t/v1/nodes:\001*\222AU\"S\n\030L" +
14889-
"earn how to make a Node\0227https://www.str" +
14890-
"ongdm.com/docs/api/services/Nodes#Create" +
14891-
"\022F\n\003Get\022\022.v1.NodeGetRequest\032\023.v1.NodeGet" +
14892-
"Response\"\026\202\323\344\223\002\020\022\016/v1/nodes/{id}\022R\n\006Upda" +
14893-
"te\022\025.v1.NodeUpdateRequest\032\026.v1.NodeUpdat" +
14894-
"eResponse\"\031\202\323\344\223\002\023\032\016/v1/nodes/{id}:\001*\022O\n\006" +
14895-
"Delete\022\025.v1.NodeDeleteRequest\032\026.v1.NodeD" +
14896-
"eleteResponse\"\026\202\323\344\223\002\020*\016/v1/nodes/{id}\022D\n" +
14897-
"\004List\022\023.v1.NodeListRequest\032\024.v1.NodeList" +
14898-
"Response\"\021\202\323\344\223\002\013\022\t/v1/nodes\032\016\312\371\263\007\t\302\371\263\007\004N" +
14899-
"odeB-\n\034com.strongdm.api.v1.plumbingB\rNod" +
14900-
"esPlumbingb\006proto3"
14872+
"\": \"n-7\", \"name\": \"happy-goat\"}}B$\n\004node" +
14873+
"\022\034\252\370\263\007\t\242\370\263\007\004Node\252\370\263\007\t\252\370\263\007\004tags\"\303\001\n\005Relay" +
14874+
"\022&\n\002id\030\001 \001(\tB\032\362\370\263\007\025\242\363\263\007\002ID\260\363\263\007\001\312\363\263\007\004Node" +
14875+
"\022&\n\004name\030\002 \001(\tB\030\362\370\263\007\023\242\363\263\007\004Name\260\363\263\007\001\330\363\263\007\001" +
14876+
"\022(\n\005state\030\003 \001(\tB\031\362\370\263\007\017\242\363\263\007\005State\260\363\263\007\001\222A\002" +
14877+
"@\001\022+\n\004tags\030\004 \001(\0132\010.v1.TagsB\023\362\370\263\007\016\242\363\263\007\004Ta" +
14878+
"gs\260\363\263\007\001:\023\372\370\263\007\016\242\363\263\007\004Node\250\363\263\007\001\"\305\002\n\007Gateway" +
14879+
"\022&\n\002id\030\001 \001(\tB\032\362\370\263\007\025\242\363\263\007\002ID\260\363\263\007\001\312\363\263\007\004Node" +
14880+
"\022&\n\004name\030\002 \001(\tB\030\362\370\263\007\023\242\363\263\007\004Name\260\363\263\007\001\330\363\263\007\001" +
14881+
"\022(\n\005state\030\003 \001(\tB\031\362\370\263\007\017\242\363\263\007\005State\260\363\263\007\001\222A\002" +
14882+
"@\001\022@\n\016listen_address\030\004 \001(\tB(\362\370\263\007#\242\363\263\007\nLi" +
14883+
"stenAddr\250\363\263\007\001\260\363\263\007\001\300\363\263\007\001\340\363\263\007\001\022<\n\014bind_add" +
14884+
"ress\030\005 \001(\tB&\362\370\263\007!\242\363\263\007\010BindAddr\250\363\263\007\001\260\363\263\007\001" +
14885+
"\330\363\263\007\001\340\363\263\007\001\022+\n\004tags\030\006 \001(\0132\010.v1.TagsB\023\362\370\263\007" +
14886+
"\016\242\363\263\007\004Tags\260\363\263\007\001:\023\372\370\263\007\016\242\363\263\007\004Node\250\363\263\007\0012\362\003\n" +
14887+
"\005Nodes\022\245\001\n\006Create\022\025.v1.NodeCreateRequest" +
14888+
"\032\026.v1.NodeCreateResponse\"l\202\323\344\223\002\016\"\t/v1/no" +
14889+
"des:\001*\222AU\"S\n\030Learn how to make a Node\0227h" +
14890+
"ttps://www.strongdm.com/docs/api/service" +
14891+
"s/Nodes#Create\022F\n\003Get\022\022.v1.NodeGetReques" +
14892+
"t\032\023.v1.NodeGetResponse\"\026\202\323\344\223\002\020\022\016/v1/node" +
14893+
"s/{id}\022R\n\006Update\022\025.v1.NodeUpdateRequest\032" +
14894+
"\026.v1.NodeUpdateResponse\"\031\202\323\344\223\002\023\032\016/v1/nod" +
14895+
"es/{id}:\001*\022O\n\006Delete\022\025.v1.NodeDeleteRequ" +
14896+
"est\032\026.v1.NodeDeleteResponse\"\026\202\323\344\223\002\020*\016/v1" +
14897+
"/nodes/{id}\022D\n\004List\022\023.v1.NodeListRequest" +
14898+
"\032\024.v1.NodeListResponse\"\021\202\323\344\223\002\013\022\t/v1/node" +
14899+
"s\032\016\312\371\263\007\t\302\371\263\007\004NodeB-\n\034com.strongdm.api.v1" +
14900+
".plumbingB\rNodesPlumbingb\006proto3"
1490114901
};
1490214902
descriptor = com.google.protobuf.Descriptors.FileDescriptor
1490314903
.internalBuildGeneratedFileFrom(descriptorData,

0 commit comments

Comments
 (0)