You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-file/v1/2.0.0/com/google/api/services/file/v1/model/GoogleCloudSaasacceleratorManagementProvidersV1Instance.java
+39Lines changed: 39 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,18 @@ public final class GoogleCloudSaasacceleratorManagementProvidersV1Instance exten
52
52
@com.google.api.client.util.Key
53
53
privatejava.lang.StringconsumerDefinedName;
54
54
55
+
/**
56
+
* Optional. The consumer_project_number associated with this Apigee instance. This field is added
57
+
* specifically to support Apigee integration with SLM Rollout and UMM. It represents the
58
+
* numerical project ID of the GCP project that consumes this Apigee instance. It is used for SLM
59
+
* rollout notifications and UMM integration, enabling proper mapping to customer projects and log
60
+
* delivery for Apigee instances. This field complements consumer_project_id and may be used for
61
+
* specific Apigee scenarios where the numerical ID is required.
62
+
* The value may be {@code null}.
63
+
*/
64
+
@com.google.api.client.util.Key
65
+
privatejava.lang.StringconsumerProjectNumber;
66
+
55
67
/**
56
68
* Output only. Timestamp when the resource was created.
57
69
* The value may be {@code null}.
@@ -209,6 +221,33 @@ public GoogleCloudSaasacceleratorManagementProvidersV1Instance setConsumerDefine
209
221
returnthis;
210
222
}
211
223
224
+
/**
225
+
* Optional. The consumer_project_number associated with this Apigee instance. This field is added
226
+
* specifically to support Apigee integration with SLM Rollout and UMM. It represents the
227
+
* numerical project ID of the GCP project that consumes this Apigee instance. It is used for SLM
228
+
* rollout notifications and UMM integration, enabling proper mapping to customer projects and log
229
+
* delivery for Apigee instances. This field complements consumer_project_id and may be used for
230
+
* specific Apigee scenarios where the numerical ID is required.
Copy file name to clipboardExpand all lines: clients/google-api-services-file/v1beta1/2.0.0/com/google/api/services/file/v1beta1/model/GoogleCloudSaasacceleratorManagementProvidersV1Instance.java
+39Lines changed: 39 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,18 @@ public final class GoogleCloudSaasacceleratorManagementProvidersV1Instance exten
52
52
@com.google.api.client.util.Key
53
53
privatejava.lang.StringconsumerDefinedName;
54
54
55
+
/**
56
+
* Optional. The consumer_project_number associated with this Apigee instance. This field is added
57
+
* specifically to support Apigee integration with SLM Rollout and UMM. It represents the
58
+
* numerical project ID of the GCP project that consumes this Apigee instance. It is used for SLM
59
+
* rollout notifications and UMM integration, enabling proper mapping to customer projects and log
60
+
* delivery for Apigee instances. This field complements consumer_project_id and may be used for
61
+
* specific Apigee scenarios where the numerical ID is required.
62
+
* The value may be {@code null}.
63
+
*/
64
+
@com.google.api.client.util.Key
65
+
privatejava.lang.StringconsumerProjectNumber;
66
+
55
67
/**
56
68
* Output only. Timestamp when the resource was created.
57
69
* The value may be {@code null}.
@@ -209,6 +221,33 @@ public GoogleCloudSaasacceleratorManagementProvidersV1Instance setConsumerDefine
209
221
returnthis;
210
222
}
211
223
224
+
/**
225
+
* Optional. The consumer_project_number associated with this Apigee instance. This field is added
226
+
* specifically to support Apigee integration with SLM Rollout and UMM. It represents the
227
+
* numerical project ID of the GCP project that consumes this Apigee instance. It is used for SLM
228
+
* rollout notifications and UMM integration, enabling proper mapping to customer projects and log
229
+
* delivery for Apigee instances. This field complements consumer_project_id and may be used for
230
+
* specific Apigee scenarios where the numerical ID is required.
0 commit comments