- 3.85.0 (latest)
- 3.84.0
- 3.83.0
- 3.82.0
- 3.80.0
- 3.78.0
- 3.77.0
- 3.76.0
- 3.75.0
- 3.74.0
- 3.72.0
- 3.70.0
- 3.69.0
- 3.66.0
- 3.65.0
- 3.64.0
- 3.62.0
- 3.61.0
- 3.60.0
- 3.59.0
- 3.58.0
- 3.57.0
- 3.56.0
- 3.55.0
- 3.54.0
- 3.53.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.6
- 3.4.1
- 3.3.12
public static final class UpdateConnectionRequest.Builder extends GeneratedMessage.Builder<UpdateConnectionRequest.Builder> implements UpdateConnectionRequestOrBuilderMessage for updating a Connection.
Protobuf type google.devtools.cloudbuild.v2.UpdateConnectionRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateConnectionRequest.BuilderImplements
UpdateConnectionRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateConnectionRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateConnectionRequest |
|
buildPartial()
public UpdateConnectionRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateConnectionRequest |
|
clear()
public UpdateConnectionRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateConnectionRequest.Builder |
|
clearAllowMissing()
public UpdateConnectionRequest.Builder clearAllowMissing() If set to true, and the connection is not found a new connection
will be created. In this situation update_mask is ignored.
The creation will succeed only if the input connection has all the
necessary information (e.g a github_config with both user_oauth_token and
installation_id properties).
bool allow_missing = 3;
| Returns | |
|---|---|
| Type | Description |
UpdateConnectionRequest.Builder |
This builder for chaining. |
clearConnection()
public UpdateConnectionRequest.Builder clearConnection()Required. The Connection to update.
.google.devtools.cloudbuild.v2.Connection connection = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateConnectionRequest.Builder |
|
clearEtag()
public UpdateConnectionRequest.Builder clearEtag()The current etag of the connection. If an etag is provided and does not match the current etag of the connection, update will be blocked and an ABORTED error will be returned.
string etag = 4;
| Returns | |
|---|---|
| Type | Description |
UpdateConnectionRequest.Builder |
This builder for chaining. |
clearUpdateMask()
public UpdateConnectionRequest.Builder clearUpdateMask()The list of fields to be updated.
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
UpdateConnectionRequest.Builder |
|
getAllowMissing()
public boolean getAllowMissing() If set to true, and the connection is not found a new connection
will be created. In this situation update_mask is ignored.
The creation will succeed only if the input connection has all the
necessary information (e.g a github_config with both user_oauth_token and
installation_id properties).
bool allow_missing = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
The allowMissing. |
getConnection()
public Connection getConnection()Required. The Connection to update.
.google.devtools.cloudbuild.v2.Connection connection = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Connection |
The connection. |
getConnectionBuilder()
public Connection.Builder getConnectionBuilder()Required. The Connection to update.
.google.devtools.cloudbuild.v2.Connection connection = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Connection.Builder |
|
getConnectionOrBuilder()
public ConnectionOrBuilder getConnectionOrBuilder()Required. The Connection to update.
.google.devtools.cloudbuild.v2.Connection connection = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ConnectionOrBuilder |
|
getDefaultInstanceForType()
public UpdateConnectionRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateConnectionRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEtag()
public String getEtag()The current etag of the connection. If an etag is provided and does not match the current etag of the connection, update will be blocked and an ABORTED error will be returned.
string etag = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The etag. |
getEtagBytes()
public ByteString getEtagBytes()The current etag of the connection. If an etag is provided and does not match the current etag of the connection, update will be blocked and an ABORTED error will be returned.
string etag = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for etag. |
getUpdateMask()
public FieldMask getUpdateMask()The list of fields to be updated.
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()The list of fields to be updated.
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()The list of fields to be updated.
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasConnection()
public boolean hasConnection()Required. The Connection to update.
.google.devtools.cloudbuild.v2.Connection connection = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the connection field is set. |
hasUpdateMask()
public boolean hasUpdateMask()The list of fields to be updated.
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeConnection(Connection value)
public UpdateConnectionRequest.Builder mergeConnection(Connection value)Required. The Connection to update.
.google.devtools.cloudbuild.v2.Connection connection = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Connection |
| Returns | |
|---|---|
| Type | Description |
UpdateConnectionRequest.Builder |
|
mergeFrom(UpdateConnectionRequest other)
public UpdateConnectionRequest.Builder mergeFrom(UpdateConnectionRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateConnectionRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateConnectionRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateConnectionRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateConnectionRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateConnectionRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateConnectionRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateConnectionRequest.Builder mergeUpdateMask(FieldMask value)The list of fields to be updated.
.google.protobuf.FieldMask update_mask = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateConnectionRequest.Builder |
|
setAllowMissing(boolean value)
public UpdateConnectionRequest.Builder setAllowMissing(boolean value) If set to true, and the connection is not found a new connection
will be created. In this situation update_mask is ignored.
The creation will succeed only if the input connection has all the
necessary information (e.g a github_config with both user_oauth_token and
installation_id properties).
bool allow_missing = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe allowMissing to set. |
| Returns | |
|---|---|
| Type | Description |
UpdateConnectionRequest.Builder |
This builder for chaining. |
setConnection(Connection value)
public UpdateConnectionRequest.Builder setConnection(Connection value)Required. The Connection to update.
.google.devtools.cloudbuild.v2.Connection connection = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Connection |
| Returns | |
|---|---|
| Type | Description |
UpdateConnectionRequest.Builder |
|
setConnection(Connection.Builder builderForValue)
public UpdateConnectionRequest.Builder setConnection(Connection.Builder builderForValue)Required. The Connection to update.
.google.devtools.cloudbuild.v2.Connection connection = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Connection.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateConnectionRequest.Builder |
|
setEtag(String value)
public UpdateConnectionRequest.Builder setEtag(String value)The current etag of the connection. If an etag is provided and does not match the current etag of the connection, update will be blocked and an ABORTED error will be returned.
string etag = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe etag to set. |
| Returns | |
|---|---|
| Type | Description |
UpdateConnectionRequest.Builder |
This builder for chaining. |
setEtagBytes(ByteString value)
public UpdateConnectionRequest.Builder setEtagBytes(ByteString value)The current etag of the connection. If an etag is provided and does not match the current etag of the connection, update will be blocked and an ABORTED error will be returned.
string etag = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for etag to set. |
| Returns | |
|---|---|
| Type | Description |
UpdateConnectionRequest.Builder |
This builder for chaining. |
setUpdateMask(FieldMask value)
public UpdateConnectionRequest.Builder setUpdateMask(FieldMask value)The list of fields to be updated.
.google.protobuf.FieldMask update_mask = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateConnectionRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateConnectionRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)The list of fields to be updated.
.google.protobuf.FieldMask update_mask = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateConnectionRequest.Builder |
|