Reference documentation and code samples for the Transcoder V1 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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Transcoder V1 API - Class Google::Api::ResourceReference (v2.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.3.0 (latest)](/ruby/docs/reference/google-cloud-video-transcoder-v1/latest/Google-Api-ResourceReference)\n- [2.2.0](/ruby/docs/reference/google-cloud-video-transcoder-v1/2.2.0/Google-Api-ResourceReference)\n- [2.1.0](/ruby/docs/reference/google-cloud-video-transcoder-v1/2.1.0/Google-Api-ResourceReference)\n- [2.0.1](/ruby/docs/reference/google-cloud-video-transcoder-v1/2.0.1/Google-Api-ResourceReference)\n- [1.2.0](/ruby/docs/reference/google-cloud-video-transcoder-v1/1.2.0/Google-Api-ResourceReference)\n- [1.1.0](/ruby/docs/reference/google-cloud-video-transcoder-v1/1.1.0/Google-Api-ResourceReference)\n- [1.0.1](/ruby/docs/reference/google-cloud-video-transcoder-v1/1.0.1/Google-Api-ResourceReference)\n- [0.13.0](/ruby/docs/reference/google-cloud-video-transcoder-v1/0.13.0/Google-Api-ResourceReference)\n- [0.12.2](/ruby/docs/reference/google-cloud-video-transcoder-v1/0.12.2/Google-Api-ResourceReference)\n- [0.11.0](/ruby/docs/reference/google-cloud-video-transcoder-v1/0.11.0/Google-Api-ResourceReference)\n- [0.10.0](/ruby/docs/reference/google-cloud-video-transcoder-v1/0.10.0/Google-Api-ResourceReference)\n- [0.9.1](/ruby/docs/reference/google-cloud-video-transcoder-v1/0.9.1/Google-Api-ResourceReference)\n- [0.8.0](/ruby/docs/reference/google-cloud-video-transcoder-v1/0.8.0/Google-Api-ResourceReference)\n- [0.7.0](/ruby/docs/reference/google-cloud-video-transcoder-v1/0.7.0/Google-Api-ResourceReference)\n- [0.6.0](/ruby/docs/reference/google-cloud-video-transcoder-v1/0.6.0/Google-Api-ResourceReference)\n- [0.5.0](/ruby/docs/reference/google-cloud-video-transcoder-v1/0.5.0/Google-Api-ResourceReference)\n- [0.4.0](/ruby/docs/reference/google-cloud-video-transcoder-v1/0.4.0/Google-Api-ResourceReference)\n- [0.3.0](/ruby/docs/reference/google-cloud-video-transcoder-v1/0.3.0/Google-Api-ResourceReference)\n- [0.2.2](/ruby/docs/reference/google-cloud-video-transcoder-v1/0.2.2/Google-Api-ResourceReference) \nReference documentation and code samples for the Transcoder V1 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 }"]]