1717@class GTLRAPIhub_GoogleCloudApihubV1AdditionalSpecContent_Labels;
1818@class GTLRAPIhub_GoogleCloudApihubV1Addon;
1919@class GTLRAPIhub_GoogleCloudApihubV1AddonConfig;
20+ @class GTLRAPIhub_GoogleCloudApihubV1AgentRegistrySyncConfig;
2021@class GTLRAPIhub_GoogleCloudApihubV1AllDataAddonConfig;
2122@class GTLRAPIhub_GoogleCloudApihubV1AllowedValue;
2223@class GTLRAPIhub_GoogleCloudApihubV1Api;
@@ -1748,6 +1749,22 @@ FOUNDATION_EXTERN NSString * const kGTLRAPIhub_GoogleCloudApihubV1SummaryEntry_S
17481749@end
17491750
17501751
1752+ /* *
1753+ * The configuration for Agent Registry sync.
1754+ */
1755+ @interface GTLRAPIhub_GoogleCloudApihubV1AgentRegistrySyncConfig : GTLRObject
1756+
1757+ /* *
1758+ * Optional. If true, the MCP data sync to the Agent Registry will be disabled.
1759+ * The default value is false.
1760+ *
1761+ * Uses NSNumber of boolValue.
1762+ */
1763+ @property (nonatomic , strong , nullable ) NSNumber *disabled;
1764+
1765+ @end
1766+
1767+
17511768/* *
17521769 * Configuration for addons which act on all data in the API hub. This is used
17531770 * to specify if the addon is enabled for all data in the API hub.
@@ -2333,10 +2350,10 @@ FOUNDATION_EXTERN NSString * const kGTLRAPIhub_GoogleCloudApihubV1SummaryEntry_S
23332350 */
23342351@interface GTLRAPIhub_GoogleCloudApihubV1ApiView : GTLRObject
23352352
2336- /* * Output only. MCP server view. */
2353+ /* * MCP server view. */
23372354@property (nonatomic , strong , nullable ) GTLRAPIhub_GoogleCloudApihubV1FlattenedApiVersionDeploymentView *mcpServerView;
23382355
2339- /* * Output only. MCP tools view. */
2356+ /* * MCP tools view. */
23402357@property (nonatomic , strong , nullable ) GTLRAPIhub_GoogleCloudApihubV1FlattenedApiVersionOperationDeploymentView *mcpToolView;
23412358
23422359@end
@@ -2632,6 +2649,12 @@ FOUNDATION_EXTERN NSString * const kGTLRAPIhub_GoogleCloudApihubV1SummaryEntry_S
26322649 */
26332650@interface GTLRAPIhub_GoogleCloudApihubV1Config : GTLRObject
26342651
2652+ /* *
2653+ * Optional. The configuration for syncing MCP data in the API Hub instance to
2654+ * the Agent Registry.
2655+ */
2656+ @property (nonatomic , strong , nullable ) GTLRAPIhub_GoogleCloudApihubV1AgentRegistrySyncConfig *agentRegistrySyncConfig;
2657+
26352658/* *
26362659 * Optional. The Customer Managed Encryption Key (CMEK) used for data
26372660 * encryption. The CMEK name should follow the format of
@@ -3750,13 +3773,13 @@ FOUNDATION_EXTERN NSString * const kGTLRAPIhub_GoogleCloudApihubV1SummaryEntry_S
37503773 */
37513774@interface GTLRAPIhub_GoogleCloudApihubV1FlattenedApiVersionDeploymentView : GTLRObject
37523775
3753- /* * The API. */
3776+ /* * Optional. The API. */
37543777@property (nonatomic , strong , nullable ) GTLRAPIhub_GoogleCloudApihubV1Api *api;
37553778
3756- /* * The deployment. */
3779+ /* * Optional. The deployment. */
37573780@property (nonatomic , strong , nullable ) GTLRAPIhub_GoogleCloudApihubV1Deployment *deployment;
37583781
3759- /* * The version. */
3782+ /* * Optional. The version. */
37603783@property (nonatomic , strong , nullable ) GTLRAPIhub_GoogleCloudApihubV1Version *version;
37613784
37623785@end
@@ -3769,16 +3792,16 @@ FOUNDATION_EXTERN NSString * const kGTLRAPIhub_GoogleCloudApihubV1SummaryEntry_S
37693792 */
37703793@interface GTLRAPIhub_GoogleCloudApihubV1FlattenedApiVersionOperationDeploymentView : GTLRObject
37713794
3772- /* * The API. */
3795+ /* * Optional. The API. */
37733796@property (nonatomic , strong , nullable ) GTLRAPIhub_GoogleCloudApihubV1Api *api;
37743797
3775- /* * The API operation. */
3798+ /* * Optional. The API operation. */
37763799@property (nonatomic , strong , nullable ) GTLRAPIhub_GoogleCloudApihubV1ApiOperation *apiOperation;
37773800
3778- /* * The deployment. */
3801+ /* * Optional. The deployment. */
37793802@property (nonatomic , strong , nullable ) GTLRAPIhub_GoogleCloudApihubV1Deployment *deployment;
37803803
3781- /* * The version. */
3804+ /* * Optional. The version. */
37823805@property (nonatomic , strong , nullable ) GTLRAPIhub_GoogleCloudApihubV1Version *version;
37833806
37843807@end
@@ -5614,7 +5637,7 @@ FOUNDATION_EXTERN NSString * const kGTLRAPIhub_GoogleCloudApihubV1SummaryEntry_S
56145637@interface GTLRAPIhub_GoogleCloudApihubV1RetrieveApiViewsResponse : GTLRCollectionObject
56155638
56165639/* *
5617- * The list of API views.
5640+ * Output only. The list of API views.
56185641 *
56195642 * @note This property is used to support NSFastEnumeration and indexed
56205643 * subscripting on this class.
0 commit comments