Send feedback
Class DeleteRepositoryRequest.Builder (3.14.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latest keyboard_arrow_down
public static final class DeleteRepositoryRequest . Builder extends GeneratedMessageV3 . Builder<DeleteRepositoryRequest . Builder > implements DeleteRepositoryRequestOrBuilder
Message for deleting a Repository.
Protobuf type google.devtools.cloudbuild.v2.DeleteRepositoryRequest
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 DeleteRepositoryRequest . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
public DeleteRepositoryRequest build ()
Returns
public DeleteRepositoryRequest buildPartial ()
Returns
public DeleteRepositoryRequest . Builder clear ()
Returns
Overrides
public DeleteRepositoryRequest . Builder clearEtag ()
The current etag of the repository.
If an etag is provided and does not match the current etag of the
repository, deletion will be blocked and an ABORTED error will be returned.
string etag = 2;
Returns
public DeleteRepositoryRequest . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
public DeleteRepositoryRequest . Builder clearName ()
Required. The name of the Repository to delete.
Format: projects/*/locations/*/connections/*/repositories/*
.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
public DeleteRepositoryRequest . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
public DeleteRepositoryRequest . Builder clearValidateOnly ()
If set, validate the request, but do not actually post it.
bool validate_only = 3;
Returns
public DeleteRepositoryRequest . Builder clone ()
Returns
Overrides
public DeleteRepositoryRequest getDefaultInstanceForType ()
Returns
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
The current etag of the repository.
If an etag is provided and does not match the current etag of the
repository, 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 repository.
If an etag is provided and does not match the current etag of the
repository, deletion will be blocked and an ABORTED error will be returned.
string etag = 2;
Returns
Required. The name of the Repository to delete.
Format: projects/*/locations/*/connections/*/repositories/*
.
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 Repository to delete.
Format: projects/*/locations/*/connections/*/repositories/*
.
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 DeleteRepositoryRequest . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
public DeleteRepositoryRequest . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
public DeleteRepositoryRequest . Builder mergeFrom ( DeleteRepositoryRequest other )
Parameter
Returns
public final DeleteRepositoryRequest . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
public DeleteRepositoryRequest . Builder setEtag ( String value )
The current etag of the repository.
If an etag is provided and does not match the current etag of the
repository, 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 DeleteRepositoryRequest . Builder setEtagBytes ( ByteString value )
The current etag of the repository.
If an etag is provided and does not match the current etag of the
repository, 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 DeleteRepositoryRequest . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
public DeleteRepositoryRequest . Builder setName ( String value )
Required. The name of the Repository to delete.
Format: projects/*/locations/*/connections/*/repositories/*
.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter
Name Description value
String
The name to set.
Returns
public DeleteRepositoryRequest . Builder setNameBytes ( ByteString value )
Required. The name of the Repository to delete.
Format: projects/*/locations/*/connections/*/repositories/*
.
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 DeleteRepositoryRequest . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
public final DeleteRepositoryRequest . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
public DeleteRepositoryRequest . 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
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]