public static final class DeleteApiRequest.Builder extends GeneratedMessage.Builder<DeleteApiRequest.Builder> implements DeleteApiRequestOrBuilderThe DeleteApi method's request.
Protobuf type google.cloud.apihub.v1.DeleteApiRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DeleteApiRequest.BuilderImplements
DeleteApiRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public DeleteApiRequest build()| Returns | |
|---|---|
| Type | Description |
DeleteApiRequest |
|
buildPartial()
public DeleteApiRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
DeleteApiRequest |
|
clear()
public DeleteApiRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
DeleteApiRequest.Builder |
|
clearForce()
public DeleteApiRequest.Builder clearForce()Optional. If set to true, any versions from this API will also be deleted. Otherwise, the request will only work if the API has no versions.
bool force = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DeleteApiRequest.Builder |
This builder for chaining. |
clearName()
public DeleteApiRequest.Builder clearName() Required. The name of the API resource to delete.
Format: projects/{project}/locations/{location}/apis/{api}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
DeleteApiRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public DeleteApiRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DeleteApiRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getForce()
public boolean getForce()Optional. If set to true, any versions from this API will also be deleted. Otherwise, the request will only work if the API has no versions.
bool force = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The force. |
getName()
public String getName() Required. The name of the API resource to delete.
Format: projects/{project}/locations/{location}/apis/{api}
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 API resource to delete.
Format: projects/{project}/locations/{location}/apis/{api}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(DeleteApiRequest other)
public DeleteApiRequest.Builder mergeFrom(DeleteApiRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteApiRequest |
| Returns | |
|---|---|
| Type | Description |
DeleteApiRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DeleteApiRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DeleteApiRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DeleteApiRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DeleteApiRequest.Builder |
|
setForce(boolean value)
public DeleteApiRequest.Builder setForce(boolean value)Optional. If set to true, any versions from this API will also be deleted. Otherwise, the request will only work if the API has no versions.
bool force = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe force to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteApiRequest.Builder |
This builder for chaining. |
setName(String value)
public DeleteApiRequest.Builder setName(String value) Required. The name of the API resource to delete.
Format: projects/{project}/locations/{location}/apis/{api}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteApiRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public DeleteApiRequest.Builder setNameBytes(ByteString value) Required. The name of the API resource to delete.
Format: projects/{project}/locations/{location}/apis/{api}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteApiRequest.Builder |
This builder for chaining. |