-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade gapic-generator-python to 0.46.3 (#30)
PiperOrigin-RevId: 373649163 Source-Link: googleapis/googleapis@7e1b14e Source-Link: googleapis/googleapis-gen@0a3c7d2
- Loading branch information
1 parent
825dd61
commit 91963ea
Showing
21 changed files
with
763 additions
and
563 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
103 changes: 103 additions & 0 deletions
103
packages/google-cloud-gke-hub/google/cloud/gkehub_v1beta1/gapic_metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
{ | ||
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods", | ||
"language": "python", | ||
"libraryPackage": "google.cloud.gkehub_v1beta1", | ||
"protoPackage": "google.cloud.gkehub.v1beta1", | ||
"schema": "1.0", | ||
"services": { | ||
"GkeHubMembershipService": { | ||
"clients": { | ||
"grpc": { | ||
"libraryClient": "GkeHubMembershipServiceClient", | ||
"rpcs": { | ||
"CreateMembership": { | ||
"methods": [ | ||
"create_membership" | ||
] | ||
}, | ||
"DeleteMembership": { | ||
"methods": [ | ||
"delete_membership" | ||
] | ||
}, | ||
"GenerateConnectManifest": { | ||
"methods": [ | ||
"generate_connect_manifest" | ||
] | ||
}, | ||
"GenerateExclusivityManifest": { | ||
"methods": [ | ||
"generate_exclusivity_manifest" | ||
] | ||
}, | ||
"GetMembership": { | ||
"methods": [ | ||
"get_membership" | ||
] | ||
}, | ||
"ListMemberships": { | ||
"methods": [ | ||
"list_memberships" | ||
] | ||
}, | ||
"UpdateMembership": { | ||
"methods": [ | ||
"update_membership" | ||
] | ||
}, | ||
"ValidateExclusivity": { | ||
"methods": [ | ||
"validate_exclusivity" | ||
] | ||
} | ||
} | ||
}, | ||
"grpc-async": { | ||
"libraryClient": "GkeHubMembershipServiceAsyncClient", | ||
"rpcs": { | ||
"CreateMembership": { | ||
"methods": [ | ||
"create_membership" | ||
] | ||
}, | ||
"DeleteMembership": { | ||
"methods": [ | ||
"delete_membership" | ||
] | ||
}, | ||
"GenerateConnectManifest": { | ||
"methods": [ | ||
"generate_connect_manifest" | ||
] | ||
}, | ||
"GenerateExclusivityManifest": { | ||
"methods": [ | ||
"generate_exclusivity_manifest" | ||
] | ||
}, | ||
"GetMembership": { | ||
"methods": [ | ||
"get_membership" | ||
] | ||
}, | ||
"ListMemberships": { | ||
"methods": [ | ||
"list_memberships" | ||
] | ||
}, | ||
"UpdateMembership": { | ||
"methods": [ | ||
"update_membership" | ||
] | ||
}, | ||
"ValidateExclusivity": { | ||
"methods": [ | ||
"validate_exclusivity" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
1 change: 0 additions & 1 deletion
1
packages/google-cloud-gke-hub/google/cloud/gkehub_v1beta1/services/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.