Interface GenerateDownloadUrlResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDownloadUrl()
      The generated Google Cloud Storage signed URL that should be used for function source code download.
      com.google.protobuf.ByteString getDownloadUrlBytes()
      The generated Google Cloud Storage signed URL that should be used for function source code download.
      • 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

      • getDownloadUrl

        String getDownloadUrl()
         The generated Google Cloud Storage signed URL that should be used for
         function source code download.
         
        string download_url = 1;
        Returns:
        The downloadUrl.
      • getDownloadUrlBytes

        com.google.protobuf.ByteString getDownloadUrlBytes()
         The generated Google Cloud Storage signed URL that should be used for
         function source code download.
         
        string download_url = 1;
        Returns:
        The bytes for downloadUrl.