Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.Deployment.Result
-
Packages that use Deployment.Result Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of Deployment.Result in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return Deployment.Result Modifier and Type Method Description Deployment.Result
Deployment.Result.Builder. build()
Deployment.Result
Deployment.Result.Builder. buildPartial()
static Deployment.Result
Deployment.Result. getDefaultInstance()
Deployment.Result
Deployment.Result.Builder. getDefaultInstanceForType()
Deployment.Result
Deployment.Result. getDefaultInstanceForType()
Deployment.Result
Deployment.Builder. getResult()
Result of the deployment.Deployment.Result
Deployment. getResult()
Result of the deployment.Deployment.Result
DeploymentOrBuilder. getResult()
Result of the deployment.static Deployment.Result
Deployment.Result. parseDelimitedFrom(InputStream input)
static Deployment.Result
Deployment.Result. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Deployment.Result
Deployment.Result. parseFrom(byte[] data)
static Deployment.Result
Deployment.Result. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Deployment.Result
Deployment.Result. parseFrom(com.google.protobuf.ByteString data)
static Deployment.Result
Deployment.Result. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Deployment.Result
Deployment.Result. parseFrom(com.google.protobuf.CodedInputStream input)
static Deployment.Result
Deployment.Result. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Deployment.Result
Deployment.Result. parseFrom(InputStream input)
static Deployment.Result
Deployment.Result. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Deployment.Result
Deployment.Result. parseFrom(ByteBuffer data)
static Deployment.Result
Deployment.Result. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type Deployment.Result Modifier and Type Method Description com.google.protobuf.Parser<Deployment.Result>
Deployment.Result. getParserForType()
static com.google.protobuf.Parser<Deployment.Result>
Deployment.Result. parser()
Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type Deployment.Result Modifier and Type Method Description Deployment.Result.Builder
Deployment.Result.Builder. mergeFrom(Deployment.Result other)
Deployment.Builder
Deployment.Builder. mergeResult(Deployment.Result value)
Result of the deployment.static Deployment.Result.Builder
Deployment.Result. newBuilder(Deployment.Result prototype)
Deployment.Builder
Deployment.Builder. setResult(Deployment.Result value)
Result of the deployment.
-