Interface InternalRange.MigrationOrBuilder (1.69.0)

public static interface InternalRange.MigrationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSource()

public abstract String getSource()

Immutable. Resource path as an URI of the source resource, for example a subnet. The project for the source resource should match the project for the InternalRange. An example: /projects/{project}/regions/{region}/subnetworks/{subnet}

string source = 1 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
String

The source.

getSourceBytes()

public abstract ByteString getSourceBytes()

Immutable. Resource path as an URI of the source resource, for example a subnet. The project for the source resource should match the project for the InternalRange. An example: /projects/{project}/regions/{region}/subnetworks/{subnet}

string source = 1 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
ByteString

The bytes for source.

getTarget()

public abstract String getTarget()

Immutable. Resource path of the target resource. The target project can be different, as in the cases when migrating to peer networks. For example: /projects/{project}/regions/{region}/subnetworks/{subnet}

string target = 2 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
String

The target.

getTargetBytes()

public abstract ByteString getTargetBytes()

Immutable. Resource path of the target resource. The target project can be different, as in the cases when migrating to peer networks. For example: /projects/{project}/regions/{region}/subnetworks/{subnet}

string target = 2 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
ByteString

The bytes for target.