Interface RelationshipAttributesOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      String getAction()
      Deprecated.
      The detail of the relationship, e.g.
      com.google.protobuf.ByteString getActionBytes()
      Deprecated.
      The detail of the relationship, e.g.
      String getSourceResourceType()
      Deprecated.
      The source asset type.
      com.google.protobuf.ByteString getSourceResourceTypeBytes()
      Deprecated.
      The source asset type.
      String getTargetResourceType()
      Deprecated.
      The target asset type.
      com.google.protobuf.ByteString getTargetResourceTypeBytes()
      Deprecated.
      The target asset type.
      String getType()
      Deprecated.
      The unique identifier of the relationship type.
      com.google.protobuf.ByteString getTypeBytes()
      Deprecated.
      The unique identifier of the relationship type.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.