Interface ImportFlowResponseOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getFlow()
      The unique identifier of the new flow.
      com.google.protobuf.ByteString getFlowBytes()
      The unique identifier of the new flow.
      • 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

      • getFlow

        String getFlow()
         The unique identifier of the new flow.
         Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent
         ID>/flows/<Flow ID>`.
         
        string flow = 1 [(.google.api.resource_reference) = { ... }
        Returns:
        The flow.
      • getFlowBytes

        com.google.protobuf.ByteString getFlowBytes()
         The unique identifier of the new flow.
         Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent
         ID>/flows/<Flow ID>`.
         
        string flow = 1 [(.google.api.resource_reference) = { ... }
        Returns:
        The bytes for flow.