Package com.google.cloud.asset.v1
Interface RelationshipAttributesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RelationshipAttributes,RelationshipAttributes.Builder
@Deprecated public interface RelationshipAttributesOrBuilder extends com.google.protobuf.MessageOrBuilder
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetAction()Deprecated.The detail of the relationship, e.g.com.google.protobuf.ByteStringgetActionBytes()Deprecated.The detail of the relationship, e.g.StringgetSourceResourceType()Deprecated.The source asset type.com.google.protobuf.ByteStringgetSourceResourceTypeBytes()Deprecated.The source asset type.StringgetTargetResourceType()Deprecated.The target asset type.com.google.protobuf.ByteStringgetTargetResourceTypeBytes()Deprecated.The target asset type.StringgetType()Deprecated.The unique identifier of the relationship type.com.google.protobuf.ByteStringgetTypeBytes()Deprecated.The unique identifier of the relationship type.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getType
String getType()
Deprecated.The unique identifier of the relationship type. Example: `INSTANCE_TO_INSTANCEGROUP`
string type = 4;- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()
Deprecated.The unique identifier of the relationship type. Example: `INSTANCE_TO_INSTANCEGROUP`
string type = 4;- Returns:
- The bytes for type.
-
getSourceResourceType
String getSourceResourceType()
Deprecated.The source asset type. Example: `compute.googleapis.com/Instance`
string source_resource_type = 1;- Returns:
- The sourceResourceType.
-
getSourceResourceTypeBytes
com.google.protobuf.ByteString getSourceResourceTypeBytes()
Deprecated.The source asset type. Example: `compute.googleapis.com/Instance`
string source_resource_type = 1;- Returns:
- The bytes for sourceResourceType.
-
getTargetResourceType
String getTargetResourceType()
Deprecated.The target asset type. Example: `compute.googleapis.com/Disk`
string target_resource_type = 2;- Returns:
- The targetResourceType.
-
getTargetResourceTypeBytes
com.google.protobuf.ByteString getTargetResourceTypeBytes()
Deprecated.The target asset type. Example: `compute.googleapis.com/Disk`
string target_resource_type = 2;- Returns:
- The bytes for targetResourceType.
-
getAction
String getAction()
Deprecated.The detail of the relationship, e.g. `contains`, `attaches`
string action = 3;- Returns:
- The action.
-
getActionBytes
com.google.protobuf.ByteString getActionBytes()
Deprecated.The detail of the relationship, e.g. `contains`, `attaches`
string action = 3;- Returns:
- The bytes for action.
-
-