Interface RemoteTransportProfileOrBuilder (1.87.0)

public interface RemoteTransportProfileOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsLabels(String key)

public abstract boolean containsLabels(String key)

Output only. Labels as key value pairs.

map<string, string> labels = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
key String
Returns
Type Description
boolean

getDescription()

public abstract String getDescription()

Output only. Description of the profile.

string description = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

Output only. Description of the profile.

string description = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for description.

getDisplayName()

public abstract String getDisplayName()

Output only. Human readable name of this profile, used to identify this profile in the UI.

string display_name = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

Output only. Human readable name of this profile, used to identify this profile in the UI.

string display_name = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for displayName.

getFlow()

public abstract RemoteTransportProfile.KeyProvisioningFlow getFlow()

Output only. Type of provisioning flows supported by this profile.

.google.cloud.networkconnectivity.v1beta.RemoteTransportProfile.KeyProvisioningFlow flow = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
RemoteTransportProfile.KeyProvisioningFlow

The flow.

getFlowValue()

public abstract int getFlowValue()

Output only. Type of provisioning flows supported by this profile.

.google.cloud.networkconnectivity.v1beta.RemoteTransportProfile.KeyProvisioningFlow flow = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for flow.

getLabels() (deprecated)

public abstract Map<String,String> getLabels()

Use #getLabelsMap() instead.

Returns
Type Description
Map<String,String>

getLabelsCount()

public abstract int getLabelsCount()

Output only. Labels as key value pairs.

map<string, string> labels = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getLabelsMap()

public abstract Map<String,String> getLabelsMap()

Output only. Labels as key value pairs.

map<string, string> labels = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Map<String,String>

getLabelsOrDefault(String key, String defaultValue)

public abstract String getLabelsOrDefault(String key, String defaultValue)

Output only. Labels as key value pairs.

map<string, string> labels = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
key String
defaultValue String
Returns
Type Description
String

getLabelsOrThrow(String key)

public abstract String getLabelsOrThrow(String key)

Output only. Labels as key value pairs.

map<string, string> labels = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
key String
Returns
Type Description
String

getName()

public abstract String getName()

Identifier. Name of the resource in the format of $provider-$site.

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Identifier. Name of the resource in the format of $provider-$site.

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
ByteString

The bytes for name.

getOrderState()

public abstract RemoteTransportProfile.State getOrderState()

Output only. Order state for this profile.

.google.cloud.networkconnectivity.v1beta.RemoteTransportProfile.State order_state = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
RemoteTransportProfile.State

The orderState.

getOrderStateValue()

public abstract int getOrderStateValue()

Output only. Order state for this profile.

.google.cloud.networkconnectivity.v1beta.RemoteTransportProfile.State order_state = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for orderState.

getProvider()

public abstract String getProvider()

Output only. Name of the provider on the other end of this profile. E.g. “Amazon Web Services” or “Microsoft Azure”.

string provider = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The provider.

getProviderBytes()

public abstract ByteString getProviderBytes()

Output only. Name of the provider on the other end of this profile. E.g. “Amazon Web Services” or “Microsoft Azure”.

string provider = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for provider.

getProviderSite()

public abstract String getProviderSite()

Output only. If the profile is a Cloud Service Provider with compute resources, this is populated with the region where connectivity is being established. If the profile provides facility-level selection, this is an identity of the facility any connections on this profile are going through.

string provider_site = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The providerSite.

getProviderSiteBytes()

public abstract ByteString getProviderSiteBytes()

Output only. If the profile is a Cloud Service Provider with compute resources, this is populated with the region where connectivity is being established. If the profile provides facility-level selection, this is an identity of the facility any connections on this profile are going through.

string provider_site = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for providerSite.

getSla()

public abstract RemoteTransportProfile.ServiceLevelAvailability getSla()

Output only. Availability class that will be configured for this particular RemoteTransportProfile.

.google.cloud.networkconnectivity.v1beta.RemoteTransportProfile.ServiceLevelAvailability sla = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
RemoteTransportProfile.ServiceLevelAvailability

The sla.

getSlaValue()

public abstract int getSlaValue()

Output only. Availability class that will be configured for this particular RemoteTransportProfile.

.google.cloud.networkconnectivity.v1beta.RemoteTransportProfile.ServiceLevelAvailability sla = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for sla.

getSupportedBandwidths(int index)

public abstract RemoteTransportProfile.Bandwidth getSupportedBandwidths(int index)

Output only. List of bandwidth enum values that are supported by this profile.

repeated .google.cloud.networkconnectivity.v1beta.RemoteTransportProfile.Bandwidth supported_bandwidths = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
RemoteTransportProfile.Bandwidth

The supportedBandwidths at the given index.

getSupportedBandwidthsCount()

public abstract int getSupportedBandwidthsCount()

Output only. List of bandwidth enum values that are supported by this profile.

repeated .google.cloud.networkconnectivity.v1beta.RemoteTransportProfile.Bandwidth supported_bandwidths = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The count of supportedBandwidths.

getSupportedBandwidthsList()

public abstract List<RemoteTransportProfile.Bandwidth> getSupportedBandwidthsList()

Output only. List of bandwidth enum values that are supported by this profile.

repeated .google.cloud.networkconnectivity.v1beta.RemoteTransportProfile.Bandwidth supported_bandwidths = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<Bandwidth>

A list containing the supportedBandwidths.

getSupportedBandwidthsValue(int index)

public abstract int getSupportedBandwidthsValue(int index)

Output only. List of bandwidth enum values that are supported by this profile.

repeated .google.cloud.networkconnectivity.v1beta.RemoteTransportProfile.Bandwidth supported_bandwidths = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
int

The enum numeric value on the wire of supportedBandwidths at the given index.

getSupportedBandwidthsValueList()

public abstract List<Integer> getSupportedBandwidthsValueList()

Output only. List of bandwidth enum values that are supported by this profile.

repeated .google.cloud.networkconnectivity.v1beta.RemoteTransportProfile.Bandwidth supported_bandwidths = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<Integer>

A list containing the enum numeric values on the wire for supportedBandwidths.