public static final class ChannelConnection.Builder extends GeneratedMessageV3.Builder<ChannelConnection.Builder> implements ChannelConnectionOrBuilder
A representation of the ChannelConnection resource. A ChannelConnection is a resource which event providers create during the activation process to establish a connection between the provider and the subscriber channel.
Protobuf type google.events.cloud.eventarc.v1.ChannelConnection
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ChannelConnection.BuilderImplements
ChannelConnectionOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ChannelConnection.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ChannelConnection.Builder |
build()
public ChannelConnection build()
Returns | |
---|---|
Type | Description |
ChannelConnection |
buildPartial()
public ChannelConnection buildPartial()
Returns | |
---|---|
Type | Description |
ChannelConnection |
clear()
public ChannelConnection.Builder clear()
Returns | |
---|---|
Type | Description |
ChannelConnection.Builder |
clearChannel()
public ChannelConnection.Builder clearChannel()
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.
string channel = 5;
Returns | |
---|---|
Type | Description |
ChannelConnection.Builder |
This builder for chaining. |
clearCreateTime()
public ChannelConnection.Builder clearCreateTime()
Output only. The creation time.
.google.protobuf.Timestamp create_time = 6;
Returns | |
---|---|
Type | Description |
ChannelConnection.Builder |
clearField(Descriptors.FieldDescriptor field)
public ChannelConnection.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
ChannelConnection.Builder |
clearName()
public ChannelConnection.Builder clearName()
Required. The name of the connection.
string name = 1;
Returns | |
---|---|
Type | Description |
ChannelConnection.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ChannelConnection.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
ChannelConnection.Builder |
clearUid()
public ChannelConnection.Builder clearUid()
Output only. Server assigned ID of the resource. The server guarantees uniqueness and immutability until deleted.
string uid = 2;
Returns | |
---|---|
Type | Description |
ChannelConnection.Builder |
This builder for chaining. |
clearUpdateTime()
public ChannelConnection.Builder clearUpdateTime()
Output only. The last-modified time.
.google.protobuf.Timestamp update_time = 7;
Returns | |
---|---|
Type | Description |
ChannelConnection.Builder |
clone()
public ChannelConnection.Builder clone()
Returns | |
---|---|
Type | Description |
ChannelConnection.Builder |
getChannel()
public String getChannel()
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.
string channel = 5;
Returns | |
---|---|
Type | Description |
String |
The channel. |
getChannelBytes()
public ByteString getChannelBytes()
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.
string channel = 5;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for channel. |
getCreateTime()
public Timestamp getCreateTime()
Output only. The creation time.
.google.protobuf.Timestamp create_time = 6;
Returns | |
---|---|
Type | Description |
Timestamp |
The createTime. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()
Output only. The creation time.
.google.protobuf.Timestamp create_time = 6;
Returns | |
---|---|
Type | Description |
Builder |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The creation time.
.google.protobuf.Timestamp create_time = 6;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getDefaultInstanceForType()
public ChannelConnection getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ChannelConnection |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getName()
public String getName()
Required. The name of the connection.
string name = 1;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()
Required. The name of the connection.
string name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getUid()
public String getUid()
Output only. Server assigned ID of the resource. The server guarantees uniqueness and immutability until deleted.
string uid = 2;
Returns | |
---|---|
Type | Description |
String |
The uid. |
getUidBytes()
public ByteString getUidBytes()
Output only. Server assigned ID of the resource. The server guarantees uniqueness and immutability until deleted.
string uid = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for uid. |
getUpdateTime()
public Timestamp getUpdateTime()
Output only. The last-modified time.
.google.protobuf.Timestamp update_time = 7;
Returns | |
---|---|
Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()
Output only. The last-modified time.
.google.protobuf.Timestamp update_time = 7;
Returns | |
---|---|
Type | Description |
Builder |
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The last-modified time.
.google.protobuf.Timestamp update_time = 7;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasCreateTime()
public boolean hasCreateTime()
Output only. The creation time.
.google.protobuf.Timestamp create_time = 6;
Returns | |
---|---|
Type | Description |
boolean |
Whether the createTime field is set. |
hasUpdateTime()
public boolean hasUpdateTime()
Output only. The last-modified time.
.google.protobuf.Timestamp update_time = 7;
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeCreateTime(Timestamp value)
public ChannelConnection.Builder mergeCreateTime(Timestamp value)
Output only. The creation time.
.google.protobuf.Timestamp create_time = 6;
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
ChannelConnection.Builder |
mergeFrom(ChannelConnection other)
public ChannelConnection.Builder mergeFrom(ChannelConnection other)
Parameter | |
---|---|
Name | Description |
other |
ChannelConnection |
Returns | |
---|---|
Type | Description |
ChannelConnection.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ChannelConnection.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ChannelConnection.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public ChannelConnection.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
ChannelConnection.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ChannelConnection.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ChannelConnection.Builder |
mergeUpdateTime(Timestamp value)
public ChannelConnection.Builder mergeUpdateTime(Timestamp value)
Output only. The last-modified time.
.google.protobuf.Timestamp update_time = 7;
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
ChannelConnection.Builder |
setChannel(String value)
public ChannelConnection.Builder setChannel(String value)
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.
string channel = 5;
Parameter | |
---|---|
Name | Description |
value |
String The channel to set. |
Returns | |
---|---|
Type | Description |
ChannelConnection.Builder |
This builder for chaining. |
setChannelBytes(ByteString value)
public ChannelConnection.Builder setChannelBytes(ByteString value)
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.
string channel = 5;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for channel to set. |
Returns | |
---|---|
Type | Description |
ChannelConnection.Builder |
This builder for chaining. |
setCreateTime(Timestamp value)
public ChannelConnection.Builder setCreateTime(Timestamp value)
Output only. The creation time.
.google.protobuf.Timestamp create_time = 6;
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
ChannelConnection.Builder |
setCreateTime(Timestamp.Builder builderForValue)
public ChannelConnection.Builder setCreateTime(Timestamp.Builder builderForValue)
Output only. The creation time.
.google.protobuf.Timestamp create_time = 6;
Parameter | |
---|---|
Name | Description |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
ChannelConnection.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ChannelConnection.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ChannelConnection.Builder |
setName(String value)
public ChannelConnection.Builder setName(String value)
Required. The name of the connection.
string name = 1;
Parameter | |
---|---|
Name | Description |
value |
String The name to set. |
Returns | |
---|---|
Type | Description |
ChannelConnection.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public ChannelConnection.Builder setNameBytes(ByteString value)
Required. The name of the connection.
string name = 1;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for name to set. |
Returns | |
---|---|
Type | Description |
ChannelConnection.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ChannelConnection.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
ChannelConnection.Builder |
setUid(String value)
public ChannelConnection.Builder setUid(String value)
Output only. Server assigned ID of the resource. The server guarantees uniqueness and immutability until deleted.
string uid = 2;
Parameter | |
---|---|
Name | Description |
value |
String The uid to set. |
Returns | |
---|---|
Type | Description |
ChannelConnection.Builder |
This builder for chaining. |
setUidBytes(ByteString value)
public ChannelConnection.Builder setUidBytes(ByteString value)
Output only. Server assigned ID of the resource. The server guarantees uniqueness and immutability until deleted.
string uid = 2;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for uid to set. |
Returns | |
---|---|
Type | Description |
ChannelConnection.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final ChannelConnection.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ChannelConnection.Builder |
setUpdateTime(Timestamp value)
public ChannelConnection.Builder setUpdateTime(Timestamp value)
Output only. The last-modified time.
.google.protobuf.Timestamp update_time = 7;
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
ChannelConnection.Builder |
setUpdateTime(Timestamp.Builder builderForValue)
public ChannelConnection.Builder setUpdateTime(Timestamp.Builder builderForValue)
Output only. The last-modified time.
.google.protobuf.Timestamp update_time = 7;
Parameter | |
---|---|
Name | Description |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
ChannelConnection.Builder |