public class DnsOptions extends ServiceOptions<Dns,DnsRpc,DnsOptions>
| Modifier and Type | Class and Description |
|---|---|
static class |
DnsOptions.Builder |
static class |
DnsOptions.DefaultDnsFactory |
static class |
DnsOptions.DefaultDnsRpcFactory |
ServiceOptions.DefaultHttpTransportFactory, ServiceOptions.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() |
appEngineAppId, appEngineProjectId, applicationName, authCredentials, baseEquals, baseHashCode, clock, connectTimeout, defaultHost, defaultProject, defaultRetryParams, googleCloudProjectId, host, httpRequestInitializer, httpTransportFactory, projectId, projectIdRequired, readTimeout, 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.