- 0.89.0 (latest)
 - 0.87.0
 - 0.86.0
 - 0.85.0
 - 0.84.0
 - 0.83.0
 - 0.81.0
 - 0.79.0
 - 0.78.0
 - 0.75.0
 - 0.74.0
 - 0.73.0
 - 0.71.0
 - 0.70.0
 - 0.69.0
 - 0.68.0
 - 0.67.0
 - 0.66.0
 - 0.65.0
 - 0.64.0
 - 0.63.0
 - 0.62.0
 - 0.60.0
 - 0.59.0
 - 0.58.0
 - 0.57.0
 - 0.56.0
 - 0.55.0
 - 0.54.0
 - 0.53.0
 - 0.52.0
 - 0.51.0
 - 0.50.0
 - 0.48.0
 - 0.47.0
 - 0.46.0
 - 0.45.0
 - 0.44.0
 - 0.43.0
 - 0.42.0
 - 0.41.0
 - 0.40.0
 - 0.39.0
 - 0.38.0
 - 0.35.0
 - 0.34.0
 - 0.33.0
 - 0.32.0
 - 0.31.0
 - 0.30.0
 - 0.29.0
 - 0.28.0
 - 0.27.0
 - 0.26.0
 - 0.25.0
 - 0.24.0
 - 0.23.0
 - 0.22.0
 - 0.20.0
 - 0.19.0
 - 0.18.0
 - 0.17.0
 - 0.16.0
 - 0.15.0
 - 0.14.7
 - 0.13.1
 - 0.12.1
 - 0.11.5
 
public static final class Changelog.Builder extends GeneratedMessageV3.Builder<Changelog.Builder> implements ChangelogOrBuilderChangelogs represents a change made to a given agent.
 Protobuf type google.cloud.dialogflow.cx.v3beta1.Changelog
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Changelog.BuilderImplements
ChangelogOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Changelog.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
Changelog.Builder | 
        |
build()
public Changelog build()| Returns | |
|---|---|
| Type | Description | 
Changelog | 
        |
buildPartial()
public Changelog buildPartial()| Returns | |
|---|---|
| Type | Description | 
Changelog | 
        |
clear()
public Changelog.Builder clear()| Returns | |
|---|---|
| Type | Description | 
Changelog.Builder | 
        |
clearAction()
public Changelog.Builder clearAction()The action of the change.
 string action = 11;
| Returns | |
|---|---|
| Type | Description | 
Changelog.Builder | 
        This builder for chaining.  | 
      
clearCreateTime()
public Changelog.Builder clearCreateTime()The timestamp of the change.
 .google.protobuf.Timestamp create_time = 4;
| Returns | |
|---|---|
| Type | Description | 
Changelog.Builder | 
        |
clearDisplayName()
public Changelog.Builder clearDisplayName()The affected resource display name of the change.
 string display_name = 7;
| Returns | |
|---|---|
| Type | Description | 
Changelog.Builder | 
        This builder for chaining.  | 
      
clearField(Descriptors.FieldDescriptor field)
public Changelog.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
Changelog.Builder | 
        |
clearName()
public Changelog.Builder clearName() The unique identifier of the changelog.
 Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
 ID>/changelogs/<Changelog ID>.
 string name = 1;
| Returns | |
|---|---|
| Type | Description | 
Changelog.Builder | 
        This builder for chaining.  | 
      
clearOneof(Descriptors.OneofDescriptor oneof)
public Changelog.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
Changelog.Builder | 
        |
clearResource()
public Changelog.Builder clearResource()The affected resource name of the change.
 string resource = 3;
| Returns | |
|---|---|
| Type | Description | 
Changelog.Builder | 
        This builder for chaining.  | 
      
clearType()
public Changelog.Builder clearType()The affected resource type.
 string type = 8;
| Returns | |
|---|---|
| Type | Description | 
Changelog.Builder | 
        This builder for chaining.  | 
      
clearUserEmail()
public Changelog.Builder clearUserEmail()Email address of the authenticated user.
 string user_email = 2;
| Returns | |
|---|---|
| Type | Description | 
Changelog.Builder | 
        This builder for chaining.  | 
      
clone()
public Changelog.Builder clone()| Returns | |
|---|---|
| Type | Description | 
Changelog.Builder | 
        |
getAction()
public String getAction()The action of the change.
 string action = 11;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The action.  | 
      
getActionBytes()
public ByteString getActionBytes()The action of the change.
 string action = 11;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for action.  | 
      
getCreateTime()
public Timestamp getCreateTime()The timestamp of the change.
 .google.protobuf.Timestamp create_time = 4;
| Returns | |
|---|---|
| Type | Description | 
Timestamp | 
        The createTime.  | 
      
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()The timestamp of the change.
 .google.protobuf.Timestamp create_time = 4;
| Returns | |
|---|---|
| Type | Description | 
Builder | 
        |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()The timestamp of the change.
 .google.protobuf.Timestamp create_time = 4;
| Returns | |
|---|---|
| Type | Description | 
TimestampOrBuilder | 
        |
getDefaultInstanceForType()
public Changelog getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
Changelog | 
        |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
getDisplayName()
public String getDisplayName()The affected resource display name of the change.
 string display_name = 7;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The displayName.  | 
      
getDisplayNameBytes()
public ByteString getDisplayNameBytes()The affected resource display name of the change.
 string display_name = 7;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for displayName.  | 
      
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 | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for name.  | 
      
getResource()
public String getResource()The affected resource name of the change.
 string resource = 3;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The resource.  | 
      
getResourceBytes()
public ByteString getResourceBytes()The affected resource name of the change.
 string resource = 3;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for resource.  | 
      
getType()
public String getType()The affected resource type.
 string type = 8;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The type.  | 
      
getTypeBytes()
public ByteString getTypeBytes()The affected resource type.
 string type = 8;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for type.  | 
      
getUserEmail()
public String getUserEmail()Email address of the authenticated user.
 string user_email = 2;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The userEmail.  | 
      
getUserEmailBytes()
public ByteString getUserEmailBytes()Email address of the authenticated user.
 string user_email = 2;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for userEmail.  | 
      
hasCreateTime()
public boolean hasCreateTime()The timestamp of the change.
 .google.protobuf.Timestamp create_time = 4;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the createTime field is set.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
FieldAccessorTable | 
        |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
mergeCreateTime(Timestamp value)
public Changelog.Builder mergeCreateTime(Timestamp value)The timestamp of the change.
 .google.protobuf.Timestamp create_time = 4;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Timestamp | 
      
| Returns | |
|---|---|
| Type | Description | 
Changelog.Builder | 
        |
mergeFrom(Changelog other)
public Changelog.Builder mergeFrom(Changelog other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Changelog | 
      
| Returns | |
|---|---|
| Type | Description | 
Changelog.Builder | 
        |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Changelog.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Returns | |
|---|---|
| Type | Description | 
Changelog.Builder | 
        |
| Exceptions | |
|---|---|
| Type | Description | 
IOException | 
        |
mergeFrom(Message other)
public Changelog.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Message | 
      
| Returns | |
|---|---|
| Type | Description | 
Changelog.Builder | 
        |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Changelog.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
Changelog.Builder | 
        |
setAction(String value)
public Changelog.Builder setAction(String value)The action of the change.
 string action = 11;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe action to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Changelog.Builder | 
        This builder for chaining.  | 
      
setActionBytes(ByteString value)
public Changelog.Builder setActionBytes(ByteString value)The action of the change.
 string action = 11;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for action to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Changelog.Builder | 
        This builder for chaining.  | 
      
setCreateTime(Timestamp value)
public Changelog.Builder setCreateTime(Timestamp value)The timestamp of the change.
 .google.protobuf.Timestamp create_time = 4;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Timestamp | 
      
| Returns | |
|---|---|
| Type | Description | 
Changelog.Builder | 
        |
setCreateTime(Timestamp.Builder builderForValue)
public Changelog.Builder setCreateTime(Timestamp.Builder builderForValue)The timestamp of the change.
 .google.protobuf.Timestamp create_time = 4;
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
Changelog.Builder | 
        |
setDisplayName(String value)
public Changelog.Builder setDisplayName(String value)The affected resource display name of the change.
 string display_name = 7;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe displayName to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Changelog.Builder | 
        This builder for chaining.  | 
      
setDisplayNameBytes(ByteString value)
public Changelog.Builder setDisplayNameBytes(ByteString value)The affected resource display name of the change.
 string display_name = 7;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for displayName to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Changelog.Builder | 
        This builder for chaining.  | 
      
setField(Descriptors.FieldDescriptor field, Object value)
public Changelog.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
Changelog.Builder | 
        |
setName(String value)
public Changelog.Builder setName(String value) The unique identifier of the changelog.
 Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
 ID>/changelogs/<Changelog ID>.
 string name = 1;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe name to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Changelog.Builder | 
        This builder for chaining.  | 
      
setNameBytes(ByteString value)
public Changelog.Builder setNameBytes(ByteString value) The unique identifier of the changelog.
 Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
 ID>/changelogs/<Changelog ID>.
 string name = 1;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for name to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Changelog.Builder | 
        This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Changelog.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
Changelog.Builder | 
        |
setResource(String value)
public Changelog.Builder setResource(String value)The affected resource name of the change.
 string resource = 3;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe resource to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Changelog.Builder | 
        This builder for chaining.  | 
      
setResourceBytes(ByteString value)
public Changelog.Builder setResourceBytes(ByteString value)The affected resource name of the change.
 string resource = 3;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for resource to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Changelog.Builder | 
        This builder for chaining.  | 
      
setType(String value)
public Changelog.Builder setType(String value)The affected resource type.
 string type = 8;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe type to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Changelog.Builder | 
        This builder for chaining.  | 
      
setTypeBytes(ByteString value)
public Changelog.Builder setTypeBytes(ByteString value)The affected resource type.
 string type = 8;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for type to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Changelog.Builder | 
        This builder for chaining.  | 
      
setUnknownFields(UnknownFieldSet unknownFields)
public final Changelog.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
Changelog.Builder | 
        |
setUserEmail(String value)
public Changelog.Builder setUserEmail(String value)Email address of the authenticated user.
 string user_email = 2;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe userEmail to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Changelog.Builder | 
        This builder for chaining.  | 
      
setUserEmailBytes(ByteString value)
public Changelog.Builder setUserEmailBytes(ByteString value)Email address of the authenticated user.
 string user_email = 2;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for userEmail to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Changelog.Builder | 
        This builder for chaining.  |