- 0.51.0 (latest)
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.1
- 0.2.2
- 0.1.1
public static final class DeleteApiDeploymentRequest.Builder extends GeneratedMessageV3.Builder<DeleteApiDeploymentRequest.Builder> implements DeleteApiDeploymentRequestOrBuilder
Request message for DeleteApiDeployment.
Protobuf type google.cloud.apigeeregistry.v1.DeleteApiDeploymentRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DeleteApiDeploymentRequest.BuilderImplements
DeleteApiDeploymentRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DeleteApiDeploymentRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
DeleteApiDeploymentRequest.Builder |
build()
public DeleteApiDeploymentRequest build()
Type | Description |
DeleteApiDeploymentRequest |
buildPartial()
public DeleteApiDeploymentRequest buildPartial()
Type | Description |
DeleteApiDeploymentRequest |
clear()
public DeleteApiDeploymentRequest.Builder clear()
Type | Description |
DeleteApiDeploymentRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public DeleteApiDeploymentRequest.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
DeleteApiDeploymentRequest.Builder |
clearForce()
public DeleteApiDeploymentRequest.Builder clearForce()
If set to true, any child resources will also be deleted. (Otherwise, the request will only work if there are no child resources.)
bool force = 2;
Type | Description |
DeleteApiDeploymentRequest.Builder | This builder for chaining. |
clearName()
public DeleteApiDeploymentRequest.Builder clearName()
Required. The name of the deployment to delete.
Format: projects/*/locations/*/apis/*/deployments/*
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
DeleteApiDeploymentRequest.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public DeleteApiDeploymentRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
DeleteApiDeploymentRequest.Builder |
clone()
public DeleteApiDeploymentRequest.Builder clone()
Type | Description |
DeleteApiDeploymentRequest.Builder |
getDefaultInstanceForType()
public DeleteApiDeploymentRequest getDefaultInstanceForType()
Type | Description |
DeleteApiDeploymentRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getForce()
public boolean getForce()
If set to true, any child resources will also be deleted. (Otherwise, the request will only work if there are no child resources.)
bool force = 2;
Type | Description |
boolean | The force. |
getName()
public String getName()
Required. The name of the deployment to delete.
Format: projects/*/locations/*/apis/*/deployments/*
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
Required. The name of the deployment to delete.
Format: projects/*/locations/*/apis/*/deployments/*
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for name. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(DeleteApiDeploymentRequest other)
public DeleteApiDeploymentRequest.Builder mergeFrom(DeleteApiDeploymentRequest other)
Name | Description |
other | DeleteApiDeploymentRequest |
Type | Description |
DeleteApiDeploymentRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DeleteApiDeploymentRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DeleteApiDeploymentRequest.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public DeleteApiDeploymentRequest.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
DeleteApiDeploymentRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DeleteApiDeploymentRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
DeleteApiDeploymentRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public DeleteApiDeploymentRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
DeleteApiDeploymentRequest.Builder |
setForce(boolean value)
public DeleteApiDeploymentRequest.Builder setForce(boolean value)
If set to true, any child resources will also be deleted. (Otherwise, the request will only work if there are no child resources.)
bool force = 2;
Name | Description |
value | boolean The force to set. |
Type | Description |
DeleteApiDeploymentRequest.Builder | This builder for chaining. |
setName(String value)
public DeleteApiDeploymentRequest.Builder setName(String value)
Required. The name of the deployment to delete.
Format: projects/*/locations/*/apis/*/deployments/*
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Name | Description |
value | String The name to set. |
Type | Description |
DeleteApiDeploymentRequest.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public DeleteApiDeploymentRequest.Builder setNameBytes(ByteString value)
Required. The name of the deployment to delete.
Format: projects/*/locations/*/apis/*/deployments/*
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Name | Description |
value | ByteString The bytes for name to set. |
Type | Description |
DeleteApiDeploymentRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DeleteApiDeploymentRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
DeleteApiDeploymentRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final DeleteApiDeploymentRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
DeleteApiDeploymentRequest.Builder |