Class EndpointContext (2.39.0)

  public 
  
 abstract 
  
 class 
 EndpointContext 
 

Contains the fields required to resolve the endpoint and Universe Domain

Inheritance

java.lang.Object > EndpointContext

Static Methods

newBuilder()

  public 
  
 static 
  
 EndpointContext 
 . 
 Builder 
  
 newBuilder 
 () 
 
Returns
Type
Description

Constructors

EndpointContext()

  public 
  
 EndpointContext 
 () 
 

Methods

clientSettingsEndpoint()

  public 
  
 abstract 
  
 String 
  
 clientSettingsEndpoint 
 () 
 

ClientSettingsEndpoint is the endpoint value set via the ClientSettings/StubSettings classes.

Returns
Type
Description

mtlsEndpoint()

  public 
  
 abstract 
  
 String 
  
 mtlsEndpoint 
 () 
 
Returns
Type
Description

mtlsProvider()

  public 
  
 abstract 
  
 MtlsProvider 
  
 mtlsProvider 
 () 
 
Returns
Type
Description

resolvedEndpoint()

  public 
  
 abstract 
  
 String 
  
 resolvedEndpoint 
 () 
 
Returns
Type
Description

serviceName()

  public 
  
 abstract 
  
 String 
  
 serviceName 
 () 
 

ServiceName is host URI for Google Cloud Services. It follows the format of {ServiceName}.googleapis.com . For example, speech.googleapis.com would have a ServiceName of speech and cloudasset.googleapis.com would have a ServiceName of cloudasset.

Returns
Type
Description

switchToMtlsEndpointAllowed()

  public 
  
 abstract 
  
 boolean 
  
 switchToMtlsEndpointAllowed 
 () 
 
Returns
Type
Description

toBuilder()

  public 
  
 abstract 
  
 EndpointContext 
 . 
 Builder 
  
 toBuilder 
 () 
 
Returns
Type
Description

transportChannelProviderEndpoint()

  public 
  
 abstract 
  
 String 
  
 transportChannelProviderEndpoint 
 () 
 

TransportChannelProviderEndpoint is the endpoint value set via the TransportChannelProvider class.

Returns
Type
Description

universeDomain()

  public 
  
 abstract 
  
 String 
  
 universeDomain 
 () 
 

Universe Domain is the domain for Google Cloud Services. It follows the format of {ServiceName}.{UniverseDomain} . For example, speech.googleapis.com would have a Universe Domain value of googleapis.com and cloudasset.test.com would have a Universe Domain of test.com . If this value is not set, this will default to googleapis.com .

Returns
Type
Description

usingGDCH()

  public 
  
 abstract 
  
 boolean 
  
 usingGDCH 
 () 
 
Returns
Type
Description
Design a Mobile Site
View Site in Mobile | Classic
Share by: