public static final class CreateFindingsRefinementRequest.Builder extends GeneratedMessage.Builder<CreateFindingsRefinementRequest.Builder> implements CreateFindingsRefinementRequestOrBuilderRequest message for CreateFindingsRefinement method.
Protobuf type google.cloud.chronicle.v1.CreateFindingsRefinementRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > CreateFindingsRefinementRequest.BuilderImplements
CreateFindingsRefinementRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public CreateFindingsRefinementRequest build()| Returns | |
|---|---|
| Type | Description |
CreateFindingsRefinementRequest |
|
buildPartial()
public CreateFindingsRefinementRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
CreateFindingsRefinementRequest |
|
clear()
public CreateFindingsRefinementRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
CreateFindingsRefinementRequest.Builder |
|
clearFindingsRefinement()
public CreateFindingsRefinementRequest.Builder clearFindingsRefinement()Required. The findings refinement to create.
.google.cloud.chronicle.v1.FindingsRefinement findings_refinement = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CreateFindingsRefinementRequest.Builder |
|
clearParent()
public CreateFindingsRefinementRequest.Builder clearParent()Required. The parent resource where this findings refinement will be created. Format: projects/{project}/locations/{location}/instances/{instance}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
CreateFindingsRefinementRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public CreateFindingsRefinementRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CreateFindingsRefinementRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFindingsRefinement()
public FindingsRefinement getFindingsRefinement()Required. The findings refinement to create.
.google.cloud.chronicle.v1.FindingsRefinement findings_refinement = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FindingsRefinement |
The findingsRefinement. |
getFindingsRefinementBuilder()
public FindingsRefinement.Builder getFindingsRefinementBuilder()Required. The findings refinement to create.
.google.cloud.chronicle.v1.FindingsRefinement findings_refinement = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FindingsRefinement.Builder |
|
getFindingsRefinementOrBuilder()
public FindingsRefinementOrBuilder getFindingsRefinementOrBuilder()Required. The findings refinement to create.
.google.cloud.chronicle.v1.FindingsRefinement findings_refinement = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FindingsRefinementOrBuilder |
|
getParent()
public String getParent()Required. The parent resource where this findings refinement will be created. Format: projects/{project}/locations/{location}/instances/{instance}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes()Required. The parent resource where this findings refinement will be created. Format: projects/{project}/locations/{location}/instances/{instance}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasFindingsRefinement()
public boolean hasFindingsRefinement()Required. The findings refinement to create.
.google.cloud.chronicle.v1.FindingsRefinement findings_refinement = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the findingsRefinement field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFindingsRefinement(FindingsRefinement value)
public CreateFindingsRefinementRequest.Builder mergeFindingsRefinement(FindingsRefinement value)Required. The findings refinement to create.
.google.cloud.chronicle.v1.FindingsRefinement findings_refinement = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
FindingsRefinement |
| Returns | |
|---|---|
| Type | Description |
CreateFindingsRefinementRequest.Builder |
|
mergeFrom(CreateFindingsRefinementRequest other)
public CreateFindingsRefinementRequest.Builder mergeFrom(CreateFindingsRefinementRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateFindingsRefinementRequest |
| Returns | |
|---|---|
| Type | Description |
CreateFindingsRefinementRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CreateFindingsRefinementRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CreateFindingsRefinementRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public CreateFindingsRefinementRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
CreateFindingsRefinementRequest.Builder |
|
setFindingsRefinement(FindingsRefinement value)
public CreateFindingsRefinementRequest.Builder setFindingsRefinement(FindingsRefinement value)Required. The findings refinement to create.
.google.cloud.chronicle.v1.FindingsRefinement findings_refinement = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
FindingsRefinement |
| Returns | |
|---|---|
| Type | Description |
CreateFindingsRefinementRequest.Builder |
|
setFindingsRefinement(FindingsRefinement.Builder builderForValue)
public CreateFindingsRefinementRequest.Builder setFindingsRefinement(FindingsRefinement.Builder builderForValue)Required. The findings refinement to create.
.google.cloud.chronicle.v1.FindingsRefinement findings_refinement = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
FindingsRefinement.Builder |
| Returns | |
|---|---|
| Type | Description |
CreateFindingsRefinementRequest.Builder |
|
setParent(String value)
public CreateFindingsRefinementRequest.Builder setParent(String value)Required. The parent resource where this findings refinement will be created. Format: projects/{project}/locations/{location}/instances/{instance}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateFindingsRefinementRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public CreateFindingsRefinementRequest.Builder setParentBytes(ByteString value)Required. The parent resource where this findings refinement will be created. Format: projects/{project}/locations/{location}/instances/{instance}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateFindingsRefinementRequest.Builder |
This builder for chaining. |