public static final class DeleteRunRequest.Builder extends GeneratedMessageV3.Builder<DeleteRunRequest.Builder> implements DeleteRunRequestOrBuilder
Request message for DeleteRun.
Protobuf type google.cloud.datacatalog.lineage.v1.DeleteRunRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DeleteRunRequest.BuilderImplements
DeleteRunRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DeleteRunRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
DeleteRunRequest.Builder |
build()
public DeleteRunRequest build()
Type | Description |
DeleteRunRequest |
buildPartial()
public DeleteRunRequest buildPartial()
Type | Description |
DeleteRunRequest |
clear()
public DeleteRunRequest.Builder clear()
Type | Description |
DeleteRunRequest.Builder |
clearAllowMissing()
public DeleteRunRequest.Builder clearAllowMissing()
If set to true and the run is not found, the request succeeds but the server doesn't perform any actions.
bool allow_missing = 2;
Type | Description |
DeleteRunRequest.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public DeleteRunRequest.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
DeleteRunRequest.Builder |
clearName()
public DeleteRunRequest.Builder clearName()
Required. The name of the run to delete.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
DeleteRunRequest.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public DeleteRunRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
DeleteRunRequest.Builder |
clone()
public DeleteRunRequest.Builder clone()
Type | Description |
DeleteRunRequest.Builder |
getAllowMissing()
public boolean getAllowMissing()
If set to true and the run is not found, the request succeeds but the server doesn't perform any actions.
bool allow_missing = 2;
Type | Description |
boolean | The allowMissing. |
getDefaultInstanceForType()
public DeleteRunRequest getDefaultInstanceForType()
Type | Description |
DeleteRunRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getName()
public String getName()
Required. The name of the run to delete.
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 run to delete.
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(DeleteRunRequest other)
public DeleteRunRequest.Builder mergeFrom(DeleteRunRequest other)
Name | Description |
other | DeleteRunRequest |
Type | Description |
DeleteRunRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DeleteRunRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DeleteRunRequest.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public DeleteRunRequest.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
DeleteRunRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DeleteRunRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
DeleteRunRequest.Builder |
setAllowMissing(boolean value)
public DeleteRunRequest.Builder setAllowMissing(boolean value)
If set to true and the run is not found, the request succeeds but the server doesn't perform any actions.
bool allow_missing = 2;
Name | Description |
value | boolean The allowMissing to set. |
Type | Description |
DeleteRunRequest.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public DeleteRunRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
DeleteRunRequest.Builder |
setName(String value)
public DeleteRunRequest.Builder setName(String value)
Required. The name of the run to delete.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Name | Description |
value | String The name to set. |
Type | Description |
DeleteRunRequest.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public DeleteRunRequest.Builder setNameBytes(ByteString value)
Required. The name of the run to delete.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Name | Description |
value | ByteString The bytes for name to set. |
Type | Description |
DeleteRunRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DeleteRunRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
DeleteRunRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final DeleteRunRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
DeleteRunRequest.Builder |