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 classDnsOptions.Builderstatic classDnsOptions.DefaultDnsFactorystatic classDnsOptions.DefaultDnsRpcFactory
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static com.google.cloud.http.HttpTransportOptionsgetDefaultHttpTransportOptions()static DnsOptionsgetDefaultInstance()Creates a default instance ofDnsOptionswith the project ID and credentials inferred from the environment.protected DnsRpcgetDnsRpcV1()protected Set<String>getScopes()inthashCode()static DnsOptions.BuildernewBuilder()DnsOptions.BuildertoBuilder()-
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:
getScopesin classcom.google.cloud.ServiceOptions<Dns,DnsOptions>
-
getDnsRpcV1
protected DnsRpc getDnsRpcV1()
-
toBuilder
public DnsOptions.Builder toBuilder()
- Specified by:
toBuilderin classcom.google.cloud.ServiceOptions<Dns,DnsOptions>
-
newBuilder
public static DnsOptions.Builder newBuilder()
-
getDefaultInstance
public static DnsOptions getDefaultInstance()
Creates a default instance ofDnsOptionswith the project ID and credentials inferred from the environment.
-
-