Class Changelog (0.52.0)

public final class Changelog extends GeneratedMessageV3 implements ChangelogOrBuilder

Changelogs represents a change made to a given agent.

Protobuf type google.cloud.dialogflow.cx.v3beta1.Changelog

Implements

ChangelogOrBuilder

Static Fields

ACTION_FIELD_NUMBER

public static final int ACTION_FIELD_NUMBER
Field Value
TypeDescription
int

CREATE_TIME_FIELD_NUMBER

public static final int CREATE_TIME_FIELD_NUMBER
Field Value
TypeDescription
int

DISPLAY_NAME_FIELD_NUMBER

public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
TypeDescription
int

LANGUAGE_CODE_FIELD_NUMBER

public static final int LANGUAGE_CODE_FIELD_NUMBER
Field Value
TypeDescription
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
TypeDescription
int

RESOURCE_FIELD_NUMBER

public static final int RESOURCE_FIELD_NUMBER
Field Value
TypeDescription
int

TYPE_FIELD_NUMBER

public static final int TYPE_FIELD_NUMBER
Field Value
TypeDescription
int

USER_EMAIL_FIELD_NUMBER

public static final int USER_EMAIL_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static Changelog getDefaultInstance()
Returns
TypeDescription
Changelog

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static Changelog.Builder newBuilder()
Returns
TypeDescription
Changelog.Builder

newBuilder(Changelog prototype)

public static Changelog.Builder newBuilder(Changelog prototype)
Parameter
NameDescription
prototypeChangelog
Returns
TypeDescription
Changelog.Builder

parseDelimitedFrom(InputStream input)

public static Changelog parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Changelog
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Changelog parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Changelog
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static Changelog parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
Changelog
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Changelog parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Changelog
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Changelog parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
Changelog
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Changelog parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Changelog
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Changelog parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
Changelog
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Changelog parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Changelog
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static Changelog parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Changelog
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Changelog parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Changelog
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static Changelog parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
Changelog
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Changelog parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Changelog
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<Changelog> parser()
Returns
TypeDescription
Parser<Changelog>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getAction()

public String getAction()

The action of the change.

string action = 11;

Returns
TypeDescription
String

The action.

getActionBytes()

public ByteString getActionBytes()

The action of the change.

string action = 11;

Returns
TypeDescription
ByteString

The bytes for action.

getCreateTime()

public Timestamp getCreateTime()

The timestamp of the change.

.google.protobuf.Timestamp create_time = 4;

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeOrBuilder()

public TimestampOrBuilder getCreateTimeOrBuilder()

The timestamp of the change.

.google.protobuf.Timestamp create_time = 4;

Returns
TypeDescription
TimestampOrBuilder

getDefaultInstanceForType()

public Changelog getDefaultInstanceForType()
Returns
TypeDescription
Changelog

getDisplayName()

public String getDisplayName()

The affected resource display name of the change.

string display_name = 7;

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

The affected resource display name of the change.

string display_name = 7;

Returns
TypeDescription
ByteString

The bytes for displayName.

getLanguageCode()

public String getLanguageCode()

The affected language code of the change.

string language_code = 14;

Returns
TypeDescription
String

The languageCode.

getLanguageCodeBytes()

public ByteString getLanguageCodeBytes()

The affected language code of the change.

string language_code = 14;

Returns
TypeDescription
ByteString

The bytes for languageCode.

getName()

public String getName()

The unique identifier of the changelog. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/changelogs/<Changelog ID>.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

The unique identifier of the changelog. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/changelogs/<Changelog ID>.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getParserForType()

public Parser<Changelog> getParserForType()
Returns
TypeDescription
Parser<Changelog>
Overrides

getResource()

public String getResource()

The affected resource name of the change.

string resource = 3;

Returns
TypeDescription
String

The resource.

getResourceBytes()

public ByteString getResourceBytes()

The affected resource name of the change.

string resource = 3;

Returns
TypeDescription
ByteString

The bytes for resource.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getType()

public String getType()

The affected resource type.

string type = 8;

Returns
TypeDescription
String

The type.

getTypeBytes()

public ByteString getTypeBytes()

The affected resource type.

string type = 8;

Returns
TypeDescription
ByteString

The bytes for type.

getUserEmail()

public String getUserEmail()

Email address of the authenticated user.

string user_email = 2;

Returns
TypeDescription
String

The userEmail.

getUserEmailBytes()

public ByteString getUserEmailBytes()

Email address of the authenticated user.

string user_email = 2;

Returns
TypeDescription
ByteString

The bytes for userEmail.

hasCreateTime()

public boolean hasCreateTime()

The timestamp of the change.

.google.protobuf.Timestamp create_time = 4;

Returns
TypeDescription
boolean

Whether the createTime field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public Changelog.Builder newBuilderForType()
Returns
TypeDescription
Changelog.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Changelog.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
Changelog.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public Changelog.Builder toBuilder()
Returns
TypeDescription
Changelog.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException