Package com.google.cloud.dns
Class DnsOptions
- java.lang.Object
-
- com.google.cloud.ServiceOptions<Dns,DnsOptions>
-
- com.google.cloud.dns.DnsOptions
-
- All Implemented Interfaces:
Serializable
public class DnsOptions extends com.google.cloud.ServiceOptions<Dns,DnsOptions>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DnsOptions.Builder
static class
DnsOptions.DefaultDnsFactory
static class
DnsOptions.DefaultDnsRpcFactory
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
static com.google.cloud.http.HttpTransportOptions
getDefaultHttpTransportOptions()
static DnsOptions
getDefaultInstance()
Creates a default instance ofDnsOptions
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()
-
Methods inherited from class com.google.cloud.ServiceOptions
baseEquals, baseHashCode, defaultRetrySettings, getAppEngineAppId, getAppEngineProjectId, getAppEngineProjectIdFromAppId, getApplicationName, getClientLibToken, getClock, getCredentials, getDefaultHost, getDefaultProject, getDefaultProjectId, getDefaultRetrySettings, getFromServiceLoader, getGoogApiClientLibName, getGoogleCloudProjectId, getHost, getLibraryName, getLibraryVersion, getMergedHeaderProvider, getNoRetrySettings, getProjectId, getQuotaProjectId, getRetrySettings, getRpc, getScopedCredentials, getService, getServiceAccountProjectId, getTransportOptions, getUserAgent, newInstance, projectIdRequired, shouldRefreshRpc, shouldRefreshService
-
-
-
-
Method Detail
-
getDefaultHttpTransportOptions
public static com.google.cloud.http.HttpTransportOptions getDefaultHttpTransportOptions()
-
getScopes
protected Set<String> getScopes()
- Specified by:
getScopes
in classcom.google.cloud.ServiceOptions<Dns,DnsOptions>
-
getDnsRpcV1
protected DnsRpc getDnsRpcV1()
-
toBuilder
public DnsOptions.Builder toBuilder()
- Specified by:
toBuilder
in classcom.google.cloud.ServiceOptions<Dns,DnsOptions>
-
newBuilder
public static DnsOptions.Builder newBuilder()
-
getDefaultInstance
public static DnsOptions getDefaultInstance()
Creates a default instance ofDnsOptions
with the project ID and credentials inferred from the environment.
-
-