|
77 | 77 | * threads. In the example above, try-with-resources is used, which automatically calls close().
|
78 | 78 | *
|
79 | 79 | * <table>
|
80 |
| - * <caption>Methods</caption> |
| 80 | + * <caption>Methods</caption> |
81 | 81 | * <tr>
|
82 | 82 | * <th>Method</th>
|
83 | 83 | * <th>Description</th>
|
84 | 84 | * <th>Method Variants</th>
|
85 | 85 | * </tr>
|
86 | 86 | * <tr>
|
87 |
| - * <td>DeleteLog</td> |
| 87 | + * <td><p> DeleteLog</td> |
88 | 88 | * <td><p> Deletes all the log entries in a log for the _Default Log Bucket. The log reappears if it receives new entries. Log entries written shortly before the delete operation might not be deleted. Entries received after the delete operation with a timestamp before the operation will be deleted.</td>
|
89 | 89 | * <td>
|
90 | 90 | * <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
|
91 | 91 | * <ul>
|
92 |
| - * <li>deleteLog(DeleteLogRequest request) |
| 92 | + * <li><p> deleteLog(DeleteLogRequest request) |
93 | 93 | * </ul>
|
94 | 94 | * <p>"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.</p>
|
95 | 95 | * <ul>
|
96 |
| - * <li>deleteLog(LogName logName) |
97 |
| - * <li>deleteLog(String logName) |
| 96 | + * <li><p> deleteLog(LogName logName) |
| 97 | + * <li><p> deleteLog(String logName) |
98 | 98 | * </ul>
|
99 | 99 | * <p>Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.</p>
|
100 | 100 | * <ul>
|
101 |
| - * <li>deleteLogCallable() |
| 101 | + * <li><p> deleteLogCallable() |
102 | 102 | * </ul>
|
103 | 103 | * </td>
|
104 | 104 | * </tr>
|
105 | 105 | * <tr>
|
106 |
| - * <td>WriteLogEntries</td> |
| 106 | + * <td><p> WriteLogEntries</td> |
107 | 107 | * <td><p> Writes log entries to Logging. This API method is the only way to send log entries to Logging. This method is used, directly or indirectly, by the Logging agent (fluentd) and all logging libraries configured to use Logging. A single request may contain log entries for a maximum of 1000 different resources (projects, organizations, billing accounts or folders)</td>
|
108 | 108 | * <td>
|
109 | 109 | * <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
|
110 | 110 | * <ul>
|
111 |
| - * <li>writeLogEntries(WriteLogEntriesRequest request) |
| 111 | + * <li><p> writeLogEntries(WriteLogEntriesRequest request) |
112 | 112 | * </ul>
|
113 | 113 | * <p>"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.</p>
|
114 | 114 | * <ul>
|
115 |
| - * <li>writeLogEntries(LogName logName, MonitoredResource resource, Map<String, String> labels, List<LogEntry> entries) |
116 |
| - * <li>writeLogEntries(String logName, MonitoredResource resource, Map<String, String> labels, List<LogEntry> entries) |
| 115 | + * <li><p> writeLogEntries(LogName logName, MonitoredResource resource, Map<String, String> labels, List<LogEntry> entries) |
| 116 | + * <li><p> writeLogEntries(String logName, MonitoredResource resource, Map<String, String> labels, List<LogEntry> entries) |
117 | 117 | * </ul>
|
118 | 118 | * <p>Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.</p>
|
119 | 119 | * <ul>
|
120 |
| - * <li>writeLogEntriesCallable() |
| 120 | + * <li><p> writeLogEntriesCallable() |
121 | 121 | * </ul>
|
122 | 122 | * </td>
|
123 | 123 | * </tr>
|
124 | 124 | * <tr>
|
125 |
| - * <td>ListLogEntries</td> |
| 125 | + * <td><p> ListLogEntries</td> |
126 | 126 | * <td><p> Lists log entries. Use this method to retrieve log entries that originated from a project/folder/organization/billing account. For ways to export log entries, see [Exporting Logs](https://cloud.google.com/logging/docs/export).</td>
|
127 | 127 | * <td>
|
128 | 128 | * <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
|
129 | 129 | * <ul>
|
130 |
| - * <li>listLogEntries(ListLogEntriesRequest request) |
| 130 | + * <li><p> listLogEntries(ListLogEntriesRequest request) |
131 | 131 | * </ul>
|
132 | 132 | * <p>"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.</p>
|
133 | 133 | * <ul>
|
134 |
| - * <li>listLogEntries(List<String> resourceNames, String filter, String orderBy) |
| 134 | + * <li><p> listLogEntries(List<String> resourceNames, String filter, String orderBy) |
135 | 135 | * </ul>
|
136 | 136 | * <p>Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.</p>
|
137 | 137 | * <ul>
|
138 |
| - * <li>listLogEntriesPagedCallable() |
139 |
| - * <li>listLogEntriesCallable() |
| 138 | + * <li><p> listLogEntriesPagedCallable() |
| 139 | + * <li><p> listLogEntriesCallable() |
140 | 140 | * </ul>
|
141 | 141 | * </td>
|
142 | 142 | * </tr>
|
143 | 143 | * <tr>
|
144 |
| - * <td>ListMonitoredResourceDescriptors</td> |
| 144 | + * <td><p> ListMonitoredResourceDescriptors</td> |
145 | 145 | * <td><p> Lists the descriptors for monitored resource types used by Logging.</td>
|
146 | 146 | * <td>
|
147 | 147 | * <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
|
148 | 148 | * <ul>
|
149 |
| - * <li>listMonitoredResourceDescriptors(ListMonitoredResourceDescriptorsRequest request) |
| 149 | + * <li><p> listMonitoredResourceDescriptors(ListMonitoredResourceDescriptorsRequest request) |
150 | 150 | * </ul>
|
151 | 151 | * <p>Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.</p>
|
152 | 152 | * <ul>
|
153 |
| - * <li>listMonitoredResourceDescriptorsPagedCallable() |
154 |
| - * <li>listMonitoredResourceDescriptorsCallable() |
| 153 | + * <li><p> listMonitoredResourceDescriptorsPagedCallable() |
| 154 | + * <li><p> listMonitoredResourceDescriptorsCallable() |
155 | 155 | * </ul>
|
156 | 156 | * </td>
|
157 | 157 | * </tr>
|
158 | 158 | * <tr>
|
159 |
| - * <td>ListLogs</td> |
| 159 | + * <td><p> ListLogs</td> |
160 | 160 | * <td><p> Lists the logs in projects, organizations, folders, or billing accounts. Only logs that have entries are listed.</td>
|
161 | 161 | * <td>
|
162 | 162 | * <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
|
163 | 163 | * <ul>
|
164 |
| - * <li>listLogs(ListLogsRequest request) |
| 164 | + * <li><p> listLogs(ListLogsRequest request) |
165 | 165 | * </ul>
|
166 | 166 | * <p>"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.</p>
|
167 | 167 | * <ul>
|
168 |
| - * <li>listLogs(BillingAccountName parent) |
169 |
| - * <li>listLogs(FolderName parent) |
170 |
| - * <li>listLogs(OrganizationName parent) |
171 |
| - * <li>listLogs(ProjectName parent) |
172 |
| - * <li>listLogs(String parent) |
| 168 | + * <li><p> listLogs(BillingAccountName parent) |
| 169 | + * <li><p> listLogs(FolderName parent) |
| 170 | + * <li><p> listLogs(OrganizationName parent) |
| 171 | + * <li><p> listLogs(ProjectName parent) |
| 172 | + * <li><p> listLogs(String parent) |
173 | 173 | * </ul>
|
174 | 174 | * <p>Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.</p>
|
175 | 175 | * <ul>
|
176 |
| - * <li>listLogsPagedCallable() |
177 |
| - * <li>listLogsCallable() |
| 176 | + * <li><p> listLogsPagedCallable() |
| 177 | + * <li><p> listLogsCallable() |
178 | 178 | * </ul>
|
179 | 179 | * </td>
|
180 | 180 | * </tr>
|
181 | 181 | * <tr>
|
182 |
| - * <td>TailLogEntries</td> |
| 182 | + * <td><p> TailLogEntries</td> |
183 | 183 | * <td><p> Streaming read of log entries as they are ingested. Until the stream is terminated, it will continue reading logs.</td>
|
184 | 184 | * <td>
|
185 | 185 | * <p>Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.</p>
|
186 | 186 | * <ul>
|
187 |
| - * <li>tailLogEntriesCallable() |
| 187 | + * <li><p> tailLogEntriesCallable() |
188 | 188 | * </ul>
|
189 | 189 | * </td>
|
190 | 190 | * </tr>
|
|
0 commit comments