Interface CreateVersionRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    CreateVersionRequest, CreateVersionRequest.Builder

    public interface CreateVersionRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getParent()
      Required.
      com.google.protobuf.ByteString getParentBytes()
      Required.
      Version getVersion()
      Required.
      VersionOrBuilder getVersionOrBuilder()
      Required.
      boolean hasVersion()
      Required.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getParent

        String getParent()
         Required. The [Flow][google.cloud.dialogflow.cx.v3beta1.Flow] to create an
         [Version][google.cloud.dialogflow.cx.v3beta1.Version] for. Format:
         `projects/<Project ID>/locations/<Location ID>/agents/<Agent
         ID>/flows/<Flow ID>`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         Required. The [Flow][google.cloud.dialogflow.cx.v3beta1.Flow] to create an
         [Version][google.cloud.dialogflow.cx.v3beta1.Version] for. Format:
         `projects/<Project ID>/locations/<Location ID>/agents/<Agent
         ID>/flows/<Flow ID>`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for parent.
      • hasVersion

        boolean hasVersion()
         Required. The version to create.
         
        .google.cloud.dialogflow.cx.v3beta1.Version version = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the version field is set.
      • getVersion

        Version getVersion()
         Required. The version to create.
         
        .google.cloud.dialogflow.cx.v3beta1.Version version = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The version.
      • getVersionOrBuilder

        VersionOrBuilder getVersionOrBuilder()
         Required. The version to create.
         
        .google.cloud.dialogflow.cx.v3beta1.Version version = 2 [(.google.api.field_behavior) = REQUIRED];