Interface CreateChannelConnectionRequestOrBuilder

    • Method Detail

      • getParent

        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:
        The parent.
      • getParentBytes

        com.google.protobuf.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:
        The bytes for parent.
      • hasChannelConnection

        boolean hasChannelConnection()
         Required. Channel connection to create.
         
        .google.cloud.eventarc.v1.ChannelConnection channel_connection = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the channelConnection field is set.
      • getChannelConnection

        ChannelConnection getChannelConnection()
         Required. Channel connection to create.
         
        .google.cloud.eventarc.v1.ChannelConnection channel_connection = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The channelConnection.
      • getChannelConnectionOrBuilder

        ChannelConnectionOrBuilder getChannelConnectionOrBuilder()
         Required. Channel connection to create.
         
        .google.cloud.eventarc.v1.ChannelConnection channel_connection = 2 [(.google.api.field_behavior) = REQUIRED];
      • getChannelConnectionId

        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:
        The channelConnectionId.
      • getChannelConnectionIdBytes

        com.google.protobuf.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:
        The bytes for channelConnectionId.