public class LoggingOptions extends ServiceOptions<Logging,LoggingOptions>
Inherited Members
com.google.cloud.ServiceOptions.<B>toBuilder()
com.google.cloud.ServiceOptions.<T>getFromServiceLoader(java.lang.Class<? extends T>,T)
com.google.cloud.ServiceOptions.<T>newInstance(java.lang.String)
com.google.cloud.ServiceOptions.baseEquals(com.google.cloud.ServiceOptions<?,?>)
com.google.cloud.ServiceOptions.baseHashCode()
com.google.cloud.ServiceOptions.defaultRetrySettings()
com.google.cloud.ServiceOptions.getApiTracerFactory()
com.google.cloud.ServiceOptions.getAppEngineAppId()
com.google.cloud.ServiceOptions.getAppEngineProjectId()
com.google.cloud.ServiceOptions.getAppEngineProjectIdFromAppId()
com.google.cloud.ServiceOptions.getApplicationName()
com.google.cloud.ServiceOptions.getClientLibToken()
com.google.cloud.ServiceOptions.getClock()
com.google.cloud.ServiceOptions.getCredentials()
com.google.cloud.ServiceOptions.getDefaultHost()
com.google.cloud.ServiceOptions.getDefaultProject()
com.google.cloud.ServiceOptions.getDefaultProjectId()
com.google.cloud.ServiceOptions.getDefaultRetrySettings()
com.google.cloud.ServiceOptions.getGoogApiClientLibName()
com.google.cloud.ServiceOptions.getGoogleCloudProjectId()
com.google.cloud.ServiceOptions.getHost()
com.google.cloud.ServiceOptions.getLibraryName()
com.google.cloud.ServiceOptions.getLibraryVersion()
com.google.cloud.ServiceOptions.getMergedHeaderProvider(com.google.api.gax.rpc.HeaderProvider)
com.google.cloud.ServiceOptions.getNoRetrySettings()
com.google.cloud.ServiceOptions.getProjectId()
com.google.cloud.ServiceOptions.getQuotaProjectId()
com.google.cloud.ServiceOptions.getResolvedApiaryHost(java.lang.String)
com.google.cloud.ServiceOptions.getResolvedHost(java.lang.String)
com.google.cloud.ServiceOptions.getRetrySettings()
com.google.cloud.ServiceOptions.getRpc()
com.google.cloud.ServiceOptions.getScopedCredentials()
com.google.cloud.ServiceOptions.getScopes()
com.google.cloud.ServiceOptions.getService()
com.google.cloud.ServiceOptions.getServiceAccountProjectId()
com.google.cloud.ServiceOptions.getTransportOptions()
com.google.cloud.ServiceOptions.getUniverseDomain()
com.google.cloud.ServiceOptions.getUserAgent()
com.google.cloud.ServiceOptions.hasValidUniverseDomain()
com.google.cloud.ServiceOptions.projectIdRequired()
com.google.cloud.ServiceOptions.shouldRefreshRpc(com.google.cloud.ServiceRpc)
com.google.cloud.ServiceOptions.shouldRefreshService(ServiceT)
Static Methods
getDefaultGrpcTransportOptions()
public static GrpcTransportOptions getDefaultGrpcTransportOptions()
Returns | |
---|---|
Type | Description |
com.google.cloud.grpc.GrpcTransportOptions |
getDefaultInstance()
public static LoggingOptions getDefaultInstance()
Returns a default LoggingOptions
instance.
Returns | |
---|---|
Type | Description |
LoggingOptions |
newBuilder()
public static LoggingOptions.Builder newBuilder()
Returns | |
---|---|
Type | Description |
LoggingOptions.Builder |
Constructors
LoggingOptions(LoggingOptions.Builder builder)
protected LoggingOptions(LoggingOptions.Builder builder)
Parameter | |
---|---|
Name | Description |
builder |
LoggingOptions.Builder |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getAutoPopulateMetadata()
public Boolean getAutoPopulateMetadata()
Returns | |
---|---|
Type | Description |
Boolean |
getBatchingSettings()
public BatchingSettings getBatchingSettings()
Returns | |
---|---|
Type | Description |
BatchingSettings |
getDefaultHost()
protected String getDefaultHost()
Returns | |
---|---|
Type | Description |
String |
com.google.cloud.ServiceOptions.getDefaultHost()
getLoggingRpcV2()
protected LoggingRpc getLoggingRpcV2()
Returns | |
---|---|
Type | Description |
LoggingRpc |
getScopes()
protected Set<String> getScopes()
com.google.cloud.ServiceOptions.getScopes()
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
toBuilder()
public LoggingOptions.Builder toBuilder()
Returns | |
---|---|
Type | Description |
LoggingOptions.Builder |
com.google.cloud.ServiceOptions.<B>toBuilder()