public class SearchConsole.UrlInspection extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
SearchConsole.UrlInspection.Index
The "index" collection of methods.
|
| Constructor and Description |
|---|
UrlInspection() |
| Modifier and Type | Method and Description |
|---|---|
SearchConsole.UrlInspection.Index |
index()
An accessor for creating requests from the Index collection.
|
public SearchConsole.UrlInspection.Index index()
The typical use is:
SearchConsole searchconsole = new SearchConsole(...);SearchConsole.Index.List request = searchconsole.index().list(parameters ...)
Copyright © 2011–2025 Google. All rights reserved.