Required. The name of the connected subscriber Channel.
This is a weak reference to avoid cross project and cross accounts
references. This must be in
projects/{project}/location/{location}/channels/{channel_id} format.
Required. The name of the connected subscriber Channel.
This is a weak reference to avoid cross project and cross accounts
references. This must be in
projects/{project}/location/{location}/channels/{channel_id} format.
[[["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-07 UTC."],[],[],null,["# Interface ChannelConnectionOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.eventarc.v1.ChannelConnectionOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.eventarc.v1.ChannelConnectionOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.eventarc.v1.ChannelConnectionOrBuilder) \n\n public interface ChannelConnectionOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getChannel()\n\n public abstract String getChannel()\n\nRequired. The name of the connected subscriber Channel.\nThis is a weak reference to avoid cross project and cross accounts\nreferences. This must be in\n`projects/{project}/location/{location}/channels/{channel_id}` format.\n\n`string channel = 5;`\n\n### getChannelBytes()\n\n public abstract ByteString getChannelBytes()\n\nRequired. The name of the connected subscriber Channel.\nThis is a weak reference to avoid cross project and cross accounts\nreferences. This must be in\n`projects/{project}/location/{location}/channels/{channel_id}` format.\n\n`string channel = 5;`\n\n### getCreateTime()\n\n public abstract Timestamp getCreateTime()\n\nOutput only. The creation time.\n\n`.google.protobuf.Timestamp create_time = 6;`\n\n### getCreateTimeOrBuilder()\n\n public abstract TimestampOrBuilder getCreateTimeOrBuilder()\n\nOutput only. The creation time.\n\n`.google.protobuf.Timestamp create_time = 6;`\n\n### getName()\n\n public abstract String getName()\n\nRequired. The name of the connection.\n\n`string name = 1;`\n\n### getNameBytes()\n\n public abstract ByteString getNameBytes()\n\nRequired. The name of the connection.\n\n`string name = 1;`\n\n### getUid()\n\n public abstract String getUid()\n\nOutput only. Server assigned ID of the resource.\nThe server guarantees uniqueness and immutability until deleted.\n\n`string uid = 2;`\n\n### getUidBytes()\n\n public abstract ByteString getUidBytes()\n\nOutput only. Server assigned ID of the resource.\nThe server guarantees uniqueness and immutability until deleted.\n\n`string uid = 2;`\n\n### getUpdateTime()\n\n public abstract Timestamp getUpdateTime()\n\nOutput only. The last-modified time.\n\n`.google.protobuf.Timestamp update_time = 7;`\n\n### getUpdateTimeOrBuilder()\n\n public abstract TimestampOrBuilder getUpdateTimeOrBuilder()\n\nOutput only. The last-modified time.\n\n`.google.protobuf.Timestamp update_time = 7;`\n\n### hasCreateTime()\n\n public abstract boolean hasCreateTime()\n\nOutput only. The creation time.\n\n`.google.protobuf.Timestamp create_time = 6;`\n\n### hasUpdateTime()\n\n public abstract boolean hasUpdateTime()\n\nOutput only. The last-modified time.\n\n`.google.protobuf.Timestamp update_time = 7;`"]]