public static final class DeleteConnectionRequest.Builder extends GeneratedMessageV3.Builder<DeleteConnectionRequest.Builder> implements DeleteConnectionRequestOrBuilder
Message for deleting a Connection.
Protobuf type google.devtools.cloudbuild.v2.DeleteConnectionRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
public DeleteConnectionRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public DeleteConnectionRequest build()
Returns
public DeleteConnectionRequest buildPartial()
Returns
public DeleteConnectionRequest.Builder clear()
Returns
Overrides
public DeleteConnectionRequest.Builder clearEtag()
The current etag of the connection.
If an etag is provided and does not match the current etag of the
connection, deletion will be blocked and an ABORTED error will be returned.
string etag = 2;
Returns
public DeleteConnectionRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
public DeleteConnectionRequest.Builder clearName()
Required. The name of the Connection to delete.
Format: projects/*/locations/*/connections/*
.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
public DeleteConnectionRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
public DeleteConnectionRequest.Builder clearValidateOnly()
If set, validate the request, but do not actually post it.
bool validate_only = 3;
Returns
public DeleteConnectionRequest.Builder clone()
Returns
Overrides
public DeleteConnectionRequest getDefaultInstanceForType()
Returns
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
The current etag of the connection.
If an etag is provided and does not match the current etag of the
connection, deletion will be blocked and an ABORTED error will be returned.
string etag = 2;
Returns
Type | Description |
String | The etag.
|
public ByteString getEtagBytes()
The current etag of the connection.
If an etag is provided and does not match the current etag of the
connection, deletion will be blocked and an ABORTED error will be returned.
string etag = 2;
Returns
Required. The name of the Connection to delete.
Format: projects/*/locations/*/connections/*
.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type | Description |
String | The name.
|
public ByteString getNameBytes()
Required. The name of the Connection to delete.
Format: projects/*/locations/*/connections/*
.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
public boolean getValidateOnly()
If set, validate the request, but do not actually post it.
bool validate_only = 3;
Returns
Type | Description |
boolean | The validateOnly.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public DeleteConnectionRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
public DeleteConnectionRequest.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
public DeleteConnectionRequest.Builder mergeFrom(DeleteConnectionRequest other)
Parameter
Returns
public final DeleteConnectionRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
public DeleteConnectionRequest.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, deletion will be blocked and an ABORTED error will be returned.
string etag = 2;
Parameter
Name | Description |
value | String
The etag to set.
|
Returns
public DeleteConnectionRequest.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, deletion will be blocked and an ABORTED error will be returned.
string etag = 2;
Parameter
Name | Description |
value | ByteString
The bytes for etag to set.
|
Returns
public DeleteConnectionRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public DeleteConnectionRequest.Builder setName(String value)
Required. The name of the Connection to delete.
Format: projects/*/locations/*/connections/*
.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter
Name | Description |
value | String
The name to set.
|
Returns
public DeleteConnectionRequest.Builder setNameBytes(ByteString value)
Required. The name of the Connection to delete.
Format: projects/*/locations/*/connections/*
.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter
Name | Description |
value | ByteString
The bytes for name to set.
|
Returns
public DeleteConnectionRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
public final DeleteConnectionRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
public DeleteConnectionRequest.Builder setValidateOnly(boolean value)
If set, validate the request, but do not actually post it.
bool validate_only = 3;
Parameter
Name | Description |
value | boolean
The validateOnly to set.
|
Returns