Interface CreateChannelConnectionRequestOrBuilder (1.41.0)

public interface CreateChannelConnectionRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getChannelConnection()

public abstract ChannelConnection getChannelConnection()

Required. Channel connection to create.

.google.cloud.eventarc.v1.ChannelConnection channel_connection = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ChannelConnection

The channelConnection.

getChannelConnectionId()

public abstract String getChannelConnectionId()

Required. The user-provided ID to be assigned to the channel connection.

string channel_connection_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The channelConnectionId.

getChannelConnectionIdBytes()

public abstract ByteString getChannelConnectionIdBytes()

Required. The user-provided ID to be assigned to the channel connection.

string channel_connection_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for channelConnectionId.

getChannelConnectionOrBuilder()

public abstract ChannelConnectionOrBuilder getChannelConnectionOrBuilder()

Required. Channel connection to create.

.google.cloud.eventarc.v1.ChannelConnection channel_connection = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ChannelConnectionOrBuilder

getParent()

public abstract String getParent()

Required. The parent collection in which to add this channel connection.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The parent collection in which to add this channel connection.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

hasChannelConnection()

public abstract boolean hasChannelConnection()

Required. Channel connection to create.

.google.cloud.eventarc.v1.ChannelConnection channel_connection = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the channelConnection field is set.