Uses of Class
com.google.cloud.dialogflow.cx.v3.DeployFlowMetadata
-
Packages that use DeployFlowMetadata Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of DeployFlowMetadata in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return DeployFlowMetadata Modifier and Type Method Description DeployFlowMetadata
DeployFlowMetadata.Builder. build()
DeployFlowMetadata
DeployFlowMetadata.Builder. buildPartial()
static DeployFlowMetadata
DeployFlowMetadata. getDefaultInstance()
DeployFlowMetadata
DeployFlowMetadata.Builder. getDefaultInstanceForType()
DeployFlowMetadata
DeployFlowMetadata. getDefaultInstanceForType()
static DeployFlowMetadata
DeployFlowMetadata. parseDelimitedFrom(InputStream input)
static DeployFlowMetadata
DeployFlowMetadata. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeployFlowMetadata
DeployFlowMetadata. parseFrom(byte[] data)
static DeployFlowMetadata
DeployFlowMetadata. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeployFlowMetadata
DeployFlowMetadata. parseFrom(com.google.protobuf.ByteString data)
static DeployFlowMetadata
DeployFlowMetadata. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeployFlowMetadata
DeployFlowMetadata. parseFrom(com.google.protobuf.CodedInputStream input)
static DeployFlowMetadata
DeployFlowMetadata. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeployFlowMetadata
DeployFlowMetadata. parseFrom(InputStream input)
static DeployFlowMetadata
DeployFlowMetadata. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeployFlowMetadata
DeployFlowMetadata. parseFrom(ByteBuffer data)
static DeployFlowMetadata
DeployFlowMetadata. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type DeployFlowMetadata Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<DeployFlowResponse,DeployFlowMetadata>
EnvironmentsClient. deployFlowAsync(DeployFlowRequest request)
Deploys a flow to the specified [Environment][google.cloud.dialogflow.cx.v3.Environment].com.google.api.gax.rpc.OperationCallable<DeployFlowRequest,DeployFlowResponse,DeployFlowMetadata>
EnvironmentsClient. deployFlowOperationCallable()
Deploys a flow to the specified [Environment][google.cloud.dialogflow.cx.v3.Environment].com.google.api.gax.rpc.OperationCallSettings.Builder<DeployFlowRequest,DeployFlowResponse,DeployFlowMetadata>
EnvironmentsSettings.Builder. deployFlowOperationSettings()
Returns the builder for the settings used for calls to deployFlow.com.google.api.gax.rpc.OperationCallSettings<DeployFlowRequest,DeployFlowResponse,DeployFlowMetadata>
EnvironmentsSettings. deployFlowOperationSettings()
Returns the object with the settings used for calls to deployFlow.com.google.protobuf.Parser<DeployFlowMetadata>
DeployFlowMetadata. getParserForType()
static com.google.protobuf.Parser<DeployFlowMetadata>
DeployFlowMetadata. parser()
Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type DeployFlowMetadata Modifier and Type Method Description DeployFlowMetadata.Builder
DeployFlowMetadata.Builder. mergeFrom(DeployFlowMetadata other)
static DeployFlowMetadata.Builder
DeployFlowMetadata. newBuilder(DeployFlowMetadata prototype)
-
Uses of DeployFlowMetadata in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.stub that return types with arguments of type DeployFlowMetadata Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<DeployFlowRequest,DeployFlowResponse,DeployFlowMetadata>
EnvironmentsStub. deployFlowOperationCallable()
com.google.api.gax.rpc.OperationCallable<DeployFlowRequest,DeployFlowResponse,DeployFlowMetadata>
GrpcEnvironmentsStub. deployFlowOperationCallable()
com.google.api.gax.rpc.OperationCallable<DeployFlowRequest,DeployFlowResponse,DeployFlowMetadata>
HttpJsonEnvironmentsStub. deployFlowOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<DeployFlowRequest,DeployFlowResponse,DeployFlowMetadata>
EnvironmentsStubSettings.Builder. deployFlowOperationSettings()
Returns the builder for the settings used for calls to deployFlow.com.google.api.gax.rpc.OperationCallSettings<DeployFlowRequest,DeployFlowResponse,DeployFlowMetadata>
EnvironmentsStubSettings. deployFlowOperationSettings()
Returns the object with the settings used for calls to deployFlow.
-