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.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DeleteConnectionRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public DeleteConnectionRequest build()
buildPartial()
public DeleteConnectionRequest buildPartial()
clear()
public DeleteConnectionRequest.Builder clear()
Overrides
clearEtag()
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;
clearField(Descriptors.FieldDescriptor field)
public DeleteConnectionRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearName()
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) = { ... }
clearOneof(Descriptors.OneofDescriptor oneof)
public DeleteConnectionRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearValidateOnly()
public DeleteConnectionRequest.Builder clearValidateOnly()
If set, validate the request, but do not actually post it.
bool validate_only = 3;
clone()
public DeleteConnectionRequest.Builder clone()
Overrides
getDefaultInstanceForType()
public DeleteConnectionRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getEtag()
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.
|
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, deletion will be blocked and an ABORTED error will be returned.
string etag = 2;
Returns |
Type |
Description |
ByteString |
The bytes for etag.
|
getName()
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.
|
getNameBytes()
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 |
Type |
Description |
ByteString |
The bytes for name.
|
getValidateOnly()
public boolean getValidateOnly()
If set, validate the request, but do not actually post it.
bool validate_only = 3;
Returns |
Type |
Description |
boolean |
The validateOnly.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(DeleteConnectionRequest other)
public DeleteConnectionRequest.Builder mergeFrom(DeleteConnectionRequest other)
public DeleteConnectionRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public DeleteConnectionRequest.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DeleteConnectionRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setEtag(String value)
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.
|
setEtagBytes(ByteString value)
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.
|
setField(Descriptors.FieldDescriptor field, Object value)
public DeleteConnectionRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setName(String value)
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.
|
setNameBytes(ByteString value)
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.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DeleteConnectionRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final DeleteConnectionRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
setValidateOnly(boolean value)
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.
|