Class GetRetrohuntRequest.Builder (0.2.0)

public static final class GetRetrohuntRequest.Builder extends GeneratedMessageV3.Builder<GetRetrohuntRequest.Builder> implements GetRetrohuntRequestOrBuilder

Request message for GetRetrohunt method.

Protobuf type google.cloud.chronicle.v1.GetRetrohuntRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public GetRetrohuntRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
GetRetrohuntRequest.Builder
Overrides

build()

public GetRetrohuntRequest build()
Returns
Type Description
GetRetrohuntRequest

buildPartial()

public GetRetrohuntRequest buildPartial()
Returns
Type Description
GetRetrohuntRequest

clear()

public GetRetrohuntRequest.Builder clear()
Returns
Type Description
GetRetrohuntRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public GetRetrohuntRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
GetRetrohuntRequest.Builder
Overrides

clearName()

public GetRetrohuntRequest.Builder clearName()

Required. The name of the retrohunt to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}/retrohunts/{retrohunt}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
GetRetrohuntRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public GetRetrohuntRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
GetRetrohuntRequest.Builder
Overrides

clone()

public GetRetrohuntRequest.Builder clone()
Returns
Type Description
GetRetrohuntRequest.Builder
Overrides

getDefaultInstanceForType()

public GetRetrohuntRequest getDefaultInstanceForType()
Returns
Type Description
GetRetrohuntRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getName()

public String getName()

Required. The name of the retrohunt to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}/retrohunts/{retrohunt}

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 retrohunt to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}/retrohunts/{retrohunt}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetRetrohuntRequest other)

public GetRetrohuntRequest.Builder mergeFrom(GetRetrohuntRequest other)
Parameter
Name Description
other GetRetrohuntRequest
Returns
Type Description
GetRetrohuntRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GetRetrohuntRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GetRetrohuntRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GetRetrohuntRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GetRetrohuntRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final GetRetrohuntRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
GetRetrohuntRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public GetRetrohuntRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
GetRetrohuntRequest.Builder
Overrides

setName(String value)

public GetRetrohuntRequest.Builder setName(String value)

Required. The name of the retrohunt to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}/retrohunts/{retrohunt}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetRetrohuntRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetRetrohuntRequest.Builder setNameBytes(ByteString value)

Required. The name of the retrohunt to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}/retrohunts/{retrohunt}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
GetRetrohuntRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public GetRetrohuntRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
GetRetrohuntRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final GetRetrohuntRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
GetRetrohuntRequest.Builder
Overrides