Class GetOccurrenceRequest.Builder (2.84.0)

public static final class GetOccurrenceRequest.Builder extends GeneratedMessage.Builder<GetOccurrenceRequest.Builder> implements GetOccurrenceRequestOrBuilder

Request to get an occurrence.

Protobuf type grafeas.v1.GetOccurrenceRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetOccurrenceRequest build()
Returns
Type Description
GetOccurrenceRequest

buildPartial()

public GetOccurrenceRequest buildPartial()
Returns
Type Description
GetOccurrenceRequest

clear()

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

clearName()

public GetOccurrenceRequest.Builder clearName()

The name of the occurrence in the form of projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID].

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

Returns
Type Description
GetOccurrenceRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetOccurrenceRequest getDefaultInstanceForType()
Returns
Type Description
GetOccurrenceRequest

getDescriptorForType()

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

getName()

public String getName()

The name of the occurrence in the form of projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID].

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

The name of the occurrence in the form of projects/[PROJECT_ID]/occurrences/[OCCURRENCE_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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeFrom(GetOccurrenceRequest other)

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

setName(String value)

public GetOccurrenceRequest.Builder setName(String value)

The name of the occurrence in the form of projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID].

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetOccurrenceRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetOccurrenceRequest.Builder setNameBytes(ByteString value)

The name of the occurrence in the form of projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID].

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
GetOccurrenceRequest.Builder

This builder for chaining.