- 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 DeleteApiSpecRequest.Builder extends GeneratedMessageV3.Builder<DeleteApiSpecRequest.Builder> implements DeleteApiSpecRequestOrBuilder
Request message for DeleteApiSpec.
Protobuf type google.cloud.apigeeregistry.v1.DeleteApiSpecRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DeleteApiSpecRequest.BuilderImplements
DeleteApiSpecRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DeleteApiSpecRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
DeleteApiSpecRequest.Builder |
build()
public DeleteApiSpecRequest build()
Type | Description |
DeleteApiSpecRequest |
buildPartial()
public DeleteApiSpecRequest buildPartial()
Type | Description |
DeleteApiSpecRequest |
clear()
public DeleteApiSpecRequest.Builder clear()
Type | Description |
DeleteApiSpecRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public DeleteApiSpecRequest.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
DeleteApiSpecRequest.Builder |
clearForce()
public DeleteApiSpecRequest.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 |
DeleteApiSpecRequest.Builder | This builder for chaining. |
clearName()
public DeleteApiSpecRequest.Builder clearName()
Required. The name of the spec to delete.
Format: projects/*/locations/*/apis/*/versions/*/specs/*
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
DeleteApiSpecRequest.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public DeleteApiSpecRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
DeleteApiSpecRequest.Builder |
clone()
public DeleteApiSpecRequest.Builder clone()
Type | Description |
DeleteApiSpecRequest.Builder |
getDefaultInstanceForType()
public DeleteApiSpecRequest getDefaultInstanceForType()
Type | Description |
DeleteApiSpecRequest |
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 spec to delete.
Format: projects/*/locations/*/apis/*/versions/*/specs/*
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 spec to delete.
Format: projects/*/locations/*/apis/*/versions/*/specs/*
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(DeleteApiSpecRequest other)
public DeleteApiSpecRequest.Builder mergeFrom(DeleteApiSpecRequest other)
Name | Description |
other | DeleteApiSpecRequest |
Type | Description |
DeleteApiSpecRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DeleteApiSpecRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DeleteApiSpecRequest.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public DeleteApiSpecRequest.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
DeleteApiSpecRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DeleteApiSpecRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
DeleteApiSpecRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public DeleteApiSpecRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
DeleteApiSpecRequest.Builder |
setForce(boolean value)
public DeleteApiSpecRequest.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 |
DeleteApiSpecRequest.Builder | This builder for chaining. |
setName(String value)
public DeleteApiSpecRequest.Builder setName(String value)
Required. The name of the spec to delete.
Format: projects/*/locations/*/apis/*/versions/*/specs/*
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Name | Description |
value | String The name to set. |
Type | Description |
DeleteApiSpecRequest.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public DeleteApiSpecRequest.Builder setNameBytes(ByteString value)
Required. The name of the spec to delete.
Format: projects/*/locations/*/apis/*/versions/*/specs/*
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Name | Description |
value | ByteString The bytes for name to set. |
Type | Description |
DeleteApiSpecRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DeleteApiSpecRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
DeleteApiSpecRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final DeleteApiSpecRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
DeleteApiSpecRequest.Builder |