public static final class DeleteEntryGroupRequest.Builder extends GeneratedMessage.Builder<DeleteEntryGroupRequest.Builder> implements DeleteEntryGroupRequestOrBuilderRequest message for DeleteEntryGroup.
Protobuf type google.cloud.datacatalog.v1beta1.DeleteEntryGroupRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DeleteEntryGroupRequest.BuilderImplements
DeleteEntryGroupRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public DeleteEntryGroupRequest build()| Returns | |
|---|---|
| Type | Description |
DeleteEntryGroupRequest |
|
buildPartial()
public DeleteEntryGroupRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
DeleteEntryGroupRequest |
|
clear()
public DeleteEntryGroupRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
DeleteEntryGroupRequest.Builder |
|
clearForce()
public DeleteEntryGroupRequest.Builder clearForce()Optional. If true, deletes all entries in the entry group.
bool force = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DeleteEntryGroupRequest.Builder |
This builder for chaining. |
clearName()
public DeleteEntryGroupRequest.Builder clearName() Required. The name of the entry group. For example,
projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
DeleteEntryGroupRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public DeleteEntryGroupRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DeleteEntryGroupRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getForce()
public boolean getForce()Optional. If true, deletes all entries in the entry group.
bool force = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The force. |
getName()
public String getName() Required. The name of the entry group. For example,
projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}.
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 entry group. For example,
projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}.
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(DeleteEntryGroupRequest other)
public DeleteEntryGroupRequest.Builder mergeFrom(DeleteEntryGroupRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteEntryGroupRequest |
| Returns | |
|---|---|
| Type | Description |
DeleteEntryGroupRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DeleteEntryGroupRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DeleteEntryGroupRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DeleteEntryGroupRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DeleteEntryGroupRequest.Builder |
|
setForce(boolean value)
public DeleteEntryGroupRequest.Builder setForce(boolean value)Optional. If true, deletes all entries in the entry group.
bool force = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe force to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteEntryGroupRequest.Builder |
This builder for chaining. |
setName(String value)
public DeleteEntryGroupRequest.Builder setName(String value) Required. The name of the entry group. For example,
projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteEntryGroupRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public DeleteEntryGroupRequest.Builder setNameBytes(ByteString value) Required. The name of the entry group. For example,
projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}.
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 |
DeleteEntryGroupRequest.Builder |
This builder for chaining. |