Package com.google.cloud.eventarc.v1
Interface CreateChannelConnectionRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateChannelConnectionRequest
,CreateChannelConnectionRequest.Builder
public interface CreateChannelConnectionRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChannelConnection
getChannelConnection()
Required.String
getChannelConnectionId()
Required.com.google.protobuf.ByteString
getChannelConnectionIdBytes()
Required.ChannelConnectionOrBuilder
getChannelConnectionOrBuilder()
Required.String
getParent()
Required.com.google.protobuf.ByteString
getParentBytes()
Required.boolean
hasChannelConnection()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.
-
-