Class CreateConnectionRequest.Builder (3.85.0)

public static final class CreateConnectionRequest.Builder extends GeneratedMessage.Builder<CreateConnectionRequest.Builder> implements CreateConnectionRequestOrBuilder

Message for creating a Connection

Protobuf type google.devtools.cloudbuild.v2.CreateConnectionRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public CreateConnectionRequest build()
Returns
Type Description
CreateConnectionRequest

buildPartial()

public CreateConnectionRequest buildPartial()
Returns
Type Description
CreateConnectionRequest

clear()

public CreateConnectionRequest.Builder clear()
Returns
Type Description
CreateConnectionRequest.Builder
Overrides

clearConnection()

public CreateConnectionRequest.Builder clearConnection()

Required. The Connection to create.

.google.devtools.cloudbuild.v2.Connection connection = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CreateConnectionRequest.Builder

clearConnectionId()

public CreateConnectionRequest.Builder clearConnectionId()

Required. The ID to use for the Connection, which will become the final component of the Connection's resource name. Names must be unique per-project per-location. Allows alphanumeric characters and any of -._~%!$&'()*+,;=@.

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

Returns
Type Description
CreateConnectionRequest.Builder

This builder for chaining.

clearParent()

public CreateConnectionRequest.Builder clearParent()

Required. Project and location where the connection will be created. Format: projects/*/locations/*.

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

Returns
Type Description
CreateConnectionRequest.Builder

This builder for chaining.

getConnection()

public Connection getConnection()

Required. The Connection to create.

.google.devtools.cloudbuild.v2.Connection connection = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Connection

The connection.

getConnectionBuilder()

public Connection.Builder getConnectionBuilder()

Required. The Connection to create.

.google.devtools.cloudbuild.v2.Connection connection = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Connection.Builder

getConnectionId()

public String getConnectionId()

Required. The ID to use for the Connection, which will become the final component of the Connection's resource name. Names must be unique per-project per-location. Allows alphanumeric characters and any of -._~%!$&'()*+,;=@.

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

Returns
Type Description
String

The connectionId.

getConnectionIdBytes()

public ByteString getConnectionIdBytes()

Required. The ID to use for the Connection, which will become the final component of the Connection's resource name. Names must be unique per-project per-location. Allows alphanumeric characters and any of -._~%!$&'()*+,;=@.

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

Returns
Type Description
ByteString

The bytes for connectionId.

getConnectionOrBuilder()

public ConnectionOrBuilder getConnectionOrBuilder()

Required. The Connection to create.

.google.devtools.cloudbuild.v2.Connection connection = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ConnectionOrBuilder

getDefaultInstanceForType()

public CreateConnectionRequest getDefaultInstanceForType()
Returns
Type Description
CreateConnectionRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getParent()

public String getParent()

Required. Project and location where the connection will be created. Format: projects/*/locations/*.

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

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. Project and location where the connection will be created. Format: projects/*/locations/*.

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

Returns
Type Description
ByteString

The bytes for parent.

hasConnection()

public boolean hasConnection()

Required. The Connection to create.

.google.devtools.cloudbuild.v2.Connection connection = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the connection field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeConnection(Connection value)

public CreateConnectionRequest.Builder mergeConnection(Connection value)

Required. The Connection to create.

.google.devtools.cloudbuild.v2.Connection connection = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value Connection
Returns
Type Description
CreateConnectionRequest.Builder

mergeFrom(CreateConnectionRequest other)

public CreateConnectionRequest.Builder mergeFrom(CreateConnectionRequest other)
Parameter
Name Description
other CreateConnectionRequest
Returns
Type Description
CreateConnectionRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public CreateConnectionRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CreateConnectionRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public CreateConnectionRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
CreateConnectionRequest.Builder
Overrides

setConnection(Connection value)

public CreateConnectionRequest.Builder setConnection(Connection value)

Required. The Connection to create.

.google.devtools.cloudbuild.v2.Connection connection = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value Connection
Returns
Type Description
CreateConnectionRequest.Builder

setConnection(Connection.Builder builderForValue)

public CreateConnectionRequest.Builder setConnection(Connection.Builder builderForValue)

Required. The Connection to create.

.google.devtools.cloudbuild.v2.Connection connection = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue Connection.Builder
Returns
Type Description
CreateConnectionRequest.Builder

setConnectionId(String value)

public CreateConnectionRequest.Builder setConnectionId(String value)

Required. The ID to use for the Connection, which will become the final component of the Connection's resource name. Names must be unique per-project per-location. Allows alphanumeric characters and any of -._~%!$&'()*+,;=@.

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

Parameter
Name Description
value String

The connectionId to set.

Returns
Type Description
CreateConnectionRequest.Builder

This builder for chaining.

setConnectionIdBytes(ByteString value)

public CreateConnectionRequest.Builder setConnectionIdBytes(ByteString value)

Required. The ID to use for the Connection, which will become the final component of the Connection's resource name. Names must be unique per-project per-location. Allows alphanumeric characters and any of -._~%!$&'()*+,;=@.

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

Parameter
Name Description
value ByteString

The bytes for connectionId to set.

Returns
Type Description
CreateConnectionRequest.Builder

This builder for chaining.

setParent(String value)

public CreateConnectionRequest.Builder setParent(String value)

Required. Project and location where the connection will be created. Format: projects/*/locations/*.

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

Parameter
Name Description
value String

The parent to set.

Returns
Type Description
CreateConnectionRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public CreateConnectionRequest.Builder setParentBytes(ByteString value)

Required. Project and location where the connection will be created. Format: projects/*/locations/*.

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

Parameter
Name Description
value ByteString

The bytes for parent to set.

Returns
Type Description
CreateConnectionRequest.Builder

This builder for chaining.