public class DnsOptions extends ServiceOptions<Dns,DnsOptions>
Modifier and Type | Class and Description |
---|---|
static class |
DnsOptions.Builder |
static class |
DnsOptions.DefaultDnsFactory |
static class |
DnsOptions.DefaultDnsRpcFactory |
CREDENTIAL_ENV_NAME, credentials
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static HttpTransportOptions |
getDefaultHttpTransportOptions() |
static DnsOptions |
getDefaultInstance()
Creates a default instance of
DnsOptions with the project ID and credentials inferred
from the environment. |
protected DnsRpc |
getDnsRpcV1() |
protected Set<String> |
getScopes() |
int |
hashCode() |
static DnsOptions.Builder |
newBuilder() |
DnsOptions.Builder |
toBuilder() |
baseEquals, baseHashCode, defaultRetrySettings, getAppEngineAppId, getAppEngineProjectId, getAppEngineProjectIdFromAppId, getApplicationName, getClock, getCredentials, getDefaultHost, getDefaultProject, getDefaultProjectId, getDefaultRetrySettings, getFromServiceLoader, getGoogApiClientLibName, getGoogleCloudProjectId, getHost, getLibraryName, getLibraryVersion, getMergedHeaderProvider, getNoRetrySettings, getProjectId, getRetrySettings, getRpc, getScopedCredentials, getService, getServiceAccountProjectId, getTransportOptions, getUserAgent, newInstance, projectIdRequired
public static HttpTransportOptions getDefaultHttpTransportOptions()
protected Set<String> getScopes()
getScopes
in class ServiceOptions<Dns,DnsOptions>
protected DnsRpc getDnsRpcV1()
public DnsOptions.Builder toBuilder()
toBuilder
in class ServiceOptions<Dns,DnsOptions>
public static DnsOptions.Builder newBuilder()
public static DnsOptions getDefaultInstance()
DnsOptions
with the project ID and credentials inferred
from the environment.Copyright © 2019 Google LLC. All rights reserved.