Skip to content

Commit 5891817

Browse files
feat(apigee): update the api
#### apigee:v1 The following keys were added: - resources.organizations.resources.endpointAttachments.methods.create (Total Keys: 14) - resources.organizations.resources.endpointAttachments.methods.delete (Total Keys: 11) - resources.organizations.resources.endpointAttachments.methods.get (Total Keys: 11) - resources.organizations.resources.endpointAttachments.methods.list (Total Keys: 16) - schemas.GoogleCloudApigeeV1DebugSession.properties.createTime (Total Keys: 3) - schemas.GoogleCloudApigeeV1EndpointAttachment (Total Keys: 7) - schemas.GoogleCloudApigeeV1ListEndpointAttachmentsResponse (Total Keys: 5)
1 parent 29d7c99 commit 5891817

File tree

4 files changed

+429
-3
lines changed

4 files changed

+429
-3
lines changed
Lines changed: 247 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,247 @@
1+
<html><body>
2+
<style>
3+
4+
body, h1, h2, h3, div, span, p, pre, a {
5+
margin: 0;
6+
padding: 0;
7+
border: 0;
8+
font-weight: inherit;
9+
font-style: inherit;
10+
font-size: 100%;
11+
font-family: inherit;
12+
vertical-align: baseline;
13+
}
14+
15+
body {
16+
font-size: 13px;
17+
padding: 1em;
18+
}
19+
20+
h1 {
21+
font-size: 26px;
22+
margin-bottom: 1em;
23+
}
24+
25+
h2 {
26+
font-size: 24px;
27+
margin-bottom: 1em;
28+
}
29+
30+
h3 {
31+
font-size: 20px;
32+
margin-bottom: 1em;
33+
margin-top: 1em;
34+
}
35+
36+
pre, code {
37+
line-height: 1.5;
38+
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 #CCC 1px;
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><a href="apigee_v1.html">Apigee API</a> . <a href="apigee_v1.organizations.html">organizations</a> . <a href="apigee_v1.organizations.endpointAttachments.html">endpointAttachments</a></h1>
76+
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="#close">close()</a></code></p>
79+
<p class="firstline">Close httplib2 connections.</p>
80+
<p class="toc_element">
81+
<code><a href="#create">create(parent, body=None, endpointAttachmentId=None, x__xgafv=None)</a></code></p>
82+
<p class="firstline">Creates an EndpointAttachment. **Note:** Not supported for Apigee hybrid.</p>
83+
<p class="toc_element">
84+
<code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
85+
<p class="firstline">Deletes an endpoint attachment.</p>
86+
<p class="toc_element">
87+
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
88+
<p class="firstline">Gets the specified EndpointAttachment.</p>
89+
<p class="toc_element">
90+
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
91+
<p class="firstline">Lists the EndpointAttachments in the specified Organization.</p>
92+
<p class="toc_element">
93+
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
94+
<p class="firstline">Retrieves the next page of results.</p>
95+
<h3>Method Details</h3>
96+
<div class="method">
97+
<code class="details" id="close">close()</code>
98+
<pre>Close httplib2 connections.</pre>
99+
</div>
100+
101+
<div class="method">
102+
<code class="details" id="create">create(parent, body=None, endpointAttachmentId=None, x__xgafv=None)</code>
103+
<pre>Creates an EndpointAttachment. **Note:** Not supported for Apigee hybrid.
104+
105+
Args:
106+
parent: string, Required. The Organization this EndpointAttachment will be created in. (required)
107+
body: object, The request body.
108+
The object takes the form of:
109+
110+
{ # Apigee Endpoint Attachment.
111+
&quot;host&quot;: &quot;A String&quot;, # Output only. Host that can be used in either HTTP Target Endpoint directly, or as the host in Target Server.
112+
&quot;location&quot;: &quot;A String&quot;, # Required. Location of the endpoint attachment.
113+
&quot;name&quot;: &quot;A String&quot;, # Name of the Endpoint Attachment in the following format: `organizations/{organization}/endpointAttachments/{endpoint_attachment}`.
114+
&quot;serviceAttachment&quot;: &quot;A String&quot;, # Format: projects/*/regions/*/serviceAttachments/*
115+
}
116+
117+
endpointAttachmentId: string, The ID to use for the endpoint attachment. ID must be a 1-20 characters string with lowercase letters and numbers and must start with a letter.
118+
x__xgafv: string, V1 error format.
119+
Allowed values
120+
1 - v1 error format
121+
2 - v2 error format
122+
123+
Returns:
124+
An object of the form:
125+
126+
{ # This resource represents a long-running operation that is the result of a network API call.
127+
&quot;done&quot;: True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
128+
&quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
129+
&quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
130+
&quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
131+
{
132+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
133+
},
134+
],
135+
&quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
136+
},
137+
&quot;metadata&quot;: { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
138+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
139+
},
140+
&quot;name&quot;: &quot;A String&quot;, # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
141+
&quot;response&quot;: { # The normal response of the operation in case of success. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
142+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
143+
},
144+
}</pre>
145+
</div>
146+
147+
<div class="method">
148+
<code class="details" id="delete">delete(name, x__xgafv=None)</code>
149+
<pre>Deletes an endpoint attachment.
150+
151+
Args:
152+
name: string, Required. Name of the Endpoint Attachment in the following format: `organizations/{organization}/endpointAttachments/{endpoint_attachment}`. (required)
153+
x__xgafv: string, V1 error format.
154+
Allowed values
155+
1 - v1 error format
156+
2 - v2 error format
157+
158+
Returns:
159+
An object of the form:
160+
161+
{ # This resource represents a long-running operation that is the result of a network API call.
162+
&quot;done&quot;: True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
163+
&quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
164+
&quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
165+
&quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
166+
{
167+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
168+
},
169+
],
170+
&quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
171+
},
172+
&quot;metadata&quot;: { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
173+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
174+
},
175+
&quot;name&quot;: &quot;A String&quot;, # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
176+
&quot;response&quot;: { # The normal response of the operation in case of success. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
177+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
178+
},
179+
}</pre>
180+
</div>
181+
182+
<div class="method">
183+
<code class="details" id="get">get(name, x__xgafv=None)</code>
184+
<pre>Gets the specified EndpointAttachment.
185+
186+
Args:
187+
name: string, Required. Name of the Endpoint Attachment in the following format: `organizations/{organization}/endpointAttachments/{endpoint_attachment}`. (required)
188+
x__xgafv: string, V1 error format.
189+
Allowed values
190+
1 - v1 error format
191+
2 - v2 error format
192+
193+
Returns:
194+
An object of the form:
195+
196+
{ # Apigee Endpoint Attachment.
197+
&quot;host&quot;: &quot;A String&quot;, # Output only. Host that can be used in either HTTP Target Endpoint directly, or as the host in Target Server.
198+
&quot;location&quot;: &quot;A String&quot;, # Required. Location of the endpoint attachment.
199+
&quot;name&quot;: &quot;A String&quot;, # Name of the Endpoint Attachment in the following format: `organizations/{organization}/endpointAttachments/{endpoint_attachment}`.
200+
&quot;serviceAttachment&quot;: &quot;A String&quot;, # Format: projects/*/regions/*/serviceAttachments/*
201+
}</pre>
202+
</div>
203+
204+
<div class="method">
205+
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
206+
<pre>Lists the EndpointAttachments in the specified Organization.
207+
208+
Args:
209+
parent: string, Required. Name of the Organization for which to list Endpoint Attachments in the format: `organizations/{organization}`. (required)
210+
pageSize: integer, Optional. Maximum number of Endpoint Attachments to return. If unspecified, at most 25 attachments will be returned.
211+
pageToken: string, Optional. Page token, returned from a previous ListEndpointAttachments call, that you can use to retrieve the next page.
212+
x__xgafv: string, V1 error format.
213+
Allowed values
214+
1 - v1 error format
215+
2 - v2 error format
216+
217+
Returns:
218+
An object of the form:
219+
220+
{ # Response for ListEndpointAttachments method.
221+
&quot;endpointAttachments&quot;: [ # Endpoint Attachments in the specified organization.
222+
{ # Apigee Endpoint Attachment.
223+
&quot;host&quot;: &quot;A String&quot;, # Output only. Host that can be used in either HTTP Target Endpoint directly, or as the host in Target Server.
224+
&quot;location&quot;: &quot;A String&quot;, # Required. Location of the endpoint attachment.
225+
&quot;name&quot;: &quot;A String&quot;, # Name of the Endpoint Attachment in the following format: `organizations/{organization}/endpointAttachments/{endpoint_attachment}`.
226+
&quot;serviceAttachment&quot;: &quot;A String&quot;, # Format: projects/*/regions/*/serviceAttachments/*
227+
},
228+
],
229+
&quot;nextPageToken&quot;: &quot;A String&quot;, # Page token that you can include in a ListEndpointAttachments request to retrieve the next page. If omitted, no subsequent pages exist.
230+
}</pre>
231+
</div>
232+
233+
<div class="method">
234+
<code class="details" id="list_next">list_next(previous_request, previous_response)</code>
235+
<pre>Retrieves the next page of results.
236+
237+
Args:
238+
previous_request: The request for the previous page. (required)
239+
previous_response: The response from the request for the previous page. (required)
240+
241+
Returns:
242+
A request object that you can call &#x27;execute()&#x27; on to request the next
243+
page. Returns None if there are no more items in the collection.
244+
</pre>
245+
</div>
246+
247+
</body></html>

docs/dyn/apigee_v1.organizations.environments.apis.revisions.debugsessions.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ <h3>Method Details</h3>
114114

115115
{
116116
&quot;count&quot;: 42, # Optional. The number of request to be traced. Min = 1, Max = 15, Default = 10.
117+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The first transaction creation timestamp, recorded by UAP.
117118
&quot;filter&quot;: &quot;A String&quot;, # Optional. A conditional statement which is evaluated against the request message to determine if it should be traced. Syntax matches that of on API Proxy bundle flow Condition.
118119
&quot;name&quot;: &quot;A String&quot;, # A unique ID for this DebugSession.
119120
&quot;timeout&quot;: &quot;A String&quot;, # Optional. The time in seconds after which this DebugSession should end. This value will override the value in query param, if both are provided.
@@ -132,6 +133,7 @@ <h3>Method Details</h3>
132133

133134
{
134135
&quot;count&quot;: 42, # Optional. The number of request to be traced. Min = 1, Max = 15, Default = 10.
136+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The first transaction creation timestamp, recorded by UAP.
135137
&quot;filter&quot;: &quot;A String&quot;, # Optional. A conditional statement which is evaluated against the request message to determine if it should be traced. Syntax matches that of on API Proxy bundle flow Condition.
136138
&quot;name&quot;: &quot;A String&quot;, # A unique ID for this DebugSession.
137139
&quot;timeout&quot;: &quot;A String&quot;, # Optional. The time in seconds after which this DebugSession should end. This value will override the value in query param, if both are provided.
@@ -174,6 +176,7 @@ <h3>Method Details</h3>
174176

175177
{
176178
&quot;count&quot;: 42, # Optional. The number of request to be traced. Min = 1, Max = 15, Default = 10.
179+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The first transaction creation timestamp, recorded by UAP.
177180
&quot;filter&quot;: &quot;A String&quot;, # Optional. A conditional statement which is evaluated against the request message to determine if it should be traced. Syntax matches that of on API Proxy bundle flow Condition.
178181
&quot;name&quot;: &quot;A String&quot;, # A unique ID for this DebugSession.
179182
&quot;timeout&quot;: &quot;A String&quot;, # Optional. The time in seconds after which this DebugSession should end. This value will override the value in query param, if both are provided.
@@ -203,7 +206,7 @@ <h3>Method Details</h3>
203206
&quot;sessions&quot;: [ # Session info that includes debug session ID and the first transaction creation timestamp.
204207
{ # Session carries the debug session id and its creation time.
205208
&quot;id&quot;: &quot;A String&quot;, # The debug session ID.
206-
&quot;timestampMs&quot;: &quot;A String&quot;, # The first transaction creation timestamp in millisecond, recoreded by UAP.
209+
&quot;timestampMs&quot;: &quot;A String&quot;, # The first transaction creation timestamp in millisecond, recorded by UAP.
207210
},
208211
],
209212
}</pre>

docs/dyn/apigee_v1.organizations.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,11 @@ <h2>Instance Methods</h2>
109109
</p>
110110
<p class="firstline">Returns the developers Resource.</p>
111111

112+
<p class="toc_element">
113+
<code><a href="apigee_v1.organizations.endpointAttachments.html">endpointAttachments()</a></code>
114+
</p>
115+
<p class="firstline">Returns the endpointAttachments Resource.</p>
116+
112117
<p class="toc_element">
113118
<code><a href="apigee_v1.organizations.envgroups.html">envgroups()</a></code>
114119
</p>

0 commit comments

Comments
 (0)