Class GetChangelogRequest.Builder (0.54.0)

public static final class GetChangelogRequest.Builder extends GeneratedMessageV3.Builder<GetChangelogRequest.Builder> implements GetChangelogRequestOrBuilder

The request message for Changelogs.GetChangelog.

Protobuf type google.cloud.dialogflow.cx.v3.GetChangelogRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public GetChangelogRequest build()
Returns
Type Description
GetChangelogRequest

buildPartial()

public GetChangelogRequest buildPartial()
Returns
Type Description
GetChangelogRequest

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearName()

public GetChangelogRequest.Builder clearName()

Required. The name of the changelog to get. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/changelogs/<Changelog ID>.

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

Returns
Type Description
GetChangelogRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clone()

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

getDefaultInstanceForType()

public GetChangelogRequest getDefaultInstanceForType()
Returns
Type Description
GetChangelogRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The name of the changelog to get. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/changelogs/<Changelog 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 changelog to get. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/changelogs/<Changelog ID>.

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(GetChangelogRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

setName(String value)

public GetChangelogRequest.Builder setName(String value)

Required. The name of the changelog to get. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/changelogs/<Changelog 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
GetChangelogRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetChangelogRequest.Builder setNameBytes(ByteString value)

Required. The name of the changelog to get. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/changelogs/<Changelog 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
GetChangelogRequest.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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