public interface RelationshipAttributesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAction()
public abstract String getAction() The detail of the relationship, e.g. contains, attaches
string action = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The action. |
getActionBytes()
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()
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()
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()
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()
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()
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()
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. |