public class DnsOptions extends HttpServiceOptions<Dns,DnsRpc,DnsOptions>
| Modifier and Type | Class and Description |
|---|---|
static class |
DnsOptions.Builder |
static class |
DnsOptions.DefaultDnsFactory |
static class |
DnsOptions.DefaultDnsRpcFactory |
HttpServiceOptions.DefaultHttpTransportFactory, HttpServiceOptions.HttpTransportFactory| Modifier and Type | Method and Description |
|---|---|
static DnsOptions.Builder |
builder() |
static DnsOptions |
defaultInstance()
Creates a default instance of
DnsOptions with the project ID and credentials inferred
from the environment. |
protected DnsRpcFactory |
defaultRpcFactory() |
protected DnsFactory |
defaultServiceFactory() |
boolean |
equals(Object obj) |
int |
hashCode() |
protected Set<String> |
scopes() |
DnsOptions.Builder |
toBuilder() |
baseEquals, baseHashCode, connectTimeout, httpRequestInitializer, httpTransportFactory, readTimeoutappEngineAppId, appEngineProjectId, applicationName, authCredentials, baseEquals, clock, defaultHost, defaultProject, defaultRetryParams, googleCloudProjectId, host, libraryName, libraryVersion, projectId, projectIdRequired, retryParams, rpc, service, serviceAccountProjectIdprotected DnsFactory defaultServiceFactory()
defaultServiceFactory in class ServiceOptions<Dns,DnsRpc,DnsOptions>protected DnsRpcFactory defaultRpcFactory()
defaultRpcFactory in class ServiceOptions<Dns,DnsRpc,DnsOptions>protected Set<String> scopes()
scopes in class ServiceOptions<Dns,DnsRpc,DnsOptions>public DnsOptions.Builder toBuilder()
toBuilder in class ServiceOptions<Dns,DnsRpc,DnsOptions>public static DnsOptions.Builder builder()
public static DnsOptions defaultInstance()
DnsOptions with the project ID and credentials inferred
from the environment.Copyright © 2016 Google. All rights reserved.