SaaS Runtime V1BETA1 API - Class Google::Api::ResourceReference (v0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the SaaS Runtime V1BETA1 API class Google::Api::ResourceReference.
Defines a proto annotation that describes a string field that refers to
an API resource.
Inherits
Object
Extended By
Google::Protobuf::MessageExts::ClassMethods
Includes
Google::Protobuf::MessageExts
Methods
#child_type
defchild_type()->::String
Returns
(::String) —
The resource type of a child collection that the annotated field
references. This is useful for annotating the parent field that
doesn't have a fixed resource type.
The resource type of a child collection that the annotated field
references. This is useful for annotating the parent field that
doesn't have a fixed resource type.
The resource type of a child collection that the annotated field
references. This is useful for annotating the parent field that
doesn't have a fixed resource type.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-26 UTC."],[],[],null,["# SaaS Runtime V1BETA1 API - Class Google::Api::ResourceReference (v0.1.0)\n\nReference documentation and code samples for the SaaS Runtime V1BETA1 API class Google::Api::ResourceReference.\n\nDefines a proto annotation that describes a string field that refers to\nan API resource. \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #child_type\n\n def child_type() -\u003e ::String\n\n**Returns**\n\n- (::String) --- The resource type of a child collection that the annotated field\n references. This is useful for annotating the `parent` field that\n doesn't have a fixed resource type.\n\n Example: \n\n message ListLogEntriesRequest {\n string parent = 1 [(google.api.resource_reference) = {\n child_type: \"logging.googleapis.com/LogEntry\"\n };\n }\n\n### #child_type=\n\n def child_type=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) ---\n\n The resource type of a child collection that the annotated field\n references. This is useful for annotating the `parent` field that\n doesn't have a fixed resource type.\n\n Example: \n\n message ListLogEntriesRequest {\n string parent = 1 [(google.api.resource_reference) = {\n child_type: \"logging.googleapis.com/LogEntry\"\n };\n }\n\n**Returns**\n\n- (::String) --- The resource type of a child collection that the annotated field\n references. This is useful for annotating the `parent` field that\n doesn't have a fixed resource type.\n\n Example: \n\n message ListLogEntriesRequest {\n string parent = 1 [(google.api.resource_reference) = {\n child_type: \"logging.googleapis.com/LogEntry\"\n };\n }\n\n### #type\n\n def type() -\u003e ::String\n\n**Returns**\n\n- (::String) --- The resource type that the annotated field references.\n\n Example: \n\n message Subscription {\n string topic = 2 [(google.api.resource_reference) = {\n type: \"pubsub.googleapis.com/Topic\"\n }];\n }\n\n Occasionally, a field may reference an arbitrary resource. In this case,\n APIs use the special value \\* in their resource reference.\n\n Example: \n\n message GetIamPolicyRequest {\n string resource = 2 [(google.api.resource_reference) = {\n type: \"*\"\n }];\n }\n\n### #type=\n\n def type=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) ---\n\n The resource type that the annotated field references.\n\n Example: \n\n message Subscription {\n string topic = 2 [(google.api.resource_reference) = {\n type: \"pubsub.googleapis.com/Topic\"\n }];\n }\n\n Occasionally, a field may reference an arbitrary resource. In this case,\n APIs use the special value \\* in their resource reference.\n\n Example: \n\n message GetIamPolicyRequest {\n string resource = 2 [(google.api.resource_reference) = {\n type: \"*\"\n }];\n }\n\n**Returns**\n\n- (::String) --- The resource type that the annotated field references.\n\n Example: \n\n message Subscription {\n string topic = 2 [(google.api.resource_reference) = {\n type: \"pubsub.googleapis.com/Topic\"\n }];\n }\n\n Occasionally, a field may reference an arbitrary resource. In this case,\n APIs use the special value \\* in their resource reference.\n\n Example: \n\n message GetIamPolicyRequest {\n string resource = 2 [(google.api.resource_reference) = {\n type: \"*\"\n }];\n }"]]