public static final class CreateChannelConnectionRequest.Builder extends GeneratedMessage.Builder<CreateChannelConnectionRequest.Builder> implements CreateChannelConnectionRequestOrBuilderThe request message for the CreateChannelConnection method.
Protobuf type google.cloud.eventarc.v1.CreateChannelConnectionRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > CreateChannelConnectionRequest.BuilderImplements
CreateChannelConnectionRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public CreateChannelConnectionRequest build()| Returns | |
|---|---|
| Type | Description |
CreateChannelConnectionRequest |
|
buildPartial()
public CreateChannelConnectionRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
CreateChannelConnectionRequest |
|
clear()
public CreateChannelConnectionRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
CreateChannelConnectionRequest.Builder |
|
clearChannelConnection()
public CreateChannelConnectionRequest.Builder clearChannelConnection()Required. Channel connection to create.
.google.cloud.eventarc.v1.ChannelConnection channel_connection = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CreateChannelConnectionRequest.Builder |
|
clearChannelConnectionId()
public CreateChannelConnectionRequest.Builder clearChannelConnectionId()Required. The user-provided ID to be assigned to the channel connection.
string channel_connection_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CreateChannelConnectionRequest.Builder |
This builder for chaining. |
clearParent()
public CreateChannelConnectionRequest.Builder clearParent()Required. The parent collection in which to add this channel connection.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
CreateChannelConnectionRequest.Builder |
This builder for chaining. |
getChannelConnection()
public ChannelConnection getChannelConnection()Required. Channel connection to create.
.google.cloud.eventarc.v1.ChannelConnection channel_connection = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ChannelConnection |
The channelConnection. |
getChannelConnectionBuilder()
public ChannelConnection.Builder getChannelConnectionBuilder()Required. Channel connection to create.
.google.cloud.eventarc.v1.ChannelConnection channel_connection = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ChannelConnection.Builder |
|
getChannelConnectionId()
public 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 | |
|---|---|
| Type | Description |
String |
The channelConnectionId. |
getChannelConnectionIdBytes()
public 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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for channelConnectionId. |
getChannelConnectionOrBuilder()
public ChannelConnectionOrBuilder getChannelConnectionOrBuilder()Required. Channel connection to create.
.google.cloud.eventarc.v1.ChannelConnection channel_connection = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ChannelConnectionOrBuilder |
|
getDefaultInstanceForType()
public CreateChannelConnectionRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CreateChannelConnectionRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getParent()
public 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 | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public 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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasChannelConnection()
public boolean hasChannelConnection()Required. Channel connection to create.
.google.cloud.eventarc.v1.ChannelConnection channel_connection = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the channelConnection field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeChannelConnection(ChannelConnection value)
public CreateChannelConnectionRequest.Builder mergeChannelConnection(ChannelConnection value)Required. Channel connection to create.
.google.cloud.eventarc.v1.ChannelConnection channel_connection = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ChannelConnection |
| Returns | |
|---|---|
| Type | Description |
CreateChannelConnectionRequest.Builder |
|
mergeFrom(CreateChannelConnectionRequest other)
public CreateChannelConnectionRequest.Builder mergeFrom(CreateChannelConnectionRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateChannelConnectionRequest |
| Returns | |
|---|---|
| Type | Description |
CreateChannelConnectionRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CreateChannelConnectionRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CreateChannelConnectionRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public CreateChannelConnectionRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
CreateChannelConnectionRequest.Builder |
|
setChannelConnection(ChannelConnection value)
public CreateChannelConnectionRequest.Builder setChannelConnection(ChannelConnection value)Required. Channel connection to create.
.google.cloud.eventarc.v1.ChannelConnection channel_connection = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ChannelConnection |
| Returns | |
|---|---|
| Type | Description |
CreateChannelConnectionRequest.Builder |
|
setChannelConnection(ChannelConnection.Builder builderForValue)
public CreateChannelConnectionRequest.Builder setChannelConnection(ChannelConnection.Builder builderForValue)Required. Channel connection to create.
.google.cloud.eventarc.v1.ChannelConnection channel_connection = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ChannelConnection.Builder |
| Returns | |
|---|---|
| Type | Description |
CreateChannelConnectionRequest.Builder |
|
setChannelConnectionId(String value)
public CreateChannelConnectionRequest.Builder setChannelConnectionId(String value)Required. The user-provided ID to be assigned to the channel connection.
string channel_connection_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe channelConnectionId to set. |
| Returns | |
|---|---|
| Type | Description |
CreateChannelConnectionRequest.Builder |
This builder for chaining. |
setChannelConnectionIdBytes(ByteString value)
public CreateChannelConnectionRequest.Builder setChannelConnectionIdBytes(ByteString value)Required. The user-provided ID to be assigned to the channel connection.
string channel_connection_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for channelConnectionId to set. |
| Returns | |
|---|---|
| Type | Description |
CreateChannelConnectionRequest.Builder |
This builder for chaining. |
setParent(String value)
public CreateChannelConnectionRequest.Builder setParent(String value)Required. The parent collection in which to add this channel connection.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateChannelConnectionRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public CreateChannelConnectionRequest.Builder setParentBytes(ByteString value)Required. The parent collection in which to add this channel connection.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateChannelConnectionRequest.Builder |
This builder for chaining. |