public interface ApplianceClusterOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getResourceLink()
public abstract String getResourceLink()
Immutable. Self-link of the GCP resource for the Appliance Cluster. For example:
//transferappliance.googleapis.com/projects/my-project/locations/us-west1-a/appliances/my-appliance
string resource_link = 1 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
String |
The resourceLink. |
getResourceLinkBytes()
public abstract ByteString getResourceLinkBytes()
Immutable. Self-link of the GCP resource for the Appliance Cluster. For example:
//transferappliance.googleapis.com/projects/my-project/locations/us-west1-a/appliances/my-appliance
string resource_link = 1 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for resourceLink. |