public class LoggingOptions extends ServiceOptions<Logging,LoggingOptions>
Modifier and Type | Class and Description |
---|---|
static class |
LoggingOptions.Builder |
static class |
LoggingOptions.DefaultLoggingFactory |
static class |
LoggingOptions.DefaultLoggingRpcFactory |
CREDENTIAL_ENV_NAME, credentials
Modifier | Constructor and Description |
---|---|
protected |
LoggingOptions(LoggingOptions.Builder builder) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static GrpcTransportOptions |
getDefaultGrpcTransportOptions() |
protected String |
getDefaultHost() |
static LoggingOptions |
getDefaultInstance()
Returns a default
LoggingOptions instance. |
protected LoggingRpc |
getLoggingRpcV2() |
protected Set<String> |
getScopes() |
int |
hashCode() |
static LoggingOptions.Builder |
newBuilder() |
LoggingOptions.Builder |
toBuilder() |
baseEquals, baseHashCode, defaultRetrySettings, getAppEngineAppId, getAppEngineProjectId, getAppEngineProjectIdFromAppId, getApplicationName, getClock, getCredentials, getDefaultProject, getDefaultProjectId, getDefaultRetrySettings, getFromServiceLoader, getGoogApiClientLibName, getGoogleCloudProjectId, getHost, getLibraryName, getLibraryVersion, getMergedHeaderProvider, getNoRetrySettings, getProjectId, getRetrySettings, getRpc, getScopedCredentials, getService, getServiceAccountProjectId, getTransportOptions, getUserAgent, newInstance, projectIdRequired
@InternalApi(value="This class should only be extended within google-cloud-java") protected LoggingOptions(LoggingOptions.Builder builder)
public static LoggingOptions getDefaultInstance()
LoggingOptions
instance.protected String getDefaultHost()
getDefaultHost
in class ServiceOptions<Logging,LoggingOptions>
public static GrpcTransportOptions getDefaultGrpcTransportOptions()
protected Set<String> getScopes()
getScopes
in class ServiceOptions<Logging,LoggingOptions>
protected LoggingRpc getLoggingRpcV2()
public LoggingOptions.Builder toBuilder()
toBuilder
in class ServiceOptions<Logging,LoggingOptions>
public static LoggingOptions.Builder newBuilder()
Copyright © 2019 Google LLC. All rights reserved.