public interface RelationshipAttributesOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getAction()
The detail of the relationship, e.g.
|
ByteString |
getActionBytes()
The detail of the relationship, e.g.
|
String |
getSourceResourceType()
The source asset type.
|
ByteString |
getSourceResourceTypeBytes()
The source asset type.
|
String |
getTargetResourceType()
The target asset type.
|
ByteString |
getTargetResourceTypeBytes()
The target asset type.
|
String |
getType()
The unique identifier of the relationship type.
|
ByteString |
getTypeBytes()
The unique identifier of the relationship type.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getType()
The unique identifier of the relationship type. Example: `INSTANCE_TO_INSTANCEGROUP`
string type = 4;
ByteString getTypeBytes()
The unique identifier of the relationship type. Example: `INSTANCE_TO_INSTANCEGROUP`
string type = 4;
String getSourceResourceType()
The source asset type. Example: `compute.googleapis.com/Instance`
string source_resource_type = 1;
ByteString getSourceResourceTypeBytes()
The source asset type. Example: `compute.googleapis.com/Instance`
string source_resource_type = 1;
String getTargetResourceType()
The target asset type. Example: `compute.googleapis.com/Disk`
string target_resource_type = 2;
ByteString getTargetResourceTypeBytes()
The target asset type. Example: `compute.googleapis.com/Disk`
string target_resource_type = 2;
String getAction()
The detail of the relationship, e.g. `contains`, `attaches`
string action = 3;
ByteString getActionBytes()
The detail of the relationship, e.g. `contains`, `attaches`
string action = 3;
Copyright © 2022 Google LLC. All rights reserved.