Skip to content

Commit

Permalink
Merge branch 'main' into owl-bot-copy-packages-google-cloud-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Apr 19, 2024
2 parents 7bc324d + 741695a commit edadaa9
Show file tree
Hide file tree
Showing 23 changed files with 7,677 additions and 3,100 deletions.
14 changes: 14 additions & 0 deletions packages/google-apps-chat/google/apps/chat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,16 @@
Space,
UpdateSpaceRequest,
)
from google.apps.chat_v1.types.space_read_state import (
GetSpaceReadStateRequest,
SpaceReadState,
UpdateSpaceReadStateRequest,
)
from google.apps.chat_v1.types.space_setup import SetUpSpaceRequest
from google.apps.chat_v1.types.thread_read_state import (
GetThreadReadStateRequest,
ThreadReadState,
)
from google.apps.chat_v1.types.user import User
from google.apps.chat_v1.types.widgets import WidgetMarkup

Expand Down Expand Up @@ -159,7 +168,12 @@
"ListSpacesResponse",
"Space",
"UpdateSpaceRequest",
"GetSpaceReadStateRequest",
"SpaceReadState",
"UpdateSpaceReadStateRequest",
"SetUpSpaceRequest",
"GetThreadReadStateRequest",
"ThreadReadState",
"User",
"WidgetMarkup",
)
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.1.4" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
11 changes: 11 additions & 0 deletions packages/google-apps-chat/google/apps/chat_v1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,13 @@
Space,
UpdateSpaceRequest,
)
from .types.space_read_state import (
GetSpaceReadStateRequest,
SpaceReadState,
UpdateSpaceReadStateRequest,
)
from .types.space_setup import SetUpSpaceRequest
from .types.thread_read_state import GetThreadReadStateRequest, ThreadReadState
from .types.user import User
from .types.widgets import WidgetMarkup

Expand Down Expand Up @@ -129,7 +135,9 @@
"GetAttachmentRequest",
"GetMembershipRequest",
"GetMessageRequest",
"GetSpaceReadStateRequest",
"GetSpaceRequest",
"GetThreadReadStateRequest",
"Group",
"HistoryState",
"ListMembershipsRequest",
Expand All @@ -150,9 +158,12 @@
"SlashCommand",
"SlashCommandMetadata",
"Space",
"SpaceReadState",
"Thread",
"ThreadReadState",
"UpdateMembershipRequest",
"UpdateMessageRequest",
"UpdateSpaceReadStateRequest",
"UpdateSpaceRequest",
"UploadAttachmentRequest",
"UploadAttachmentResponse",
Expand Down
45 changes: 45 additions & 0 deletions packages/google-apps-chat/google/apps/chat_v1/gapic_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,16 @@
"get_space"
]
},
"GetSpaceReadState": {
"methods": [
"get_space_read_state"
]
},
"GetThreadReadState": {
"methods": [
"get_thread_read_state"
]
},
"ListMemberships": {
"methods": [
"list_memberships"
Expand Down Expand Up @@ -120,6 +130,11 @@
"update_space"
]
},
"UpdateSpaceReadState": {
"methods": [
"update_space_read_state"
]
},
"UploadAttachment": {
"methods": [
"upload_attachment"
Expand Down Expand Up @@ -200,6 +215,16 @@
"get_space"
]
},
"GetSpaceReadState": {
"methods": [
"get_space_read_state"
]
},
"GetThreadReadState": {
"methods": [
"get_thread_read_state"
]
},
"ListMemberships": {
"methods": [
"list_memberships"
Expand Down Expand Up @@ -240,6 +265,11 @@
"update_space"
]
},
"UpdateSpaceReadState": {
"methods": [
"update_space_read_state"
]
},
"UploadAttachment": {
"methods": [
"upload_attachment"
Expand Down Expand Up @@ -320,6 +350,16 @@
"get_space"
]
},
"GetSpaceReadState": {
"methods": [
"get_space_read_state"
]
},
"GetThreadReadState": {
"methods": [
"get_thread_read_state"
]
},
"ListMemberships": {
"methods": [
"list_memberships"
Expand Down Expand Up @@ -360,6 +400,11 @@
"update_space"
]
},
"UpdateSpaceReadState": {
"methods": [
"update_space_read_state"
]
},
"UploadAttachment": {
"methods": [
"upload_attachment"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.1.4" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Loading

0 comments on commit edadaa9

Please sign in to comment.