Interface RelationshipAttributesOrBuilder (3.4.0)

public interface RelationshipAttributesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAction()

public abstract String getAction()

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

string action = 3;

Returns
TypeDescription
String

The action.

getActionBytes()

public abstract ByteString getActionBytes()

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

string action = 3;

Returns
TypeDescription
ByteString

The bytes for action.

getSourceResourceType()

public abstract String getSourceResourceType()

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

string source_resource_type = 1;

Returns
TypeDescription
String

The sourceResourceType.

getSourceResourceTypeBytes()

public abstract ByteString getSourceResourceTypeBytes()

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

string source_resource_type = 1;

Returns
TypeDescription
ByteString

The bytes for sourceResourceType.

getTargetResourceType()

public abstract String getTargetResourceType()

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

string target_resource_type = 2;

Returns
TypeDescription
String

The targetResourceType.

getTargetResourceTypeBytes()

public abstract ByteString getTargetResourceTypeBytes()

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

string target_resource_type = 2;

Returns
TypeDescription
ByteString

The bytes for targetResourceType.

getType()

public abstract String getType()

The unique identifier of the relationship type. Example: INSTANCE_TO_INSTANCEGROUP

string type = 4;

Returns
TypeDescription
String

The type.

getTypeBytes()

public abstract ByteString getTypeBytes()

The unique identifier of the relationship type. Example: INSTANCE_TO_INSTANCEGROUP

string type = 4;

Returns
TypeDescription
ByteString

The bytes for type.