Interface RelationshipAttributesOrBuilder (3.47.0)

public interface RelationshipAttributesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAction() (deprecated)

public abstract String getAction()

The detail of the relationship, e.g. contains, attaches

string action = 3;

Returns
Type Description
String

The action.

getActionBytes() (deprecated)

public abstract ByteString getActionBytes()

The detail of the relationship, e.g. contains, attaches

string action = 3;

Returns
Type Description
ByteString

The bytes for action.

getSourceResourceType() (deprecated)

public abstract String getSourceResourceType()

The source asset type. Example: compute.googleapis.com/Instance

string source_resource_type = 1;

Returns
Type Description
String

The sourceResourceType.

getSourceResourceTypeBytes() (deprecated)

public abstract ByteString getSourceResourceTypeBytes()

The source asset type. Example: compute.googleapis.com/Instance

string source_resource_type = 1;

Returns
Type Description
ByteString

The bytes for sourceResourceType.

getTargetResourceType() (deprecated)

public abstract String getTargetResourceType()

The target asset type. Example: compute.googleapis.com/Disk

string target_resource_type = 2;

Returns
Type Description
String

The targetResourceType.

getTargetResourceTypeBytes() (deprecated)

public abstract ByteString getTargetResourceTypeBytes()

The target asset type. Example: compute.googleapis.com/Disk

string target_resource_type = 2;

Returns
Type Description
ByteString

The bytes for targetResourceType.

getType() (deprecated)

public abstract String getType()

The unique identifier of the relationship type. Example: INSTANCE_TO_INSTANCEGROUP

string type = 4;

Returns
Type Description
String

The type.

getTypeBytes() (deprecated)

public abstract ByteString getTypeBytes()

The unique identifier of the relationship type. Example: INSTANCE_TO_INSTANCEGROUP

string type = 4;

Returns
Type Description
ByteString

The bytes for type.