Uses of Class
com.google.cloud.dialogflow.v2.EnvironmentHistory.Entry
-
Packages that use EnvironmentHistory.Entry Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of EnvironmentHistory.Entry in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return EnvironmentHistory.Entry Modifier and Type Method Description EnvironmentHistory.Entry
EnvironmentHistory.Entry.Builder. build()
EnvironmentHistory.Entry
EnvironmentHistory.Entry.Builder. buildPartial()
static EnvironmentHistory.Entry
EnvironmentHistory.Entry. getDefaultInstance()
EnvironmentHistory.Entry
EnvironmentHistory.Entry.Builder. getDefaultInstanceForType()
EnvironmentHistory.Entry
EnvironmentHistory.Entry. getDefaultInstanceForType()
EnvironmentHistory.Entry
EnvironmentHistory.Builder. getEntries(int index)
Output only.EnvironmentHistory.Entry
EnvironmentHistory. getEntries(int index)
Output only.EnvironmentHistory.Entry
EnvironmentHistoryOrBuilder. getEntries(int index)
Output only.static EnvironmentHistory.Entry
EnvironmentHistory.Entry. parseDelimitedFrom(InputStream input)
static EnvironmentHistory.Entry
EnvironmentHistory.Entry. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EnvironmentHistory.Entry
EnvironmentHistory.Entry. parseFrom(byte[] data)
static EnvironmentHistory.Entry
EnvironmentHistory.Entry. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EnvironmentHistory.Entry
EnvironmentHistory.Entry. parseFrom(com.google.protobuf.ByteString data)
static EnvironmentHistory.Entry
EnvironmentHistory.Entry. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EnvironmentHistory.Entry
EnvironmentHistory.Entry. parseFrom(com.google.protobuf.CodedInputStream input)
static EnvironmentHistory.Entry
EnvironmentHistory.Entry. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EnvironmentHistory.Entry
EnvironmentHistory.Entry. parseFrom(InputStream input)
static EnvironmentHistory.Entry
EnvironmentHistory.Entry. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EnvironmentHistory.Entry
EnvironmentHistory.Entry. parseFrom(ByteBuffer data)
static EnvironmentHistory.Entry
EnvironmentHistory.Entry. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type EnvironmentHistory.Entry Modifier and Type Method Description List<EnvironmentHistory.Entry>
EnvironmentHistory.Builder. getEntriesList()
Output only.List<EnvironmentHistory.Entry>
EnvironmentHistory. getEntriesList()
Output only.List<EnvironmentHistory.Entry>
EnvironmentHistoryOrBuilder. getEntriesList()
Output only.com.google.protobuf.Parser<EnvironmentHistory.Entry>
EnvironmentHistory.Entry. getParserForType()
static com.google.protobuf.Parser<EnvironmentHistory.Entry>
EnvironmentHistory.Entry. parser()
Methods in com.google.cloud.dialogflow.v2 with parameters of type EnvironmentHistory.Entry Modifier and Type Method Description EnvironmentHistory.Builder
EnvironmentHistory.Builder. addEntries(int index, EnvironmentHistory.Entry value)
Output only.EnvironmentHistory.Builder
EnvironmentHistory.Builder. addEntries(EnvironmentHistory.Entry value)
Output only.EnvironmentHistory.Entry.Builder
EnvironmentHistory.Entry.Builder. mergeFrom(EnvironmentHistory.Entry other)
static EnvironmentHistory.Entry.Builder
EnvironmentHistory.Entry. newBuilder(EnvironmentHistory.Entry prototype)
EnvironmentHistory.Builder
EnvironmentHistory.Builder. setEntries(int index, EnvironmentHistory.Entry value)
Output only.Method parameters in com.google.cloud.dialogflow.v2 with type arguments of type EnvironmentHistory.Entry Modifier and Type Method Description EnvironmentHistory.Builder
EnvironmentHistory.Builder. addAllEntries(Iterable<? extends EnvironmentHistory.Entry> values)
Output only.static com.google.api.core.ApiFuture<EnvironmentsClient.GetEnvironmentHistoryPagedResponse>
EnvironmentsClient.GetEnvironmentHistoryPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<GetEnvironmentHistoryRequest,EnvironmentHistory,EnvironmentHistory.Entry> context, com.google.api.core.ApiFuture<EnvironmentHistory> futureResponse)
protected EnvironmentsClient.GetEnvironmentHistoryPage
EnvironmentsClient.GetEnvironmentHistoryPage. createPage(com.google.api.gax.rpc.PageContext<GetEnvironmentHistoryRequest,EnvironmentHistory,EnvironmentHistory.Entry> context, EnvironmentHistory response)
com.google.api.core.ApiFuture<EnvironmentsClient.GetEnvironmentHistoryPage>
EnvironmentsClient.GetEnvironmentHistoryPage. createPageAsync(com.google.api.gax.rpc.PageContext<GetEnvironmentHistoryRequest,EnvironmentHistory,EnvironmentHistory.Entry> context, com.google.api.core.ApiFuture<EnvironmentHistory> futureResponse)
-