Interface Hub.ExportPscConfigOrBuilder (1.94.0)

public static interface Hub.ExportPscConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGlobalGoogleApis()

public abstract boolean getGlobalGoogleApis()

Optional. Controls whether Private Service Connect endpoints for global Google APIs should be propagated. The default value is false.

optional bool global_google_apis = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The globalGoogleApis.

getPublishedServicesAndRegionalGoogleApis()

public abstract boolean getPublishedServicesAndRegionalGoogleApis()

Optional. Controls whether Private Service Connect endpoints for regional ILBs and regional Google APIs should be propagated. Default value is true if export_psc is true. Otherwise, the default value is false.

optional bool published_services_and_regional_google_apis = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The publishedServicesAndRegionalGoogleApis.

hasGlobalGoogleApis()

public abstract boolean hasGlobalGoogleApis()

Optional. Controls whether Private Service Connect endpoints for global Google APIs should be propagated. The default value is false.

optional bool global_google_apis = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the globalGoogleApis field is set.

hasPublishedServicesAndRegionalGoogleApis()

public abstract boolean hasPublishedServicesAndRegionalGoogleApis()

Optional. Controls whether Private Service Connect endpoints for regional ILBs and regional Google APIs should be propagated. Default value is true if export_psc is true. Otherwise, the default value is false.

optional bool published_services_and_regional_google_apis = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the publishedServicesAndRegionalGoogleApis field is set.