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: docs/dyn/managedidentities_v1.projects.locations.global_.domains.html
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,11 @@
74
74
75
75
<h1><ahref="managedidentities_v1.html">Managed Service for Microsoft Active Directory API</a> . <ahref="managedidentities_v1.projects.html">projects</a> . <ahref="managedidentities_v1.projects.locations.html">locations</a> . <ahref="managedidentities_v1.projects.locations.global_.html">global_</a> . <ahref="managedidentities_v1.projects.locations.global_.domains.html">domains</a></h1>
font-family: Monaco,'DejaVu Sans Mono','Bitstream Vera Sans Mono','Lucida Console', monospace;
39
+
}
40
+
41
+
pre {
42
+
margin-top:0.5em;
43
+
}
44
+
45
+
h1,h2,h3,p {
46
+
font-family: Arial, sans serif;
47
+
}
48
+
49
+
h1,h2,h3 {
50
+
border-bottom: solid #CCC1px;
51
+
}
52
+
53
+
.toc_element {
54
+
margin-top:0.5em;
55
+
}
56
+
57
+
.firstline {
58
+
margin-left:2 em;
59
+
}
60
+
61
+
.method {
62
+
margin-top:1em;
63
+
border: solid 1px#CCC;
64
+
padding:1em;
65
+
background:#EEE;
66
+
}
67
+
68
+
.details {
69
+
font-weight: bold;
70
+
font-size:14px;
71
+
}
72
+
73
+
</style>
74
+
75
+
<h1><ahref="managedidentities_v1.html">Managed Service for Microsoft Active Directory API</a> . <ahref="managedidentities_v1.projects.html">projects</a> . <ahref="managedidentities_v1.projects.locations.html">locations</a> . <ahref="managedidentities_v1.projects.locations.global_.html">global_</a> . <ahref="managedidentities_v1.projects.locations.global_.domains.html">domains</a> . <ahref="managedidentities_v1.projects.locations.global_.domains.sqlIntegrations.html">sqlIntegrations</a></h1>
name: string, Required. SQLIntegration resource name using the form: `projects/{project_id}/locations/global/domains/{domain}/sqlIntegrations/{name}` (required)
101
+
x__xgafv: string, V1 error format.
102
+
Allowed values
103
+
1 - v1 error format
104
+
2 - v2 error format
105
+
106
+
Returns:
107
+
An object of the form:
108
+
109
+
{ # Represents the Sql instance integrated with AD.
110
+
"createTime": "A String", # Output only. The time sql integration was created. Synthetic field is populated automatically by CCFE.
111
+
"name": "A String", # The unique name of the sql integration in the form of `projects/{project_id}/locations/global/domains/{domain_name}/sqlIntegrations/{sql_integration}`
112
+
"sqlInstance": "A String", # The full resource name of an integrated sql instance
113
+
"state": "A String", # Output only. The current state of the sql integration.
114
+
"updateTime": "A String", # Output only. The time sql integration was updated. Synthetic field is populated automatically by CCFE.
parent: string, Required. The resource name of the SqlIntegrations using the form: `projects/{project_id}/locations/global/domains/*` (required)
124
+
filter: string, Optional. Filter specifying constraints of a list operation. For example, `SqlIntegration.name="sql"`.
125
+
orderBy: string, Optional. Specifies the ordering of results following syntax at https://cloud.google.com/apis/design/design_patterns#sorting_order.
126
+
pageSize: integer, Optional. The maximum number of items to return. If not specified, a default value of 1000 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response'ANIZATIONs next_page_token to determine if there are more instances left to be queried.
127
+
pageToken: string, Optional. The next_page_token value returned from a previous List request, if any.
128
+
x__xgafv: string, V1 error format.
129
+
Allowed values
130
+
1 - v1 error format
131
+
2 - v2 error format
132
+
133
+
Returns:
134
+
An object of the form:
135
+
136
+
{ # ListSqlIntegrationsResponse is the response message for ListSqlIntegrations method.
137
+
"nextPageToken": "A String", # Token to retrieve the next page of results, or empty if there are no more results in the list.
138
+
"sqlIntegrations": [ # A list of SQLIntegrations of a domain.
139
+
{ # Represents the Sql instance integrated with AD.
140
+
"createTime": "A String", # Output only. The time sql integration was created. Synthetic field is populated automatically by CCFE.
141
+
"name": "A String", # The unique name of the sql integration in the form of `projects/{project_id}/locations/global/domains/{domain_name}/sqlIntegrations/{sql_integration}`
142
+
"sqlInstance": "A String", # The full resource name of an integrated sql instance
143
+
"state": "A String", # Output only. The current state of the sql integration.
144
+
"updateTime": "A String", # Output only. The time sql integration was updated. Synthetic field is populated automatically by CCFE.
145
+
},
146
+
],
147
+
"unreachable": [ # A list of locations that could not be reached.
Copy file name to clipboardExpand all lines: docs/dyn/managedidentities_v1.projects.locations.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ <h3>Method Details</h3>
131
131
Args:
132
132
name: string, The resource that owns the locations collection, if applicable. (required)
133
133
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like "displayName=tokyo", and is documented in more detail in [AIP-160](https://google.aip.dev/160).
134
-
pageSize: integer, The maximum number of results to return. If not set, the service will select a default.
134
+
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
135
135
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
0 commit comments